fix: restore flex classes to link variants
This commit is contained in:
@@ -67,6 +67,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.myPageMobileDropdown {
|
.myPageMobileDropdown {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
color: var(--Scandic-Brand-Burgundy);
|
color: var(--Scandic-Brand-Burgundy);
|
||||||
font-family: var(--typography-Body-Regular-fontFamily);
|
font-family: var(--typography-Body-Regular-fontFamily);
|
||||||
font-size: var(--typography-Body-Regular-fontSize);
|
font-size: var(--typography-Body-Regular-fontSize);
|
||||||
@@ -94,6 +96,7 @@
|
|||||||
|
|
||||||
.shortcut {
|
.shortcut {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
align-items: center;
|
||||||
font-family: var(--typography-Body-Regular-fontFamily);
|
font-family: var(--typography-Body-Regular-fontFamily);
|
||||||
font-size: var(--typography-Body-Regular-fontSize);
|
font-size: var(--typography-Body-Regular-fontSize);
|
||||||
font-weight: var(--typography-Body-Regular-fontWeight);
|
font-weight: var(--typography-Body-Regular-fontWeight);
|
||||||
@@ -116,6 +119,7 @@
|
|||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
border-radius: var(--Corner-radius-md);
|
border-radius: var(--Corner-radius-md);
|
||||||
gap: var(--Space-x1);
|
gap: var(--Space-x1);
|
||||||
padding: var(--Space-x1);
|
padding: var(--Space-x1);
|
||||||
@@ -175,6 +179,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: var(--Space-x1);
|
padding: var(--Space-x1);
|
||||||
|
|||||||
Reference in New Issue
Block a user