Files
remark42/frontend/app/components/dropdown/__item/dropdown__item.scss
T

15 lines
222 B
SCSS

.dropdown__item {
& > button,
& > a,
& > .dropdown {
display: inline-block;
text-align: left;
padding: 5px;
}
&_separator {
border-bottom: 1px solid var(--color15);
margin-bottom: 5px;
}
}