mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
ea326906e3
For consistency and and the ability to change all font sizes at once in the dev tools
12 lines
233 B
SCSS
12 lines
233 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: var(--font-down-1);
|
|
min-height: unset;
|
|
}
|
|
}
|