mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 12:59:09 +00:00
convert px to rem units
This commit is contained in:
parent
b4e8bbd9f1
commit
29e7b91310
@ -1,18 +1,18 @@
|
|||||||
export const FONT_SIZE = {
|
export const FONT_SIZE = {
|
||||||
SMALLEST: '10px',
|
SMALLEST: '0.7142rem',
|
||||||
SMALLER: '12px',
|
SMALLER: '0.8571rem',
|
||||||
SMALL: '14px',
|
SMALL: '1rem',
|
||||||
BASE: '16px',
|
BASE: '1.1428rem',
|
||||||
TOP_MENU: '17px',
|
TOP_MENU: '1.2142rem',
|
||||||
WALLET_TITLE: '18px',
|
WALLET_TITLE: '1.2857rem',
|
||||||
BIG: '21px',
|
BIG: '1.5rem',
|
||||||
BIGGER: '32px',
|
BIGGER: '2.2857rem',
|
||||||
BIGGEST: '36px',
|
BIGGEST: '2.5714rem',
|
||||||
H1: '18px',
|
H1: '1.2857rem',
|
||||||
H2: '16px',
|
H2: '1.1428rem',
|
||||||
H3: '14px',
|
H3: '14rem',
|
||||||
H4: '12px',
|
H4: '0.8571rem',
|
||||||
COUNTER: '11px',
|
COUNTER: '0.7857rem',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const FONT_WEIGHT = {
|
export const FONT_WEIGHT = {
|
||||||
|
Loading…
Reference in New Issue
Block a user