chore: replace old border-radius variables with new tokens

This commit is contained in:
Christian Andolf
2025-05-05 11:11:00 +02:00
parent aa43d7d059
commit d6b70edfa3
183 changed files with 263 additions and 263 deletions

View File

@@ -1,6 +1,6 @@
.container { .container {
background-color: var(--Main-Grey-White); background-color: var(--Main-Grey-White);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: grid; display: grid;
gap: var(--Spacing-x3); gap: var(--Spacing-x3);
padding: var(--Spacing-x2) var(--Spacing-x2) var(--Spacing-x4); padding: var(--Spacing-x2) var(--Spacing-x2) var(--Spacing-x4);

View File

@@ -7,12 +7,12 @@
width: 100%; width: 100%;
padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x4); padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x4);
text-align: center; text-align: center;
border-radius: var(--Corner-radius-Medium) var(--Corner-radius-Medium) 0 0; border-radius: var(--Corner-radius-md) var(--Corner-radius-md) 0 0;
margin-top: auto; margin-top: auto;
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
& { & {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin-top: initial; margin-top: initial;
width: 560px; width: 560px;
} }

View File

@@ -7,12 +7,12 @@
width: 100%; width: 100%;
padding: var(--Spacing-x3); padding: var(--Spacing-x3);
text-align: center; text-align: center;
border-radius: var(--Corner-radius-Medium) var(--Corner-radius-Medium) 0 0; border-radius: var(--Corner-radius-md) var(--Corner-radius-md) 0 0;
margin-top: auto; margin-top: auto;
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
& { & {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin-top: initial; margin-top: initial;
width: 512px; width: 512px;
} }
@@ -44,7 +44,7 @@
padding: var(--Spacing-x3) 0; padding: var(--Spacing-x3) 0;
font-family: var(--typography-Body-Regular-fontFamily); font-family: var(--typography-Body-Regular-fontFamily);
border: 1px solid var(--Base-Border-Normal); border: 1px solid var(--Base-Border-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
text-align: center; text-align: center;
&.active { &.active {

View File

@@ -17,7 +17,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: var(--Spacing-x3); gap: var(--Spacing-x3);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
align-items: center; align-items: center;
width: 100%; width: 100%;
} }

View File

@@ -1,7 +1,7 @@
.container { .container {
align-items: center; align-items: center;
background-color: var(--UI-Grey-10); background-color: var(--UI-Grey-10);
border-radius: var(--Corner-radius-xLarge); border-radius: var(--Corner-radius-xl);
display: flex; display: flex;
height: 370px; height: 370px;
justify-content: center; justify-content: center;

View File

@@ -4,7 +4,7 @@
padding: var(--Spacing-x2); padding: var(--Spacing-x2);
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.contentWrapper { .contentWrapper {

View File

@@ -9,7 +9,7 @@
.card { .card {
background-color: var(--Scandic-Brand-Pale-Peach); background-color: var(--Scandic-Brand-Pale-Peach);
border-radius: var(--Corner-radius-xLarge); border-radius: var(--Corner-radius-xl);
display: grid; display: grid;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);
min-height: 280px; min-height: 280px;

View File

@@ -1,5 +1,5 @@
.hero { .hero {
border-radius: var(--Corner-radius-xLarge); border-radius: var(--Corner-radius-xl);
display: grid; display: grid;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);
grid-template-columns: 1fr; grid-template-columns: 1fr;

View File

@@ -1,7 +1,7 @@
.membershipContainer { .membershipContainer {
align-items: center; align-items: center;
background: var(--Scandic-Brand-Burgundy); background: var(--Scandic-Brand-Burgundy);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
justify-items: center; justify-items: center;

View File

@@ -33,7 +33,7 @@
.membershipContainer { .membershipContainer {
align-items: center; align-items: center;
background: var(--Scandic-Brand-Burgundy); background: var(--Scandic-Brand-Burgundy);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
justify-items: center; justify-items: center;

View File

@@ -2,7 +2,7 @@
border: none; border: none;
border-collapse: collapse; border-collapse: collapse;
background-color: var(--UI-Opacity-White-100); background-color: var(--UI-Opacity-White-100);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
color: var(--UI-Grey-100); color: var(--UI-Grey-100);
} }

View File

@@ -7,7 +7,7 @@
} }
.levelRequirements { .levelRequirements {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
background-color: var(--Scandic-Brand-Pale-Peach); background-color: var(--Scandic-Brand-Pale-Peach);
color: var(--Scandic-Peach-80); color: var(--Scandic-Peach-80);
padding: var(--Spacing-x-half) var(--Spacing-x1); padding: var(--Spacing-x-half) var(--Spacing-x1);

View File

@@ -11,7 +11,7 @@
display: none; display: none;
position: relative; position: relative;
background-color: var(--UI-Opacity-White-100); background-color: var(--UI-Opacity-White-100);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.mobileColumns { .mobileColumns {
@@ -48,7 +48,7 @@
.columnHeader:nth-child(2) { .columnHeader:nth-child(2) {
padding-left: var(--Spacing-x1); padding-left: var(--Spacing-x1);
border-top-left-radius: var(--Corner-radius-Medium); border-top-left-radius: var(--Corner-radius-md);
} }
.columnHeader:nth-child(2):has(+ .columnHeader) { .columnHeader:nth-child(2):has(+ .columnHeader) {
@@ -76,7 +76,7 @@
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
} }
.columnHeader:nth-child(2) { .columnHeader:nth-child(2) {
border-top-right-radius: var(--Corner-radius-Medium); border-top-right-radius: var(--Corner-radius-md);
} }
.columns { .columns {

View File

@@ -1,6 +1,6 @@
.container { .container {
overflow-x: auto; overflow-x: auto;
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
} }
.placeholder { .placeholder {
@@ -13,6 +13,6 @@
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.container { .container {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
} }
} }

View File

@@ -2,11 +2,11 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-x: auto; overflow-x: auto;
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.container { .container {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
} }
} }

View File

@@ -9,7 +9,7 @@
.card { .card {
background-color: var(--UI-Opacity-White-100); background-color: var(--UI-Opacity-White-100);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;

View File

@@ -1,7 +1,7 @@
.card { .card {
align-items: center; align-items: center;
background-color: var(--Scandic-Brand-Burgundy); background-color: var(--Scandic-Brand-Burgundy);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);

View File

@@ -36,7 +36,7 @@
.modal { .modal {
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
box-shadow: var(--modal-box-shadow); box-shadow: var(--modal-box-shadow);
width: 100%; width: 100%;
max-height: 90vh; max-height: 90vh;
@@ -119,7 +119,7 @@
} }
.rewardBadge { .rewardBadge {
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
background: var(--Base-Surface-Secondary-light-Normal); background: var(--Base-Surface-Secondary-light-Normal);
display: grid; display: grid;

View File

@@ -44,7 +44,7 @@
width: 100%; width: 100%;
background-color: var(--Surface-Primary-On-Surface-Default); background-color: var(--Surface-Primary-On-Surface-Default);
border: 1px solid var(--Border-Default); border: 1px solid var(--Border-Default);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
box-shadow: box-shadow:
0px 0px 4px 2px rgba(0, 0, 0, 0.1), 0px 0px 4px 2px rgba(0, 0, 0, 0.1),
0px 4px 4px 0px rgba(255, 255, 255, 0.29) inset; 0px 4px 4px 0px rgba(255, 255, 255, 0.29) inset;
@@ -78,7 +78,7 @@
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
border: 1px solid var(--Border-Divider-Accent); border: 1px solid var(--Border-Divider-Accent);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
padding: var(--Spacing-x2); padding: var(--Spacing-x2);
background: background:
linear-gradient( linear-gradient(

View File

@@ -13,7 +13,7 @@
gap: var(--Spacing-x3); gap: var(--Spacing-x3);
padding: var(--Spacing-x3) var(--Spacing-x9); padding: var(--Spacing-x3) var(--Spacing-x9);
background-color: var(--Background-Secondary); background-color: var(--Background-Secondary);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
margin-top: var(--Spacing-x9); margin-top: var(--Spacing-x9);
} }
@@ -100,7 +100,7 @@
display: block; display: block;
position: absolute; position: absolute;
background-color: var(--Border-Divider-Accent); background-color: var(--Border-Divider-Accent);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
opacity: 0.3; opacity: 0.3;
transition: background-color 300ms ease; transition: background-color 300ms ease;
} }
@@ -112,7 +112,7 @@
position: relative; position: relative;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
} }
.sliderOutput { .sliderOutput {
@@ -123,7 +123,7 @@
background-color: var(--Surface-Brand-Primary-1-OnSurface-Default); background-color: var(--Surface-Brand-Primary-1-OnSurface-Default);
color: var(--Text-Brand-OnPrimary-2-Accent); color: var(--Text-Brand-OnPrimary-2-Accent);
padding: var(--Spacing-x-half) var(--Spacing-x1); padding: var(--Spacing-x-half) var(--Spacing-x1);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
opacity: 0; opacity: 0;
transition: transition:
opacity 0.15s, opacity 0.15s,
@@ -226,7 +226,7 @@
} }
.pointsOutput { .pointsOutput {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
background-color: var(--Surface-Primary-Disabled); background-color: var(--Surface-Primary-Disabled);
height: 100%; height: 100%;
color: var(--Text-Tertiary); color: var(--Text-Tertiary);

View File

@@ -4,7 +4,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background-color: var(--Scandic-Brand-Pale-Peach); background-color: var(--Scandic-Brand-Pale-Peach);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin-bottom: var(--Spacing-x-half); margin-bottom: var(--Spacing-x-half);
height: 200px; height: 200px;
} }

View File

@@ -2,7 +2,7 @@
display: grid; display: grid;
grid-template-rows: 1fr min(50px); grid-template-rows: 1fr min(50px);
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
min-height: 250px; min-height: 250px;
margin-bottom: var(--Spacing-x-half); margin-bottom: var(--Spacing-x-half);
overflow: hidden; overflow: hidden;

View File

@@ -1,6 +1,6 @@
.link { .link {
outline: 1px solid var(--Base-Border-Subtle); outline: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
position: relative; position: relative;

View File

@@ -2,7 +2,7 @@
display: grid; display: grid;
grid-template-rows: 1fr min(50px); grid-template-rows: 1fr min(50px);
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
min-height: 250px; min-height: 250px;
margin-bottom: var(--Spacing-x-half); margin-bottom: var(--Spacing-x-half);
overflow: hidden; overflow: hidden;

View File

@@ -1,7 +1,7 @@
.container { .container {
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }

View File

@@ -1,5 +1,5 @@
.container { .container {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
background-color: var(--Main-Brand-WarmWhite); background-color: var(--Main-Brand-WarmWhite);
padding: 0 var(--Spacing-x2); padding: 0 var(--Spacing-x2);
display: flex; display: flex;

View File

@@ -1,6 +1,6 @@
.list { .list {
height: fit-content; height: fit-content;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
list-style: none; list-style: none;
} }

View File

@@ -1,6 +1,6 @@
@media screen and (max-width: 1366px) { @media screen and (max-width: 1366px) {
.section { .section {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }
.column { .column {

View File

@@ -1,6 +1,6 @@
.tableWrapper { .tableWrapper {
display: grid; display: grid;
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
overflow: hidden; overflow: hidden;
} }

View File

@@ -20,13 +20,13 @@
.compact { .compact {
.formContainer { .formContainer {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
} }
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
.formContainer { .formContainer {
border-radius: var(--Corner-radius-Large) var(--Corner-radius-Large) 0 0; border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
} }
} }

View File

@@ -51,7 +51,7 @@
.dot { .dot {
height: 8px; height: 8px;
width: 8px; width: 8px;
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
background: var(--UI-Grey-40); background: var(--UI-Grey-40);
transition: width 0.3s ease; transition: width 0.3s ease;
} }

View File

@@ -5,13 +5,13 @@
.imageContainer { .imageContainer {
position: relative; position: relative;
aspect-ratio: 16/9; aspect-ratio: 16/9;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
transition: border-radius 0.3s ease-in-out; transition: border-radius 0.3s ease-in-out;
} }
.image { .image {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
transition: transition:
transform 0.3s ease-in-out, transform 0.3s ease-in-out,
border-radius 0.3s ease-in-out; border-radius 0.3s ease-in-out;
@@ -20,7 +20,7 @@
.card:hover, .card:hover,
.card:hover .imageContainer, .card:hover .imageContainer,
.card:hover .image { .card:hover .image {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
} }
.card:hover .image { .card:hover .image {

View File

@@ -1,7 +1,7 @@
.container { .container {
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }

View File

@@ -2,7 +2,7 @@
display: grid; display: grid;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }
@@ -33,7 +33,7 @@
gap: var(--Spacing-x-half); gap: var(--Spacing-x-half);
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
padding: var(--Spacing-x-quarter) var(--Spacing-x1); padding: var(--Spacing-x-quarter) var(--Spacing-x1);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
color: var(--Text-Interactive-Default); color: var(--Text-Interactive-Default);
} }

View File

@@ -2,7 +2,7 @@
display: grid; display: grid;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }

View File

@@ -2,7 +2,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.accordion { .accordion {

View File

@@ -4,7 +4,7 @@
align-items: center; align-items: center;
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
border-radius: var(--Corner-radius-Rounded); border-radius: var(--Corner-radius-rounded);
border: 1px solid var(--Border-Default); border: 1px solid var(--Border-Default);
background: var(--Surface-Primary-Default); background: var(--Surface-Primary-Default);
padding: var(--Space-x15) var(--Space-x15) var(--Space-x15) var(--Space-x3); padding: var(--Space-x15) var(--Space-x15) var(--Space-x15) var(--Space-x3);

View File

@@ -1,7 +1,7 @@
.container { .container {
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }
@@ -27,7 +27,7 @@
gap: var(--Spacing-x-half); gap: var(--Spacing-x-half);
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
padding: var(--Spacing-x-quarter) var(--Spacing-x1); padding: var(--Spacing-x-quarter) var(--Spacing-x1);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
color: var(--Text-Interactive-Default); color: var(--Text-Interactive-Default);
} }

View File

@@ -18,7 +18,7 @@
.imageContainer { .imageContainer {
position: relative; position: relative;
min-width: 177px; min-width: 177px;
border-radius: var(--Corner-radius-Medium) 0 0 var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md) 0 0 var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }
@@ -30,7 +30,7 @@
position: absolute; position: absolute;
left: 7px; left: 7px;
top: 7px; top: 7px;
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
} }
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {

View File

@@ -1,7 +1,7 @@
.wrapper { .wrapper {
background: var(--Base-Surface-Primary-light-Normal); background: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
flex-direction: row; flex-direction: row;
display: flex; display: flex;

View File

@@ -7,7 +7,7 @@
background-color: var(--Base-Text-High-contrast); background-color: var(--Base-Text-High-contrast);
border: 4px solid var(--Base-Surface-Primary-light-Normal); border: 4px solid var(--Base-Surface-Primary-light-Normal);
color: var(--Base-Text-Inverted); color: var(--Base-Text-Inverted);
border-radius: var(--Corner-radius-Rounded); border-radius: var(--Corner-radius-rounded);
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
cursor: pointer; cursor: pointer;
transition: all 0.3s; transition: all 0.3s;

View File

@@ -8,7 +8,7 @@
} }
.mapWrapper img { .mapWrapper img {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
overflow: hidden; overflow: hidden;
} }

View File

@@ -11,7 +11,7 @@
height: 200px; height: 200px;
max-height: 40dvh; max-height: 40dvh;
width: 100%; width: 100%;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.image.clickable { .image.clickable {

View File

@@ -41,7 +41,7 @@
color: var(--Text-Default); color: var(--Text-Default);
width: 100%; width: 100%;
padding: var(--Space-x05) var(--Space-x1); padding: var(--Space-x05) var(--Space-x1);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
cursor: pointer; cursor: pointer;
text-align: left; text-align: left;
transition: background-color 0.3s; transition: background-color 0.3s;
@@ -69,7 +69,7 @@
transition: transition:
bottom 0.3s, bottom 0.3s,
top 0.3s; top 0.3s;
border-radius: var(--Corner-radius-Large) var(--Corner-radius-Large) 0 0; border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
} }
.sidebar.fullscreen + .backdrop { .sidebar.fullscreen + .backdrop {

View File

@@ -1,6 +1,6 @@
.amenitiesContainer { .amenitiesContainer {
background-color: var(--Base-Surface-Subtle-Normal); background-color: var(--Base-Surface-Subtle-Normal);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x-one-and-half) padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x-one-and-half)
var(--Spacing-x3); var(--Spacing-x3);
display: grid; display: grid;

View File

@@ -6,8 +6,8 @@
right: 0; right: 0;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
padding: var(--Spacing-x2); padding: var(--Spacing-x2);
border-top-left-radius: var(--Corner-radius-Medium); border-top-left-radius: var(--Corner-radius-md);
border-top-right-radius: var(--Corner-radius-Medium); border-top-right-radius: var(--Corner-radius-md);
} }
.poiList { .poiList {

View File

@@ -13,7 +13,7 @@
border-width: 0; border-width: 0;
background-color: transparent; background-color: transparent;
cursor: pointer; cursor: pointer;
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
overflow: hidden; overflow: hidden;
} }

View File

@@ -1,5 +1,5 @@
.roomCard { .roomCard {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
background-color: var(--UI-Opacity-White-100); background-color: var(--UI-Opacity-White-100);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
display: grid; display: grid;

View File

@@ -10,7 +10,7 @@
width: 100%; width: 100%;
height: 300px; height: 300px;
object-fit: cover; object-fit: cover;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.secondaryImage { .secondaryImage {

View File

@@ -26,7 +26,7 @@
} }
.image { .image {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
object-fit: cover; object-fit: cover;

View File

@@ -22,7 +22,7 @@
.imageContainer { .imageContainer {
position: relative; position: relative;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }

View File

@@ -8,7 +8,7 @@
width: 100%; width: 100%;
height: 270px; height: 270px;
object-fit: cover; object-fit: cover;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.information { .information {

View File

@@ -8,7 +8,7 @@
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
height: 179px; /* Exact mobile height from Figma */ height: 179px; /* Exact mobile height from Figma */
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.imageContainer { .imageContainer {

View File

@@ -45,14 +45,14 @@
} }
.container[data-isopen="true"] .hideWrapper { .container[data-isopen="true"] .hideWrapper {
border-radius: var(--Corner-radius-Large) var(--Corner-radius-Large) 0 0; border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
top: 20px; top: 20px;
} }
} }
@media screen and (min-width: 1367px) { @media screen and (min-width: 1367px) {
.hideWrapper { .hideWrapper {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
box-shadow: var(--popup-box-shadow); box-shadow: var(--popup-box-shadow);
padding: var(--Spacing-x2) var(--Spacing-x3); padding: var(--Spacing-x2) var(--Spacing-x3);
position: absolute; position: absolute;

View File

@@ -3,7 +3,7 @@
width: 100%; width: 100%;
height: 365px; height: 365px;
object-fit: cover; object-fit: cover;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin: var(--Spacing-x1) var(--Spacing-x0); margin: var(--Spacing-x1) var(--Spacing-x0);
} }

View File

@@ -4,7 +4,7 @@
gap: var(--Spacing-x-one-and-half); gap: var(--Spacing-x-one-and-half);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
cursor: pointer; cursor: pointer;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
transition: background-color 0.3s; transition: background-color 0.3s;
} }
@@ -17,7 +17,7 @@
height: 24px; height: 24px;
min-width: 24px; min-width: 24px;
border: 1px solid var(--UI-Input-Controls-Border-Normal); border: 1px solid var(--UI-Input-Controls-Border-Normal);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
transition: all 0.3s; transition: all 0.3s;
display: flex; display: flex;
align-items: center; align-items: center;

View File

@@ -11,7 +11,7 @@
.dialog { .dialog {
width: min(80dvw, 960px); width: min(80dvw, 960px);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
box-shadow: 0px 4px 24px 0px rgba(38, 32, 30, 0.08); box-shadow: 0px 4px 24px 0px rgba(38, 32, 30, 0.08);
overflow: hidden; overflow: hidden;
@@ -33,7 +33,7 @@
.badge { .badge {
background-color: var(--Base-Text-Accent); background-color: var(--Base-Text-Accent);
border-radius: var(--Corner-radius-xLarge); border-radius: var(--Corner-radius-xl);
width: 20px; width: 20px;
height: 20px; height: 20px;
color: var(--Base-Surface-Primary-light-Normal); color: var(--Base-Surface-Primary-light-Normal);

View File

@@ -35,7 +35,7 @@
.modal { .modal {
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
box-shadow: var(--modal-box-shadow); box-shadow: var(--modal-box-shadow);
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -7,7 +7,7 @@
.bookingCode { .bookingCode {
height: 60px; height: 60px;
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
} }
@@ -101,7 +101,7 @@
.container:focus-within, .container:focus-within,
.container:has([data-focused="true"], [data-pressed="true"]) { .container:has([data-focused="true"], [data-pressed="true"]) {
background-color: var(--Base-Surface-Primary-light-Hover-alt); background-color: var(--Base-Surface-Primary-light-Hover-alt);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.bookingCodeRememberVisible { .bookingCodeRememberVisible {

View File

@@ -1,7 +1,7 @@
.button { .button {
align-items: center; align-items: center;
border: none; border: none;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
cursor: pointer; cursor: pointer;
display: flex; display: flex;
gap: var(--Spacing-x-half); gap: var(--Spacing-x-half);

View File

@@ -1,6 +1,6 @@
.dialog { .dialog {
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -1,5 +1,5 @@
.listItem { .listItem {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
cursor: pointer; cursor: pointer;
padding: var(--Spacing-x1); padding: var(--Spacing-x1);
} }

View File

@@ -2,7 +2,7 @@
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
position: relative; position: relative;
height: 60px; height: 60px;
@@ -11,7 +11,7 @@
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
padding: var(--Space-x15) var(--Space-x15) var(--Space-x15) var(--Space-x3); padding: var(--Space-x15) var(--Space-x15) var(--Space-x15) var(--Space-x3);
border: 1px solid var(--Border-Intense); border: 1px solid var(--Border-Intense);
border-radius: var(--Corner-radius-Rounded); border-radius: var(--Corner-radius-rounded);
height: auto; height: auto;
} }

View File

@@ -41,7 +41,7 @@
.when, .when,
.where { .where {
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.rooms, .rooms,
@@ -97,7 +97,7 @@
.rooms, .rooms,
.when { .when {
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-sm);
} }
.when:hover, .when:hover,

View File

@@ -22,7 +22,7 @@
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.default { .default {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
} }

View File

@@ -6,7 +6,7 @@
--header-height: 72px; --header-height: 72px;
--sticky-button-height: 140px; --sticky-button-height: 140px;
background-color: var(--Main-Grey-White); background-color: var(--Main-Grey-White);
border-radius: var(--Corner-radius-Large) var(--Corner-radius-Large) 0 0; border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
position: fixed; position: fixed;
@@ -130,7 +130,7 @@
padding: var(--Spacing-x1) var(--Spacing-x2); padding: var(--Spacing-x1) var(--Spacing-x2);
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
margin: 0 var(--Spacing-x2); margin: 0 var(--Spacing-x2);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
display: flex; display: flex;
gap: var(--Spacing-x1); gap: var(--Spacing-x1);
} }
@@ -176,7 +176,7 @@
background-color: var(--Main-Grey-White); background-color: var(--Main-Grey-White);
display: grid; display: grid;
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
box-shadow: var(--popup-box-shadow); box-shadow: var(--popup-box-shadow);
max-width: calc(100vw - 20px); max-width: calc(100vw - 20px);
padding: var(--Spacing-x2) var(--Spacing-x3); padding: var(--Spacing-x2) var(--Spacing-x3);

View File

@@ -3,7 +3,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
border-radius: var(--Corner-radius-Rounded); border-radius: var(--Corner-radius-rounded);
width: 2rem; width: 2rem;
height: 2rem; height: 2rem;
background-color: var(--UI-Grey-40); background-color: var(--UI-Grey-40);

View File

@@ -22,7 +22,7 @@
); /* 3.5rem is the height of the main menu + bottom padding. */ ); /* 3.5rem is the height of the main menu + bottom padding. */
right: 0; right: 0;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
box-shadow: 0 0 0.875rem 0.375rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.875rem 0.375rem rgba(0, 0, 0, 0.1);
min-width: 20rem; min-width: 20rem;
z-index: var(--menu-overlay-z-index); z-index: var(--menu-overlay-z-index);

View File

@@ -49,7 +49,7 @@
); /* 3.5rem is the height of the main menu + bottom padding. */ ); /* 3.5rem is the height of the main menu + bottom padding. */
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
box-shadow: var(--popup-box-shadow); box-shadow: var(--popup-box-shadow);
} }
.dropdown.isExpanded { .dropdown.isExpanded {

View File

@@ -3,7 +3,7 @@
margin-bottom: var(--Spacing-x2); margin-bottom: var(--Spacing-x2);
width: 100%; width: 100%;
object-fit: cover; object-fit: cover;
border-radius: var(--Corner-radius-xLarge); border-radius: var(--Corner-radius-xl);
margin: 0; margin: 0;
} }

View File

@@ -18,7 +18,7 @@
} }
.actions { .actions {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
display: grid; display: grid;
grid-area: actions; grid-area: actions;
justify-content: flex-start; justify-content: flex-start;

View File

@@ -6,7 +6,7 @@
.content { .content {
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: grid; display: grid;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);
padding: var(--Spacing-x2) var(--Spacing-x2) var(--Spacing-x3) padding: var(--Spacing-x2) var(--Spacing-x2) var(--Spacing-x3)
@@ -14,7 +14,7 @@
} }
.img { .img {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }

View File

@@ -1,6 +1,6 @@
.retry { .retry {
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);

View File

@@ -106,7 +106,7 @@ export default function Room({
focalPoint={{ x: 50, y: 50 }} focalPoint={{ x: 50, y: 50 }}
height={204} height={204}
src={img.imageSizes.medium} src={img.imageSizes.medium}
style={{ borderRadius: "var(--Corner-radius-Medium)" }} style={{ borderRadius: "var(--Corner-radius-md)" }}
title={img.metaData.title} title={img.metaData.title}
width={204} width={204}
/> />

View File

@@ -13,7 +13,7 @@
.benefits { .benefits {
align-items: center; align-items: center;
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
display: flex; display: flex;
gap: var(--Spacing-x1); gap: var(--Spacing-x1);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
@@ -26,7 +26,7 @@
.booking { .booking {
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: grid; display: grid;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);
padding: var(--Spacing-x2) var(--Spacing-x2) var(--Spacing-x3) padding: var(--Spacing-x2) var(--Spacing-x2) var(--Spacing-x3)

View File

@@ -16,7 +16,7 @@
flex-direction: column; flex-direction: column;
gap: var(--Spacing-x-one-and-half); gap: var(--Spacing-x-one-and-half);
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x2); padding: var(--Spacing-x-one-and-half) var(--Spacing-x2);
width: min(512px, 100%); width: min(512px, 100%);
} }

View File

@@ -2,7 +2,7 @@
align-self: flex-start; align-self: flex-start;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: grid; display: grid;
gap: var(--Spacing-x-one-and-half); gap: var(--Spacing-x-one-and-half);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x2); padding: var(--Spacing-x-one-and-half) var(--Spacing-x2);

View File

@@ -2,7 +2,7 @@
align-self: flex-start; align-self: flex-start;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: grid; display: grid;
gap: var(--Spacing-x-one-and-half); gap: var(--Spacing-x-one-and-half);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x2); padding: var(--Spacing-x-one-and-half) var(--Spacing-x2);

View File

@@ -10,7 +10,7 @@
background-color: var(--Scandic-Blue-00); background-color: var(--Scandic-Blue-00);
padding: var(--Spacing-x-one-and-half); padding: var(--Spacing-x-one-and-half);
border: 1px solid rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.cardTitle { .cardTitle {

View File

@@ -52,8 +52,8 @@
.dialog { .dialog {
background-color: var(--Scandic-Brand-Pale-Peach); background-color: var(--Scandic-Brand-Pale-Peach);
border-top-left-radius: var(--Corner-radius-Medium); border-top-left-radius: var(--Corner-radius-md);
border-top-right-radius: var(--Corner-radius-Medium); border-top-right-radius: var(--Corner-radius-md);
box-shadow: var(--modal-box-shadow); box-shadow: var(--modal-box-shadow);
display: flex; display: flex;
@@ -97,7 +97,7 @@
} }
.dialog { .dialog {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
padding: var(--Spacing-x6); padding: var(--Spacing-x6);
width: fit-content; width: fit-content;
} }

View File

@@ -1,5 +1,5 @@
.summary { .summary {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);

View File

@@ -3,7 +3,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #fff; background-color: #fff;
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
position: relative; position: relative;
height: 100%; height: 100%;

View File

@@ -1,7 +1,7 @@
.chequeCard { .chequeCard {
padding: var(--Spacing-x-one-and-half); padding: var(--Spacing-x-one-and-half);
background-color: var(--Base-Surface-Secondary-light-Normal); background-color: var(--Base-Surface-Secondary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin: 0; margin: 0;
width: 100%; width: 100%;
display: grid; display: grid;

View File

@@ -1,7 +1,7 @@
.priceCard { .priceCard {
padding: var(--Spacing-x-one-and-half); padding: var(--Spacing-x-one-and-half);
background-color: var(--Base-Surface-Secondary-light-Normal); background-color: var(--Base-Surface-Secondary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin: 0; margin: 0;
width: 100%; width: 100%;
} }

View File

@@ -1,7 +1,7 @@
.voucherCard { .voucherCard {
padding: var(--Spacing-x-one-and-half); padding: var(--Spacing-x-one-and-half);
background-color: var(--Base-Surface-Secondary-light-Normal); background-color: var(--Base-Surface-Secondary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin: 0; margin: 0;
width: 100%; width: 100%;
} }

View File

@@ -1,7 +1,7 @@
.priceCard { .priceCard {
padding: var(--Spacing-x-one-and-half); padding: var(--Spacing-x-one-and-half);
background-color: var(--Base-Surface-Secondary-light-Normal); background-color: var(--Base-Surface-Secondary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin: 0; margin: 0;
width: 100%; width: 100%;
} }

View File

@@ -3,7 +3,7 @@
flex-direction: column; flex-direction: column;
background-color: var(--Base-Surface-Primary-light-Normal); background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
@@ -94,7 +94,7 @@
.pointsCard { .pointsCard {
background-color: var(--Base-Surface-Secondary-light-Normal); background-color: var(--Base-Surface-Secondary-light-Normal);
padding: var(--Spacing-x-one-and-half); padding: var(--Spacing-x-one-and-half);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
@media screen and (min-width: 768px) and (max-width: 1024px) { @media screen and (min-width: 768px) and (max-width: 1024px) {

View File

@@ -18,7 +18,7 @@
.imageContainer { .imageContainer {
position: relative; position: relative;
min-width: 177px; min-width: 177px;
border-radius: var(--Corner-radius-Medium) 0 0 var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md) 0 0 var(--Corner-radius-md);
overflow: hidden; overflow: hidden;
} }
@@ -26,7 +26,7 @@
width: 80px; width: 80px;
min-width: 80px; min-width: 80px;
height: 90px; height: 90px;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.imageContainer img { .imageContainer img {

View File

@@ -9,7 +9,7 @@
.dialogContainer { .dialogContainer {
border: 1px solid var(--Base-Border-Subtle); border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
min-width: 402px; min-width: 402px;
background: var(--Base-Surface-Primary-light-Normal); background: var(--Base-Surface-Primary-light-Normal);
box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
@@ -98,7 +98,7 @@
} }
.priceCard { .priceCard {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
padding: var(--Spacing-x-half) var(--Spacing-x1); padding: var(--Spacing-x-half) var(--Spacing-x1);
background: var(--Base-Surface-Secondary-light-Normal); background: var(--Base-Surface-Secondary-light-Normal);
margin-top: var(--Spacing-x1); margin-top: var(--Spacing-x1);

View File

@@ -5,7 +5,7 @@
gap: var(--Spacing-x1); gap: var(--Spacing-x1);
padding: var(--Spacing-x-one-and-half); padding: var(--Spacing-x-one-and-half);
background-color: var(--Base-Surface-Secondary-light-Normal); background-color: var(--Base-Surface-Secondary-light-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.totalPriceInclVAT { .totalPriceInclVAT {

View File

@@ -15,7 +15,7 @@
justify-content: space-between; justify-content: space-between;
background-color: var(--Surface-Brand-Primary-2-OnSurface-Accent); background-color: var(--Surface-Brand-Primary-2-OnSurface-Accent);
padding: var(--Space-x1) var(--Space-x15); padding: var(--Space-x1) var(--Space-x15);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.totalPoints { .totalPoints {

View File

@@ -5,7 +5,7 @@
padding: var(--Space-x3); padding: var(--Space-x3);
margin-bottom: var(--Space-x05); margin-bottom: var(--Space-x05);
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.select { .select {

View File

@@ -20,7 +20,7 @@
} }
.chip { .chip {
border-radius: var(--Corner-radius-Rounded); border-radius: var(--Corner-radius-rounded);
padding: calc(var(--Space-x1) + var(--Space-x025)) var(--Space-x2); padding: calc(var(--Space-x1) + var(--Space-x025)) var(--Space-x2);
cursor: pointer; cursor: pointer;
border: 1px solid var(--Border-Interactive-Default); border: 1px solid var(--Border-Interactive-Default);

View File

@@ -10,7 +10,7 @@
gap: var(--Space-x1); gap: var(--Space-x1);
padding: var(--Space-x2) var(--Space-x3); padding: var(--Space-x2) var(--Space-x3);
background-color: var(--Surface-Primary-OnSurface-Default); background-color: var(--Surface-Primary-OnSurface-Default);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
margin-bottom: var(--Spacing-x1); margin-bottom: var(--Spacing-x1);
} }
@@ -27,7 +27,7 @@
justify-content: space-between; justify-content: space-between;
background-color: var(--Surface-Brand-Primary-2-OnSurface-Accent); background-color: var(--Surface-Brand-Primary-2-OnSurface-Accent);
padding: var(--Space-x1) var(--Space-x15); padding: var(--Space-x1) var(--Space-x15);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.totalPoints { .totalPoints {

View File

@@ -37,7 +37,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
background: var(--Surface-Primary-OnSurface-Default); background: var(--Surface-Primary-OnSurface-Default);
padding-bottom: var(--Space-x15); padding-bottom: var(--Space-x15);
margin-top: var(--Space-x2); margin-top: var(--Space-x2);

View File

@@ -31,7 +31,7 @@
.ancillaryMobile { .ancillaryMobile {
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: var(--Spacing-x1); gap: var(--Spacing-x1);
@@ -41,7 +41,7 @@
display: none; display: none;
padding: var(--Spacing-x2); padding: var(--Spacing-x2);
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
flex-direction: column; flex-direction: column;
gap: var(--Spacing-x1); gap: var(--Spacing-x1);
} }

View File

@@ -8,7 +8,7 @@
.image { .image {
width: 152px; width: 152px;
height: 152px; height: 152px;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.content { .content {

View File

@@ -4,7 +4,7 @@
align-items: center; align-items: center;
background-color: var(--Main-Brand-PalePeach); background-color: var(--Main-Brand-PalePeach);
padding: var(--Spacing-x3) 0; padding: var(--Spacing-x3) 0;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
gap: var(--Spacing-x2); gap: var(--Spacing-x2);
} }

View File

@@ -29,8 +29,8 @@
.modal { .modal {
background: var(--UI-Input-Controls-Surface-Normal); background: var(--UI-Input-Controls-Surface-Normal);
border-top-left-radius: var(--Corner-radius-Large); border-top-left-radius: var(--Corner-radius-lg);
border-top-right-radius: var(--Corner-radius-Large); border-top-right-radius: var(--Corner-radius-lg);
max-height: 95dvh; max-height: 95dvh;
overflow-y: auto; overflow-y: auto;
padding: var(--Space-x3); padding: var(--Space-x3);
@@ -71,7 +71,7 @@
} }
.modal { .modal {
border-radius: var(--Corner-radius-Large); border-radius: var(--Corner-radius-lg);
display: flex; display: flex;
min-height: 300px; min-height: 300px;
min-width: 690px; min-width: 690px;

View File

@@ -1,7 +1,7 @@
.container { .container {
background-color: var(--Base-Background-Primary-Normal); background-color: var(--Base-Background-Primary-Normal);
padding: var(--Spacing-x2) var(--Spacing-x1) var(--Spacing-x3); padding: var(--Spacing-x2) var(--Spacing-x1) var(--Spacing-x3);
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-md);
} }
.row { .row {

Some files were not shown because too many files have changed in this diff Show More