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:
@@ -67,7 +67,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Space-x05);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
border-radius: var(--Corner-Radius-md);
|
||||
min-width: 169px;
|
||||
outline: none;
|
||||
box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
.dialogLink {
|
||||
display: block;
|
||||
border-radius: var(--Corner-radius-md);
|
||||
border-radius: var(--Corner-Radius-md);
|
||||
padding: var(--Space-x1);
|
||||
color: var(--Text-Default);
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
.tooltip {
|
||||
background-color: var(--Surface-UI-Fill-Intense);
|
||||
padding: var(--Space-x05) var(--Space-x1);
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
border-radius: var(--Corner-Radius-sm);
|
||||
color: var(--Text-Inverted);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user