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:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
.levelProgressCard {
|
||||
border-radius: var(--Corner-radius-lg);
|
||||
border-radius: var(--Corner-Radius-lg);
|
||||
padding: var(--Space-x3) var(--Space-x2);
|
||||
position: relative;
|
||||
min-height: 200px;
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
.innerCard {
|
||||
background: var(--Surface-Primary-Default);
|
||||
border-radius: var(--Corner-radius-lg);
|
||||
border-radius: var(--Corner-Radius-lg);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Space-x2);
|
||||
|
||||
Reference in New Issue
Block a user