improvements to relative font sizes
This commit is contained in:
parent
666498e7b7
commit
f27226b55c
3 changed files with 11 additions and 10 deletions
|
@ -301,7 +301,7 @@ nav {
|
|||
cursor: pointer;
|
||||
box-shadow: $fallback--buttonShadow;
|
||||
box-shadow: var(--buttonShadow);
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
font-family: sans-serif;
|
||||
font-family: var(--interfaceFont, sans-serif);
|
||||
|
||||
|
@ -429,7 +429,7 @@ textarea,
|
|||
color: var(--inputText, $fallback--lightText);
|
||||
font-family: sans-serif;
|
||||
font-family: var(--inputFont, sans-serif);
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
|
@ -730,7 +730,7 @@ i[class*=icon-],
|
|||
}
|
||||
|
||||
.btn.button-default {
|
||||
min-height: 28px;
|
||||
min-height: 2em;
|
||||
}
|
||||
|
||||
.new-status-notification {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue