1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00
trezor-wallet/src/js/config/variables.js

14 lines
190 B
JavaScript
Raw Normal View History

2018-08-14 19:56:37 +00:00
export const FONT_SIZE = {
SMALLER: '12px',
SMALL: '14px',
BASE: '16px',
};
export const TRANSITION_TIME = {
BASE: '0.3s',
}
export const ICON_SIZE = {
BASE: '20px',
}