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:
parent
6b3e4c2e62
commit
82cbdcffdf
13
src/js/config/variables.js
Normal file
13
src/js/config/variables.js
Normal 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',
|
||||
}
|
Loading…
Reference in New Issue
Block a user