mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 06:43:40 +08:00
8 lines
81 B
SCSS
8 lines
81 B
SCSS
|
.dropdown-menu {
|
||
|
&__item {
|
||
|
.btn {
|
||
|
padding: 0.75rem 1rem;
|
||
|
}
|
||
|
}
|
||
|
}
|