Files
remark42/frontend/app/components/dropdown/__title/dropdown__title.scss
T
2019-04-28 19:27:36 +03:00

13 lines
167 B
SCSS

.dropdown__title {
border: none;
background: none;
font-weight: bold;
padding: 0;
margin: 0;
&::after {
content: '\25BE';
margin-left: 2px;
}
}