[Glitch] Change font weight of sensitive button to 500

Port f7879bbe08 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
Eugen Rochko 2019-05-03 20:44:20 +02:00 committed by Thibaut Girka
parent 8050f86d04
commit 5df7b98c2b
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@
.compose-form__sensitive-button { .compose-form__sensitive-button {
padding: 10px; padding: 10px;
padding-top: 0; padding-top: 0;
.icon-button {
font-size: 14px;
font-weight: 500;
}
} }
.composer--reply { .composer--reply {