fix: update ui
This commit is contained in:
@@ -9,11 +9,13 @@
|
||||
.header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.levelLabel {
|
||||
position: relative;
|
||||
transform: rotate(-13deg) translate(0px, -15px);
|
||||
margin-left: -35px;
|
||||
}
|
||||
|
||||
.name {
|
||||
@@ -39,17 +41,6 @@
|
||||
padding: var(--Spacing-x1) var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.membershipId {
|
||||
color: var(--Scandic-Brand-Pale-Peach);
|
||||
/* TODO: Not yet exported by the design team, change to variable l8r */
|
||||
font-family: var(--ff-fira-mono, "fira mono");
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.168px;
|
||||
line-height: 140%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.membershipContainer {
|
||||
grid-template-columns: auto auto;
|
||||
|
||||
Reference in New Issue
Block a user