mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
define everything in rem / update px
This commit is contained in:
parent
937cc0f00c
commit
1964dca731
3 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
.radioButton {
|
||||
margin-left: 10px;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@
|
|||
}
|
||||
|
||||
.errorCode {
|
||||
font-size: 9px;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
Loading…
Reference in a new issue