feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change Approved-by: Linus Flood
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.hotelListingItem {
|
||||
border-radius: var(--Corner-radius-md);
|
||||
border-radius: var(--Corner-Radius-md);
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
@@ -23,7 +23,7 @@
|
||||
gap: var(--Space-x05);
|
||||
background-color: var(--Surface-Primary-Default);
|
||||
padding: var(--Space-x025) var(--Space-x1);
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
border-radius: var(--Corner-Radius-sm);
|
||||
color: var(--Text-Interactive-Default);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user