amazeui
Version:
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
23 lines (16 loc) • 473 B
text/less
/**
* Component: Variables & Base style
* Description: theme one global variables
========================================================================== */
@global-body-bg: #f3f3f3;
@global-primary: #15afef;
@global-black: #000;
@global-lighter-gray: rgb(226, 226, 226);
@global-light-gray: #dfdfdf;
@global-gray: #dedfe3;
@global-dark-gray: #888;
@global-darker-gray: #666;
@global-mask-bg-color: rgba(92,92,92,0.6);
body {
background: @global-body-bg;
}