1- // CSH Material Bootstrap 4.0.0
1+ // CSH Material Bootstrap 4.5.2
22// Based on Bootswatch Materia
33
44// Color system ================================================================
@@ -35,6 +35,10 @@ $danger: $red !default;
3535$light : $white !default ;
3636$dark : $gray-800 !default ;
3737
38+ $yiq-contrasted-threshold : 170 !default ;
39+
40+ $enable-gradients : true !default ;
41+
3842// Body ========================================================================
3943
4044$body-color : $gray-700 !default ;
@@ -47,16 +51,26 @@ $font-weight-base: 400 !default;
4751
4852// Buttons =====================================================================
4953
50- $input-btn-padding-y : 1 rem !default ;
54+ $input-btn-padding-y : 0.5 rem !default ;
5155$input-btn-padding-x : 1rem !default ;
5256
5357// Forms =======================================================================
5458
59+ $input-padding-y : 1rem !default ;
60+ $input-padding-x : 0 !default ;
61+
62+ $input-padding-y-sm : 0 !default ;
63+ $input-padding-x-sm : 0 !default ;
64+
65+ $input-padding-y-lg : ($font-size-base * 1.25 ) !default ;
66+ $input-padding-x-lg : 0 !default ;
67+
5568$input-bg : transparent !default ;
5669$input-disabled-bg : transparent !default ;
5770
5871$input-color : $gray-600 !default ;
5972$input-border-color : transparent !default ;
73+ $input-border-width : 0 !default ;
6074
6175$input-border-radius : 0 !default ;
6276$input-border-radius-lg : 0 !default ;
@@ -66,9 +80,25 @@ $input-placeholder-color: rgba(0,0,0,0.4) !default;
6680
6781$input-group-addon-bg : transparent !default ;
6882
83+ $custom-control-gutter : 1.75rem !default ;
84+
85+ $custom-control-indicator-focus-box-shadow : 0 !default ;
86+
87+ $custom-control-indicator-size : 1.25rem !default ;
88+ $custom-control-indicator-bg : $white ;
89+ $custom-checkbox-indicator-border-radius : 2px !default ;
90+
91+ $custom-control-indicator-disabled-bg : $gray-100 !default ;
92+
93+ $custom-radio-indicator-icon-checked : url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='#{$primary } '/%3E%3C/svg%3E" ) !default ;
94+
95+ $custom-select-border-radius : 0 !default ;
96+ $custom-select-box-shadow : none !default ;
97+
6998// Navs ========================================================================
7099
71100$nav-link-disabled-color : $gray-500 !default ;
101+ $nav-tabs-link-active-bg : transparent !default ;
72102
73103$nav-tabs-border-color : transparent !default ;
74104
@@ -96,7 +126,7 @@ $modal-content-border-color: transparent !default;
96126
97127// Progress Bars ===============================================================
98128
99- $progress-height : 6 px !default ;
129+ $progress-height : 0.375 rem !default ;
100130$progress-border-radius : 0 !default ;
101131
102132// Close =======================================================================
0 commit comments