1
- // CSH Material Bootstrap 4.0.0
1
+ // CSH Material Bootstrap 4.5.2
2
2
// Based on Bootswatch Materia
3
3
4
4
// Color system ================================================================
@@ -35,6 +35,10 @@ $danger: $red !default;
35
35
$light : $white !default ;
36
36
$dark : $gray-800 !default ;
37
37
38
+ $yiq-contrasted-threshold : 170 !default ;
39
+
40
+ $enable-gradients : true !default ;
41
+
38
42
// Body ========================================================================
39
43
40
44
$body-color : $gray-700 !default ;
@@ -47,16 +51,26 @@ $font-weight-base: 400 !default;
47
51
48
52
// Buttons =====================================================================
49
53
50
- $input-btn-padding-y : 1 rem !default ;
54
+ $input-btn-padding-y : 0.5 rem !default ;
51
55
$input-btn-padding-x : 1rem !default ;
52
56
53
57
// Forms =======================================================================
54
58
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
+
55
68
$input-bg : transparent !default ;
56
69
$input-disabled-bg : transparent !default ;
57
70
58
71
$input-color : $gray-600 !default ;
59
72
$input-border-color : transparent !default ;
73
+ $input-border-width : 0 !default ;
60
74
61
75
$input-border-radius : 0 !default ;
62
76
$input-border-radius-lg : 0 !default ;
@@ -66,9 +80,25 @@ $input-placeholder-color: rgba(0,0,0,0.4) !default;
66
80
67
81
$input-group-addon-bg : transparent !default ;
68
82
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
+
69
98
// Navs ========================================================================
70
99
71
100
$nav-link-disabled-color : $gray-500 !default ;
101
+ $nav-tabs-link-active-bg : transparent !default ;
72
102
73
103
$nav-tabs-border-color : transparent !default ;
74
104
@@ -96,7 +126,7 @@ $modal-content-border-color: transparent !default;
96
126
97
127
// Progress Bars ===============================================================
98
128
99
- $progress-height : 6 px !default ;
129
+ $progress-height : 0.375 rem !default ;
100
130
$progress-border-radius : 0 !default ;
101
131
102
132
// Close =======================================================================
0 commit comments