|
@@ -13,8 +13,8 @@ $icon-color: rgba($black, 0.5) !default;
|
|
|
|
|
|
|
|
// --------------------
|
|
// --------------------
|
|
|
// inputs
|
|
// inputs
|
|
|
-$mdb-input-placeholder-color: #AAAAAA !default;
|
|
|
|
|
-$mdb-input-underline-color: #D2D2D2 !default;
|
|
|
|
|
|
|
+$mdb-input-placeholder-color: #aaaaaa !default;
|
|
|
|
|
+$mdb-input-underline-color: #d2d2d2 !default;
|
|
|
|
|
|
|
|
$mdb-input-font-size-base: 14px !default;
|
|
$mdb-input-font-size-base: 14px !default;
|
|
|
$mdb-input-font-size-large: ceil(($font-size-base * 1.25)) !default; // ~20px
|
|
$mdb-input-font-size-large: ceil(($font-size-base * 1.25)) !default; // ~20px
|
|
@@ -24,7 +24,7 @@ $bmd-bmd-label-static-size-ratio: 75 / 100 !default;
|
|
|
$bmd-help-size-ratio: 75 / 100 !default;
|
|
$bmd-help-size-ratio: 75 / 100 !default;
|
|
|
|
|
|
|
|
$bmd-form-control-bg-repeat-y: no-repeat !default;
|
|
$bmd-form-control-bg-repeat-y: no-repeat !default;
|
|
|
-$bmd-form-control-bg-position: center bottom, center calc(100% - 1px) !default;
|
|
|
|
|
|
|
+$bmd-form-control-bg-position: center bottom, center calc(100% - 0px) !default;
|
|
|
$bmd-form-control-bg-size: 0 100%, 100% 100% !default;
|
|
$bmd-form-control-bg-size: 0 100%, 100% 100% !default;
|
|
|
$bmd-form-control-bg-size-active: 100% 100%, 100% 100% !default;
|
|
$bmd-form-control-bg-size-active: 100% 100%, 100% 100% !default;
|
|
|
|
|
|
|
@@ -39,23 +39,22 @@ $bmd-form-line-height-lg: 1 !default; // set as 1x font-size so that padding is
|
|
|
$bmd-label-top-margin-lg: 1rem !default; // 16px
|
|
$bmd-label-top-margin-lg: 1rem !default; // 16px
|
|
|
|
|
|
|
|
$bmd-form-line-height-sm: 1 !default; // set as 1x font-size so that padding is easier calculated to match the spec.
|
|
$bmd-form-line-height-sm: 1 !default; // set as 1x font-size so that padding is easier calculated to match the spec.
|
|
|
-$bmd-label-top-margin-sm: .75rem !default; // 12px
|
|
|
|
|
|
|
+$bmd-label-top-margin-sm: 0.75rem !default; // 12px
|
|
|
|
|
|
|
|
$text-disabled: #a8a8a8 !default;
|
|
$text-disabled: #a8a8a8 !default;
|
|
|
$background-disabled: #eaeaea !default;
|
|
$background-disabled: #eaeaea !default;
|
|
|
|
|
|
|
|
-$margin-base: 1.071rem !default;
|
|
|
|
|
-
|
|
|
|
|
|
|
+$margin-base: 1.071rem !default;
|
|
|
|
|
|
|
|
// Checkboxes
|
|
// Checkboxes
|
|
|
$bmd-checkbox-size: 1.25rem !default;
|
|
$bmd-checkbox-size: 1.25rem !default;
|
|
|
$bmd-checkbox-animation-ripple: 500ms !default;
|
|
$bmd-checkbox-animation-ripple: 500ms !default;
|
|
|
$bmd-checkbox-animation-check: 0.3s !default;
|
|
$bmd-checkbox-animation-check: 0.3s !default;
|
|
|
$bmd-checkbox-checked-color: $white !default;
|
|
$bmd-checkbox-checked-color: $white !default;
|
|
|
-$bmd-checkbox-label-padding: .3125rem !default; // 5px
|
|
|
|
|
|
|
+$bmd-checkbox-label-padding: 0.3125rem !default; // 5px
|
|
|
$checkboxes-text-color: $mdb-input-placeholder-color !default;
|
|
$checkboxes-text-color: $mdb-input-placeholder-color !default;
|
|
|
|
|
|
|
|
-$bmd-checkbox-border-size: .0625rem !default;
|
|
|
|
|
|
|
+$bmd-checkbox-border-size: 0.0625rem !default;
|
|
|
$bmd-checkbox-border-color: $bmd-label-color-inner-focus !default;
|
|
$bmd-checkbox-border-color: $bmd-label-color-inner-focus !default;
|
|
|
$bmd-checkbox-border-color-disabled: $gray-lighter !default; //#bdbdbd !default;
|
|
$bmd-checkbox-border-color-disabled: $gray-lighter !default; //#bdbdbd !default;
|
|
|
|
|
|
|
@@ -63,12 +62,11 @@ $bmd-checkbox-border-color-disabled: $gray-lighter !default; //#bdbdbd !default;
|
|
|
$mdb-toggle-label-color: $mdb-label-color !default;
|
|
$mdb-toggle-label-color: $mdb-label-color !default;
|
|
|
|
|
|
|
|
// Variables for datetimepicker //
|
|
// Variables for datetimepicker //
|
|
|
-$padding-default-vertical: 10px !default;
|
|
|
|
|
-$medium-pale-bg: #F1EAE0 !default;
|
|
|
|
|
-$pale-bg: #F9F7F3 !default;
|
|
|
|
|
-
|
|
|
|
|
|
|
+$padding-default-vertical: 10px !default;
|
|
|
|
|
+$medium-pale-bg: #f1eae0 !default;
|
|
|
|
|
+$pale-bg: #f9f7f3 !default;
|
|
|
|
|
|
|
|
-$font-color: #66615b !default;
|
|
|
|
|
|
|
+$font-color: #66615b !default;
|
|
|
|
|
|
|
|
// $brand-default: #cecece !default;
|
|
// $brand-default: #cecece !default;
|
|
|
// $brand-primary: $purple !default;
|
|
// $brand-primary: $purple !default;
|
|
@@ -78,21 +76,21 @@ $font-color: #66615b !default;
|
|
|
// $brand-info: $cyan !default;
|
|
// $brand-info: $cyan !default;
|
|
|
// $brand-rose: $pink !default;
|
|
// $brand-rose: $pink !default;
|
|
|
|
|
|
|
|
-$black-color: #3C4858 !default;
|
|
|
|
|
|
|
+$black-color: #3c4858 !default;
|
|
|
|
|
|
|
|
// Dropdowns
|
|
// Dropdowns
|
|
|
|
|
|
|
|
-$dropdown-item-padding-y: .625rem;
|
|
|
|
|
|
|
+$dropdown-item-padding-y: 0.625rem;
|
|
|
$dropdown-item-padding-x: 1.25rem;
|
|
$dropdown-item-padding-x: 1.25rem;
|
|
|
$dropdown-header-padding-y: 0.1875rem;
|
|
$dropdown-header-padding-y: 0.1875rem;
|
|
|
-$bmd-dropdown-margin-y: .3125rem !default;
|
|
|
|
|
|
|
+$bmd-dropdown-margin-y: 0.3125rem !default;
|
|
|
$bmd-dropdown-header-color: #777 !default;
|
|
$bmd-dropdown-header-color: #777 !default;
|
|
|
$bmd-dropdown-link-color: #333 !default;
|
|
$bmd-dropdown-link-color: #333 !default;
|
|
|
|
|
|
|
|
// Switches
|
|
// Switches
|
|
|
-$bmd-switch-label-padding: .3125rem !default; // 5px
|
|
|
|
|
|
|
+$bmd-switch-label-padding: 0.3125rem !default; // 5px
|
|
|
$bmd-switch-width: 2.125rem !default; // 34px
|
|
$bmd-switch-width: 2.125rem !default; // 34px
|
|
|
-$bmd-switch-height: .875rem !default; // 14px
|
|
|
|
|
|
|
+$bmd-switch-height: 0.875rem !default; // 14px
|
|
|
$bmd-switch-handle-size: 1.25rem !default; // 20px (was 18px)
|
|
$bmd-switch-handle-size: 1.25rem !default; // 20px (was 18px)
|
|
|
|
|
|
|
|
$bmd-switch-handle-checked-bg: $brand-primary !default;
|
|
$bmd-switch-handle-checked-bg: $brand-primary !default;
|
|
@@ -110,25 +108,25 @@ $bmd-popover-background: rgba(101, 101, 101, 0.9) !default;
|
|
|
$bmd-popover-color: #ececec !default;
|
|
$bmd-popover-color: #ececec !default;
|
|
|
|
|
|
|
|
// Radio:
|
|
// Radio:
|
|
|
-$bmd-radio-border: .0625rem !default; // 1px
|
|
|
|
|
|
|
+$bmd-radio-border: 0.0625rem !default; // 1px
|
|
|
$bmd-radio-size: 1rem !default;
|
|
$bmd-radio-size: 1rem !default;
|
|
|
$bmd-radio-ripple-offset: 1em !default;
|
|
$bmd-radio-ripple-offset: 1em !default;
|
|
|
-$bmd-radio-label-padding: .3125rem !default; // 5px
|
|
|
|
|
|
|
+$bmd-radio-label-padding: 0.3125rem !default; // 5px
|
|
|
|
|
|
|
|
$bmd-radio-color-off: $bmd-label-color-inner-focus !default;
|
|
$bmd-radio-color-off: $bmd-label-color-inner-focus !default;
|
|
|
$bmd-radio-color-on: $brand-primary !default;
|
|
$bmd-radio-color-on: $brand-primary !default;
|
|
|
$bmd-radio-color-disabled: $gray-lighter; //
|
|
$bmd-radio-color-disabled: $gray-lighter; //
|
|
|
$bmd-radio-color-disabled-inverse: rgba(
|
|
$bmd-radio-color-disabled-inverse: rgba(
|
|
|
$white,
|
|
$white,
|
|
|
- 0.30
|
|
|
|
|
|
|
+ 0.3
|
|
|
); // dark theme spec: Disabled: #FFFFFF, Opacity 30%
|
|
); // dark theme spec: Disabled: #FFFFFF, Opacity 30%
|
|
|
|
|
|
|
|
$white-color: #fff !default;
|
|
$white-color: #fff !default;
|
|
|
$navbar-color: #555 !default;
|
|
$navbar-color: #555 !default;
|
|
|
$pills-color: $navbar-color !default;
|
|
$pills-color: $navbar-color !default;
|
|
|
-$black-color: #3C4858 !default;
|
|
|
|
|
|
|
+$black-color: #3c4858 !default;
|
|
|
$link-color: $brand-primary;
|
|
$link-color: $brand-primary;
|
|
|
-$white-transparent: rgba($white-color, .8);
|
|
|
|
|
|
|
+$white-transparent: rgba($white-color, 0.8);
|
|
|
$transparent: transparent;
|
|
$transparent: transparent;
|
|
|
|
|
|
|
|
//Popovers
|
|
//Popovers
|
|
@@ -173,7 +171,7 @@ $btn-lg-line-height: 1.3333333 !default;
|
|
|
//Font-weight
|
|
//Font-weight
|
|
|
$font-weight-light: 300 !default;
|
|
$font-weight-light: 300 !default;
|
|
|
$font-weight-default: 400 !default;
|
|
$font-weight-default: 400 !default;
|
|
|
-$font-weight-bold: 500 !default;
|
|
|
|
|
|
|
+$font-weight-bold: 500 !default;
|
|
|
$font-weight-extra-bold: 700 !default;
|
|
$font-weight-extra-bold: 700 !default;
|
|
|
$font-weight-ultra-bold: 900 !default;
|
|
$font-weight-ultra-bold: 900 !default;
|
|
|
|
|
|
|
@@ -191,30 +189,29 @@ $bmd-animation-curve-linear-out-slow-in: cubic-bezier(0, 0, 0.2, 1) !default;
|
|
|
$bmd-animation-curve-fast-out-linear-in: cubic-bezier(0.4, 0, 1, 1) !default;
|
|
$bmd-animation-curve-fast-out-linear-in: cubic-bezier(0.4, 0, 1, 1) !default;
|
|
|
$bmd-animation-curve-default: $bmd-animation-curve-fast-out-slow-in !default;
|
|
$bmd-animation-curve-default: $bmd-animation-curve-fast-out-slow-in !default;
|
|
|
$bmd-animation-dropdown-caret: 150ms !default;
|
|
$bmd-animation-dropdown-caret: 150ms !default;
|
|
|
-$general-transition-time: 300ms !default;
|
|
|
|
|
|
|
+$general-transition-time: 300ms !default;
|
|
|
|
|
|
|
|
-$slow-transition-time: 370ms !default;
|
|
|
|
|
-$fast-transition-time: 150ms !default;
|
|
|
|
|
|
|
+$slow-transition-time: 370ms !default;
|
|
|
|
|
+$fast-transition-time: 150ms !default;
|
|
|
|
|
|
|
|
-$transition-linear: linear !default;
|
|
|
|
|
-$transition-bezier: cubic-bezier(0.34, 1.61, 0.7, 1) !default;
|
|
|
|
|
-$transition-bezier-rotating-card: cubic-bezier(0.34, 1.45, 0.7, 1) !default;
|
|
|
|
|
-$transition-ease: ease 0s;
|
|
|
|
|
|
|
+$transition-linear: linear !default;
|
|
|
|
|
+$transition-bezier: cubic-bezier(0.34, 1.61, 0.7, 1) !default;
|
|
|
|
|
+$transition-bezier-rotating-card: cubic-bezier(0.34, 1.45, 0.7, 1) !default;
|
|
|
|
|
+$transition-ease: ease 0s;
|
|
|
|
|
|
|
|
//variables for social
|
|
//variables for social
|
|
|
-$social-facebook: #3b5998;
|
|
|
|
|
-$social-twitter: #55acee;
|
|
|
|
|
-$social-pinterest: #cc2127;
|
|
|
|
|
-$social-google: #dd4b39;
|
|
|
|
|
-$social-linkedin: #0976b4;
|
|
|
|
|
-$social-dribbble: #ea4c89;
|
|
|
|
|
-$social-github: #333333;
|
|
|
|
|
-$social-youtube: #e52d27;
|
|
|
|
|
-$social-instagram: #125688;
|
|
|
|
|
-$social-reddit: #ff4500;
|
|
|
|
|
-$social-tumblr: #35465c;
|
|
|
|
|
-$social-behance: #1769ff;
|
|
|
|
|
-
|
|
|
|
|
|
|
+$social-facebook: #3b5998;
|
|
|
|
|
+$social-twitter: #55acee;
|
|
|
|
|
+$social-pinterest: #cc2127;
|
|
|
|
|
+$social-google: #dd4b39;
|
|
|
|
|
+$social-linkedin: #0976b4;
|
|
|
|
|
+$social-dribbble: #ea4c89;
|
|
|
|
|
+$social-github: #333333;
|
|
|
|
|
+$social-youtube: #e52d27;
|
|
|
|
|
+$social-instagram: #125688;
|
|
|
|
|
+$social-reddit: #ff4500;
|
|
|
|
|
+$social-tumblr: #35465c;
|
|
|
|
|
+$social-behance: #1769ff;
|
|
|
|
|
|
|
|
// Variables for checkboxes
|
|
// Variables for checkboxes
|
|
|
|
|
|