Change font weight of sensitive button to 500 (#10682)

This commit is contained in:
Eugen Rochko 2019-05-03 20:44:20 +02:00 committed by GitHub
parent 91634947f8
commit 63b1388fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -267,6 +267,11 @@
&__sensitive-button {
padding: 10px;
padding-top: 0;
.icon-button {
font-size: 14px;
font-weight: 500;
}
}
.compose-form__warning {