mirror of
https://github.com/discourse/discourse.git
synced 2025-01-17 00:02:45 +08:00
19 lines
224 B
SCSS
19 lines
224 B
SCSS
|
.dropdown-menu {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
|
||
|
&__item {
|
||
|
list-style: none;
|
||
|
|
||
|
.btn {
|
||
|
padding: 0.65rem 1rem;
|
||
|
width: 100%;
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__divider {
|
||
|
margin: 0rem;
|
||
|
}
|
||
|
}
|