define everything in rem / update px

This commit is contained in:
Val Erastov 2018-01-29 01:28:09 -08:00
parent 937cc0f00c
commit 1964dca731
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
.radioButton {
margin-left: 10px;
margin-left: 1rem;
}

View file

@ -3,11 +3,11 @@
.root {
display: flex;
pointer-events:none;
padding: 2px 5px;
padding: 0.2rem 0.5rem;
max-width: 400px;
color: @font-color-minor;
& > * {
padding: 3px 0;
padding: 0.3rem 0;
}
white-space: nowrap;
}

View file

@ -3,5 +3,5 @@
}
.errorCode {
font-size: 9px;
font-size: 0.9rem;
}