Files
remark42/frontend/app/components/dropdown/__item/dropdown__item.css
T
2021-01-12 13:39:26 -06:00

15 lines
228 B
CSS

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