seitime-frappe/frappe/public/less/variables.less
Suraj Shetty 77b4880893 refactor: Remove darkgrey class
- Replace darkgray with gray
2020-08-27 18:54:24 +05:30

88 lines
No EOL
2.1 KiB
Text

@brand-primary: #5e64ff;
// @erpnext-blue: #7575ff;
@border-color: #ECEEF0;
@light-border-color: #ebeff2;
@text-color: #12283A;
@text-light: #70818F;
@text-muted: #8d99a6;
@btn-bg: #f0f4f7;
@panel-bg: #f7fafc;
@grey-link-color: #212a33;
@disabled-background: #f2f5f7;
@navbar-bg: #f5f7fa;
@light-bg: #fafbfc;
@modal-backdrop-bg: #334143;
@light-yellow: #fffce7;
@extra-light-yellow: #fffdf4;
@text-extra-muted: @border-color;
@text-large: 16px;
@text-regular: 14px;
@text-medium: 12px;
@text-small: 10px;
@text-dark: #2e3338;
@indicator-blue: #5e64ff;
@indicator-red: #ff5858;
@indicator-green: #98d85b;
@indicator-orange: #ffa00a;
@indicator-purple: #743ee2;
@indicator-gray: #b8c2cc;
@indicator-yellow: #feef72;
@indicator-light-blue: #7cd6fd;
@heart-color: @indicator-red;
@navbar-default-color: #6c7680;
@navbar-inverse-color: #9d9d9d;
@navbar-default-bg: #f5f7fa;
@navbar-default-border: #ebeff2;
@breadcrumb-divider-color: #c0c9d2;
@label-primary-bg: #d9f6ff;
@label-success-bg: #e4ffc1;
@label-info-bg: #e8ddff;
@label-warning-bg: #ffe6bf;
@label-danger-bg: #ffdcdc;
@checkbox-color: #3b99fc;
@screen-xs: 767px;
@screen-sm: 991px;
@screen-md: 1199px;
@font-stack: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
/* palette colors*/
@red: #fc4f51;
@red-light: #fd8b8b;
@red-extra-light: #fec3c5;
@red-dark: #a63336;
@blue: #7679fc;
@blue-light: #a3a5fc;
@blue-extra-light: #eff4ff;
@blue-dark: #4c51a2;
@green: #48BB78;
@green-light: #9AE6B4;
@green-extra-light: #C6F6D5;
@green-dark: #2F855A;
@yellow: #feef72;
@yellow-light: #fff5a0;
@yellow-extra-light: #fef9cf;
@yellow-dark: #a99e4c;
@orange: #fd784f;
@orange-light: #fda688;
@orange-extra-light: #fdd2c2;
@orange-dark: #a64f33;
@skyblue: #7bd7fc;
@skyblue-light: #aae3fe;
@skyblue-extra-light: #d4f1ff;
@skyblue-dark: #548da8;
@brand-primary: #2996F1;
@erpnext-blue: #2996F1;
@brand-gradient: linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%);
@control-bg: #F4F5F6;
@border-radius: 6px;