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:
@@ -54,7 +54,7 @@
|
||||
|
||||
.image {
|
||||
object-fit: contain;
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
border-radius: var(--Corner-Radius-Medium);
|
||||
/* Override Next.js Image styles, we can't set width/height on the image as we don't know the aspect ratio of the image */
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
z-index: 0;
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
border-radius: var(--Corner-Radius-sm);
|
||||
|
||||
&:focus-visible {
|
||||
outline: 2px solid var(--Border-Interactive-Focus);
|
||||
@@ -120,7 +120,7 @@
|
||||
.caption {
|
||||
background-color: var(--Base-Surface-Subtle-Normal);
|
||||
padding: var(--Space-x05) var(--Space-x1);
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
border-radius: var(--Corner-Radius-sm);
|
||||
color: var(--Text-Secondary);
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
|
||||
.mainImage {
|
||||
object-fit: contain;
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
border-radius: var(--Corner-Radius-sm);
|
||||
/* Override Next.js Image styles, we can't set width/height on the image as we don't know the aspect ratio of the image */
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
@@ -167,7 +167,7 @@
|
||||
}
|
||||
|
||||
.thumbnailContainer img {
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
border-radius: var(--Corner-Radius-sm);
|
||||
}
|
||||
|
||||
.navigationButton {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
overflow: hidden;
|
||||
|
||||
&:not(.fullViewContent) {
|
||||
border-radius: var(--Corner-radius-lg);
|
||||
border-radius: var(--Corner-Radius-lg);
|
||||
}
|
||||
|
||||
&.fullViewContent {
|
||||
|
||||
Reference in New Issue
Block a user