12 lines
179 B
SCSS
12 lines
179 B
SCSS
|
.admin-flag-item {
|
||
|
&__name {
|
||
|
font-weight: bold;
|
||
|
color: var(--tertiary);
|
||
|
padding-bottom: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
&__description {
|
||
|
margin-top: 0.5em;
|
||
|
}
|
||
|
}
|