You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
// This is a file for generic constants which we didn't want to hardcode everywhere.
|
|
// However, unlike colortheme, customizing these variables will cause breakage.
|
|
|
|
// Elements size
|
|
@variables_bar-height: 32px;
|
|
|
|
// Used in modal.less and alertify.less
|
|
@variables_padding: 12px;
|
|
@variables_shadow: 0 8px 32px 0 rgba(0,0,0,.4);
|