fix(SW-983) added variables
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hotelCardDialogListing > div:first-child {
|
.hotelCardDialogListing > div:first-child {
|
||||||
margin-left: 16px;
|
margin-left: var(--Spacing-x2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hotelCardDialogListing > div:last-child {
|
.hotelCardDialogListing > div:last-child {
|
||||||
margin-right: 16px;
|
margin-right: var(--Spacing-x2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user