Добавление дизайн токенов
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
@use "@beeline/design-tokens/scss/tokens/themes";
|
||||
@use "@beeline/design-tokens/scss/tokens/globals/sizes";
|
||||
|
||||
.SectionLinkList {
|
||||
$el: &;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: sizes.$size-spacing-x6 sizes.$size-spacing-x6;
|
||||
|
||||
&__Item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: sizes.$size-spacing-x2;
|
||||
}
|
||||
|
||||
&__Description {
|
||||
color: themes.$color-text-inactive;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user