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

13 lines
406 B
Plaintext
Raw Normal View History

2021-01-22 17:30:54 +00:00
@import (reference) "./colortheme-all.less";
// 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;
2021-01-22 17:30:54 +00:00
@variables_shadow: 0 8px 32px 0 @cp_shadow-color;