mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:50:45 +08:00
12 lines
227 B
SCSS
12 lines
227 B
SCSS
div.ac-wrap.composer-user-selector-limited {
|
|
width: 400px;
|
|
padding: 0 10px;
|
|
margin-bottom: 5px;
|
|
.btn-primary {
|
|
margin-left: 0.5em;
|
|
padding: 3px 6px 2px;
|
|
font-size: $font-down-1;
|
|
min-height: unset;
|
|
}
|
|
}
|