Converted majority PX values to REM
Everything but dark.scss and values inside calc() have been converted from px to rem
This commit is contained in:
parent
3a0d33ca13
commit
cc8e7e159b
147 changed files with 712 additions and 712 deletions
|
|
@ -2,6 +2,6 @@
|
|||
display: inherit;
|
||||
}
|
||||
.custom-position {
|
||||
right: 5px;
|
||||
top: -42px;
|
||||
right: 0.3125rem;
|
||||
top: -2.625rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue