feat(BOOK-469): Enter details design changes with guarantee/non-guarantee flow
Approved-by: Bianca Widstam
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.content {
|
||||
display: grid;
|
||||
gap: var(--Space-x3);
|
||||
align-content: start;
|
||||
margin-top: var(--Space-x2);
|
||||
}
|
||||
|
||||
.closeButton {
|
||||
justify-self: stretch;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.dialog {
|
||||
width: 560px;
|
||||
}
|
||||
|
||||
.closeButton {
|
||||
justify-self: end;
|
||||
min-width: 150px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user