discourse/app/assets/stylesheets/common/base/composer-user-selector.scss
Jarek Radosz ea326906e3
DEV: Use css var font sizes (#18518)
For consistency and and the ability to change all font sizes at once in the dev tools
2022-10-12 15:31:59 +02:00

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;
}
}