feat(SW-70): Use CSS variable
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4px;
|
border-radius: var(--Corner-radius-Small);
|
||||||
border: 1px solid rgba(77, 0, 27, 0.1);
|
border: 1px solid rgba(77, 0, 27, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -15,9 +15,6 @@
|
|||||||
gap: var(--Spacing-x1);
|
gap: var(--Spacing-x1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nameContainer {
|
|
||||||
}
|
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user