1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 03:08:30 +00:00

Create file with global css variables

This commit is contained in:
Vasek Mlejnsky 2018-08-14 21:56:37 +02:00
parent 6b3e4c2e62
commit 82cbdcffdf

View File

@ -0,0 +1,13 @@
export const FONT_SIZE = {
SMALLER: '12px',
SMALL: '14px',
BASE: '16px',
};
export const TRANSITION_TIME = {
BASE: '0.3s',
}
export const ICON_SIZE = {
BASE: '20px',
}