mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Make font sizes relative
So it's easier to adjust them globally. // FREEBIE
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
label {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
font-size: small;
|
||||
font-size: $font-size-small;
|
||||
}
|
||||
|
||||
.key, .placeholder {
|
||||
@@ -159,7 +159,7 @@
|
||||
|
||||
.error-message {
|
||||
margin: 6px 0 0;
|
||||
font-size: small;
|
||||
font-size: $font-size-small;
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
@@ -563,7 +563,7 @@ li.entry .error-icon-container {
|
||||
color: white;
|
||||
box-shadow: 0 0 5px 0 black;
|
||||
border-radius: $border-radius;
|
||||
font-size: small;
|
||||
font-size: $font-size-small;
|
||||
}
|
||||
|
||||
.confirmation-dialog {
|
||||
|
||||
Reference in New Issue
Block a user