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

16 lines
228 B
SCSS

.dropdown__item {
a,
button {
display: block;
width: 100%;
text-align: left;
padding: 5px 15px;
}
&_separator {
border-bottom: 1px solid #259c9a;
margin-bottom: 5px;
padding: 5px 15px;
}
}