UNPKG

causeway-standard-theme

Version:

106 lines (93 loc) 3.74 kB
// -------------------------------------------------------------------------------------------------------------------- // Variables // -------------------------------------------------------------------------------------------------------------------- @mobile: ~"only screen and (max-width: 480px)"; @tablet: ~"only screen and (max-width: 768px)"; @desktop: ~"only screen and (max-width: 992px)"; @lg-desktop: ~"only screen and (min-width: 1200px)"; // -------------------------------------------------------------------------------------------------------------------- // Global values // -------------------------------------------------------------------------------------------------------------------- @black005: #f2f2f2; @black010: #e5e7e9; @black020: #cccccc; @black030: #b2b2b2; @black040: #999999; @black050: #7f7f7f; @black060: #666666; @black070: #4c4c4c; @black080: #333333; @black090: #191919; @black100: #000000; @cool-grey045: #f9f9f9; @pale-grey: #ebebeb; @blue-grey2: #ecf0f4; @blue-grey1: #dee6ed; @cool-grey: #bdc3c7; @warm-grey: #7f8c8d; @grey: #464440; @causeway-blue-30: #d2dce5; @causeway-blue-50: #b4c5d4; @causeway-blue: #7d9db6; @causeway-deep-blue: #47627d; @enterprise-blue010: #eff4fc; @enterprise-blue020: #e0e9fa; @enterprise-blue: #6391e4; @enterprise-blue085: #7aa1e8; @enterprise-dark-blue: #3872dc; @blue: #0870cf; @white: #ffffff; @mauve: #8e44ad; @red: #c0392b; @deep-orange: #d35400; @deep-orange085: #da6d26; @causeway-orange: #e67e22; @yellow: #e7b747; @brown: #996633; @green: #16a085; // -------------------------------------------------------------------------------------------------------------------- // Sizes // -------------------------------------------------------------------------------------------------------------------- @content-horizontal-padding: 17px; @site-width: 100%; @site-min-width: 1024px; @site-max-width: 1920px; @heading-height: 56px; @site-menu-height: 34px; @footer-height: 30px; @primary-tap-height: 44px; @secondary-tap-height: 36px; // -------------------------------------------------------------------------------------------------------------------- // Dividers // -------------------------------------------------------------------------------------------------------------------- @divider-size: 11px; // -------------------------------------------------------------------------------------------------------------------- // Form items // -------------------------------------------------------------------------------------------------------------------- @form-padding: 20px; @form-label-width: 90px; @form-label-inline-width: 1px; @form-label-padding: 10px; @form-label-inline-padding: 0; @form-control-width: 270px; @form-control-inline-width: 180px; @form-control-separation: 70px; @form-control-inline-separation: 10px; // -------------------------------------------------------------------------------------------------------------------- //Form items with medium label width // -------------------------------------------------------------------------------------------------------------------- @form-label-medium-width: 180px; @form-control-medium-width: 420px; @tooltip-height: 45px; @tooltip-min-width: 100px; @tooltip-max-width: 300px; @single-pane-offset: 50px; @single-pane-item-offset: -33px; @checkbox-icon-height: 18px; @checkbox-icon-width: 18px; @checkbox-icon-padding: 8px; // -------------------------------------------------------------------------------------------------------------------- // Path // -------------------------------------------------------------------------------------------------------------------- @pagination-icon-font-path : "../fonts/"; @pagination-icon-font-name : "causeway-glyphicons";