cryptpad/customize.dist/src/less2/include/variables.less

11 lines
358 B
Plaintext
Raw Normal View History

// This is a file for generic constants which we didn't want to hardcode everywhere.
// However, unlike colortheme, customizing these variables will cause breakage.
2017-09-25 09:48:42 +00:00
// Elements size
@variables_bar-height: 32px;
2020-02-05 13:11:25 +00:00
@variables_input-height: 38px;
2017-09-25 09:48:42 +00:00
// Used in modal.less and alertify.less
@variables_padding: 12px;
@variables_shadow: 0 8px 32px 0 rgba(0,0,0,.4);