@clayui/css 3.62.0 → 3.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2004 -0
- package/LICENSES/BSD-3-Clause.txt +30 -0
- package/LICENSES/LicenseRef-MIT-Bootstrap.txt +22 -0
- package/LICENSES/MIT.txt +19 -0
- package/lib/css/atlas.css +1 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +35 -35
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -3
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/mixins/_badges.scss +5 -6
- package/src/scss/mixins/_border-radius.scss +13 -54
- package/src/scss/mixins/_box-shadow.scss +1 -6
- package/src/scss/mixins/_buttons.scss +6 -8
- package/src/scss/mixins/_cards.scss +10 -12
- package/src/scss/mixins/_close.scss +5 -6
- package/src/scss/mixins/_dropdown-menu.scss +5 -6
- package/src/scss/mixins/_forms.scss +5 -6
- package/src/scss/mixins/_gradients.scss +10 -12
- package/src/scss/mixins/_grid.scss +5 -6
- package/src/scss/mixins/_labels.scss +10 -12
- package/src/scss/mixins/_links.scss +5 -6
- package/src/scss/mixins/_list-group.scss +99 -114
- package/src/scss/mixins/_menubar.scss +94 -114
- package/src/scss/mixins/_tbar.scss +1 -6
|
@@ -68,12 +68,11 @@
|
|
|
68
68
|
if(
|
|
69
69
|
variable-exists(list-group-bg),
|
|
70
70
|
$list-group-bg,
|
|
71
|
-
if
|
|
72
|
-
(
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
)
|
|
71
|
+
if(
|
|
72
|
+
variable-exists(cadmin-list-group-bg),
|
|
73
|
+
$cadmin-list-group-bg,
|
|
74
|
+
null
|
|
75
|
+
)
|
|
77
76
|
)
|
|
78
77
|
);
|
|
79
78
|
$border-bottom-color: setter(
|
|
@@ -81,14 +80,13 @@
|
|
|
81
80
|
if(
|
|
82
81
|
variable-exists(list-group-notification-item-border-bottom-color),
|
|
83
82
|
$list-group-notification-item-border-bottom-color,
|
|
84
|
-
if
|
|
85
|
-
(
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
)
|
|
83
|
+
if(
|
|
84
|
+
variable-exists(
|
|
85
|
+
cadmin-list-group-notification-item-border-bottom-color
|
|
86
|
+
),
|
|
87
|
+
$cadmin-list-group-notification-item-border-bottom-color,
|
|
88
|
+
null
|
|
89
|
+
)
|
|
92
90
|
)
|
|
93
91
|
);
|
|
94
92
|
$border-left-color: setter(
|
|
@@ -96,14 +94,13 @@
|
|
|
96
94
|
if(
|
|
97
95
|
variable-exists(list-group-notification-item-border-left-color),
|
|
98
96
|
$list-group-notification-item-border-left-color,
|
|
99
|
-
if
|
|
100
|
-
(
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
)
|
|
97
|
+
if(
|
|
98
|
+
variable-exists(
|
|
99
|
+
cadmin-list-group-notification-item-border-left-color
|
|
100
|
+
),
|
|
101
|
+
$cadmin-list-group-notification-item-border-left-color,
|
|
102
|
+
null
|
|
103
|
+
)
|
|
107
104
|
)
|
|
108
105
|
);
|
|
109
106
|
$border-right-color: setter(
|
|
@@ -111,14 +108,13 @@
|
|
|
111
108
|
if(
|
|
112
109
|
variable-exists(list-group-notification-item-border-right-color),
|
|
113
110
|
$list-group-notification-item-border-right-color,
|
|
114
|
-
if
|
|
115
|
-
(
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
)
|
|
111
|
+
if(
|
|
112
|
+
variable-exists(
|
|
113
|
+
cadmin-list-group-notification-item-border-right-color
|
|
114
|
+
),
|
|
115
|
+
$cadmin-list-group-notification-item-border-right-color,
|
|
116
|
+
null
|
|
117
|
+
)
|
|
122
118
|
)
|
|
123
119
|
);
|
|
124
120
|
$border-top-color: setter(
|
|
@@ -126,14 +122,13 @@
|
|
|
126
122
|
if(
|
|
127
123
|
variable-exists(list-group-notification-item-border-top-color),
|
|
128
124
|
$list-group-notification-item-border-top-color,
|
|
129
|
-
if
|
|
130
|
-
(
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
)
|
|
125
|
+
if(
|
|
126
|
+
variable-exists(
|
|
127
|
+
cadmin-list-group-notification-item-border-top-color
|
|
128
|
+
),
|
|
129
|
+
$cadmin-list-group-notification-item-border-top-color,
|
|
130
|
+
null
|
|
131
|
+
)
|
|
137
132
|
)
|
|
138
133
|
);
|
|
139
134
|
|
|
@@ -142,14 +137,13 @@
|
|
|
142
137
|
if(
|
|
143
138
|
variable-exists(list-group-notification-item-border-bottom-width),
|
|
144
139
|
$list-group-notification-item-border-bottom-width,
|
|
145
|
-
if
|
|
146
|
-
(
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
)
|
|
140
|
+
if(
|
|
141
|
+
variable-exists(
|
|
142
|
+
cadmin-list-group-notification-item-border-bottom-width
|
|
143
|
+
),
|
|
144
|
+
$cadmin-list-group-notification-item-border-bottom-width,
|
|
145
|
+
null
|
|
146
|
+
)
|
|
153
147
|
)
|
|
154
148
|
);
|
|
155
149
|
$border-left-width: setter(
|
|
@@ -157,14 +151,13 @@
|
|
|
157
151
|
if(
|
|
158
152
|
variable-exists(list-group-notification-item-border-left-width),
|
|
159
153
|
$list-group-notification-item-border-left-width,
|
|
160
|
-
if
|
|
161
|
-
(
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
)
|
|
154
|
+
if(
|
|
155
|
+
variable-exists(
|
|
156
|
+
cadmin-list-group-notification-item-border-left-width
|
|
157
|
+
),
|
|
158
|
+
$cadmin-list-group-notification-item-border-left-width,
|
|
159
|
+
null
|
|
160
|
+
)
|
|
168
161
|
)
|
|
169
162
|
);
|
|
170
163
|
$border-right-width: setter(
|
|
@@ -172,14 +165,13 @@
|
|
|
172
165
|
if(
|
|
173
166
|
variable-exists(list-group-notification-item-border-right-width),
|
|
174
167
|
$list-group-notification-item-border-right-width,
|
|
175
|
-
if
|
|
176
|
-
(
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
)
|
|
168
|
+
if(
|
|
169
|
+
variable-exists(
|
|
170
|
+
cadmin-list-group-notification-item-border-right-width
|
|
171
|
+
),
|
|
172
|
+
$cadmin-list-group-notification-item-border-right-width,
|
|
173
|
+
null
|
|
174
|
+
)
|
|
183
175
|
)
|
|
184
176
|
);
|
|
185
177
|
$border-top-width: setter(
|
|
@@ -187,14 +179,13 @@
|
|
|
187
179
|
if(
|
|
188
180
|
variable-exists(list-group-notification-item-border-top-width),
|
|
189
181
|
$list-group-notification-item-border-top-width,
|
|
190
|
-
if
|
|
191
|
-
(
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
)
|
|
182
|
+
if(
|
|
183
|
+
variable-exists(
|
|
184
|
+
cadmin-list-group-notification-item-border-top-width
|
|
185
|
+
),
|
|
186
|
+
$cadmin-list-group-notification-item-border-top-width,
|
|
187
|
+
null
|
|
188
|
+
)
|
|
198
189
|
)
|
|
199
190
|
);
|
|
200
191
|
|
|
@@ -210,12 +201,11 @@
|
|
|
210
201
|
if(
|
|
211
202
|
variable-exists(list-group-active-bg),
|
|
212
203
|
$list-group-active-bg,
|
|
213
|
-
if
|
|
214
|
-
(
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
)
|
|
204
|
+
if(
|
|
205
|
+
variable-exists(cadmin-list-group-active-bg),
|
|
206
|
+
$cadmin-list-group-active-bg,
|
|
207
|
+
null
|
|
208
|
+
)
|
|
219
209
|
)
|
|
220
210
|
);
|
|
221
211
|
$active-border-bottom-color: setter(
|
|
@@ -225,14 +215,13 @@
|
|
|
225
215
|
list-group-notification-item-active-border-bottom-color
|
|
226
216
|
),
|
|
227
217
|
$list-group-notification-item-active-border-bottom-color,
|
|
228
|
-
if
|
|
229
|
-
(
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
)
|
|
218
|
+
if(
|
|
219
|
+
variable-exists(
|
|
220
|
+
cadmin-list-group-notification-item-active-border-bottom-color
|
|
221
|
+
),
|
|
222
|
+
$cadmin-list-group-notification-item-active-border-bottom-color,
|
|
223
|
+
null
|
|
224
|
+
)
|
|
236
225
|
)
|
|
237
226
|
);
|
|
238
227
|
$active-border-left-color: setter(
|
|
@@ -242,14 +231,13 @@
|
|
|
242
231
|
list-group-notification-item-active-border-left-color
|
|
243
232
|
),
|
|
244
233
|
$list-group-notification-item-active-border-left-color,
|
|
245
|
-
if
|
|
246
|
-
(
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
)
|
|
234
|
+
if(
|
|
235
|
+
variable-exists(
|
|
236
|
+
cadmin-list-group-notification-item-active-border-left-color
|
|
237
|
+
),
|
|
238
|
+
$cadmin-list-group-notification-item-active-border-left-color,
|
|
239
|
+
null
|
|
240
|
+
)
|
|
253
241
|
)
|
|
254
242
|
);
|
|
255
243
|
$active-border-right-color: setter(
|
|
@@ -259,14 +247,13 @@
|
|
|
259
247
|
list-group-notification-item-active-border-right-color
|
|
260
248
|
),
|
|
261
249
|
$list-group-notification-item-active-border-right-color,
|
|
262
|
-
if
|
|
263
|
-
(
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
)
|
|
250
|
+
if(
|
|
251
|
+
variable-exists(
|
|
252
|
+
cadmin-list-group-notification-item-active-border-right-color
|
|
253
|
+
),
|
|
254
|
+
$cadmin-list-group-notification-item-active-border-right-color,
|
|
255
|
+
null
|
|
256
|
+
)
|
|
270
257
|
)
|
|
271
258
|
);
|
|
272
259
|
$active-border-top-color: setter(
|
|
@@ -276,14 +263,13 @@
|
|
|
276
263
|
list-group-notification-item-active-border-top-color
|
|
277
264
|
),
|
|
278
265
|
$list-group-notification-item-active-border-top-color,
|
|
279
|
-
if
|
|
280
|
-
(
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
)
|
|
266
|
+
if(
|
|
267
|
+
variable-exists(
|
|
268
|
+
cadmin-list-group-notification-item-active-border-top-color
|
|
269
|
+
),
|
|
270
|
+
$cadmin-list-group-notification-item-active-border-top-color,
|
|
271
|
+
null
|
|
272
|
+
)
|
|
287
273
|
)
|
|
288
274
|
);
|
|
289
275
|
|
|
@@ -305,12 +291,11 @@
|
|
|
305
291
|
if(
|
|
306
292
|
variable-exists(enable-rounded),
|
|
307
293
|
$enable-rounded,
|
|
308
|
-
if
|
|
309
|
-
(
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
)
|
|
294
|
+
if(
|
|
295
|
+
variable-exists(cadmin-enable-rounded),
|
|
296
|
+
$cadmin-enable-rounded,
|
|
297
|
+
true
|
|
298
|
+
)
|
|
314
299
|
)
|
|
315
300
|
) {
|
|
316
301
|
border-bottom-left-radius: $border-bottom-left-radius;
|
|
@@ -291,12 +291,11 @@
|
|
|
291
291
|
if(
|
|
292
292
|
variable-exists(enable-c-inner),
|
|
293
293
|
$enable-c-inner,
|
|
294
|
-
if
|
|
295
|
-
(
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
)
|
|
294
|
+
if(
|
|
295
|
+
variable-exists(cadmin-enable-c-inner),
|
|
296
|
+
$cadmin-enable-c-inner,
|
|
297
|
+
true
|
|
298
|
+
)
|
|
300
299
|
),
|
|
301
300
|
margin-bottom:
|
|
302
301
|
setter(
|
|
@@ -539,12 +538,11 @@
|
|
|
539
538
|
if(
|
|
540
539
|
variable-exists(navbar-light-color),
|
|
541
540
|
$navbar-light-color,
|
|
542
|
-
if
|
|
543
|
-
(
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
)
|
|
541
|
+
if(
|
|
542
|
+
variable-exists(cadmin-navbar-light-color),
|
|
543
|
+
$cadmin-navbar-light-color,
|
|
544
|
+
null
|
|
545
|
+
)
|
|
548
546
|
)
|
|
549
547
|
),
|
|
550
548
|
hover: (
|
|
@@ -560,14 +558,13 @@
|
|
|
560
558
|
if(
|
|
561
559
|
variable-exists(navbar-light-hover-color),
|
|
562
560
|
$navbar-light-hover-color,
|
|
563
|
-
if
|
|
564
|
-
(
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
)
|
|
561
|
+
if(
|
|
562
|
+
variable-exists(
|
|
563
|
+
cadmin-navbar-light-hover-color
|
|
564
|
+
),
|
|
565
|
+
$cadmin-navbar-light-hover-color,
|
|
566
|
+
null
|
|
567
|
+
)
|
|
571
568
|
)
|
|
572
569
|
),
|
|
573
570
|
),
|
|
@@ -584,14 +581,13 @@
|
|
|
584
581
|
if(
|
|
585
582
|
variable-exists(navbar-light-active-color),
|
|
586
583
|
$navbar-light-active-color,
|
|
587
|
-
if
|
|
588
|
-
(
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
)
|
|
584
|
+
if(
|
|
585
|
+
variable-exists(
|
|
586
|
+
cadmin-navbar-light-active-color
|
|
587
|
+
),
|
|
588
|
+
$cadmin-navbar-light-active-color,
|
|
589
|
+
null
|
|
590
|
+
)
|
|
595
591
|
)
|
|
596
592
|
),
|
|
597
593
|
),
|
|
@@ -615,14 +611,13 @@
|
|
|
615
611
|
if(
|
|
616
612
|
variable-exists(navbar-light-disabled-color),
|
|
617
613
|
$navbar-light-disabled-color,
|
|
618
|
-
if
|
|
619
|
-
(
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
)
|
|
614
|
+
if(
|
|
615
|
+
variable-exists(
|
|
616
|
+
cadmin-navbar-light-disabled-color
|
|
617
|
+
),
|
|
618
|
+
$cadmin-navbar-light-disabled-color,
|
|
619
|
+
null
|
|
620
|
+
)
|
|
626
621
|
)
|
|
627
622
|
),
|
|
628
623
|
),
|
|
@@ -649,12 +644,11 @@
|
|
|
649
644
|
if(
|
|
650
645
|
variable-exists(dropdown-link-color),
|
|
651
646
|
$dropdown-link-color,
|
|
652
|
-
if
|
|
653
|
-
(
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
)
|
|
647
|
+
if(
|
|
648
|
+
variable-exists(cadmin-dropdown-link-color),
|
|
649
|
+
$cadmin-dropdown-link-color,
|
|
650
|
+
null
|
|
651
|
+
)
|
|
658
652
|
)
|
|
659
653
|
),
|
|
660
654
|
hover: (
|
|
@@ -665,14 +659,11 @@
|
|
|
665
659
|
if(
|
|
666
660
|
variable-exists(dropdown-link-hover-bg),
|
|
667
661
|
$dropdown-link-hover-bg,
|
|
668
|
-
if
|
|
669
|
-
(
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
$cadmin-dropdown-link-hover-bg,
|
|
674
|
-
null
|
|
675
|
-
)
|
|
662
|
+
if(
|
|
663
|
+
variable-exists(cadmin-dropdown-link-hover-bg),
|
|
664
|
+
$cadmin-dropdown-link-hover-bg,
|
|
665
|
+
null
|
|
666
|
+
)
|
|
676
667
|
)
|
|
677
668
|
),
|
|
678
669
|
color:
|
|
@@ -682,14 +673,13 @@
|
|
|
682
673
|
if(
|
|
683
674
|
variable-exists(dropdown-link-hover-color),
|
|
684
675
|
$dropdown-link-hover-color,
|
|
685
|
-
if
|
|
686
|
-
(
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
)
|
|
676
|
+
if(
|
|
677
|
+
variable-exists(
|
|
678
|
+
cadmin-dropdown-link-hover-color
|
|
679
|
+
),
|
|
680
|
+
$cadmin-dropdown-link-hover-color,
|
|
681
|
+
null
|
|
682
|
+
)
|
|
693
683
|
)
|
|
694
684
|
),
|
|
695
685
|
),
|
|
@@ -701,14 +691,11 @@
|
|
|
701
691
|
if(
|
|
702
692
|
variable-exists(dropdown-link-active-bg),
|
|
703
693
|
$dropdown-link-active-bg,
|
|
704
|
-
if
|
|
705
|
-
(
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
$cadmin-dropdown-link-active-bg,
|
|
710
|
-
null
|
|
711
|
-
)
|
|
694
|
+
if(
|
|
695
|
+
variable-exists(cadmin-dropdown-link-active-bg),
|
|
696
|
+
$cadmin-dropdown-link-active-bg,
|
|
697
|
+
null
|
|
698
|
+
)
|
|
712
699
|
)
|
|
713
700
|
),
|
|
714
701
|
color:
|
|
@@ -718,14 +705,13 @@
|
|
|
718
705
|
if(
|
|
719
706
|
variable-exists(dropdown-link-active-color),
|
|
720
707
|
$dropdown-link-active-color,
|
|
721
|
-
if
|
|
722
|
-
(
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
)
|
|
708
|
+
if(
|
|
709
|
+
variable-exists(
|
|
710
|
+
cadmin-dropdown-link-active-color
|
|
711
|
+
),
|
|
712
|
+
$cadmin-dropdown-link-active-color,
|
|
713
|
+
null
|
|
714
|
+
)
|
|
729
715
|
)
|
|
730
716
|
),
|
|
731
717
|
),
|
|
@@ -737,14 +723,13 @@
|
|
|
737
723
|
if(
|
|
738
724
|
variable-exists(dropdown-link-active-font-weight),
|
|
739
725
|
$dropdown-link-active-font-weight,
|
|
740
|
-
if
|
|
741
|
-
(
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
)
|
|
726
|
+
if(
|
|
727
|
+
variable-exists(
|
|
728
|
+
cadmin-dropdown-link-active-font-weight
|
|
729
|
+
),
|
|
730
|
+
$cadmin-dropdown-link-active-font-weight,
|
|
731
|
+
null
|
|
732
|
+
)
|
|
748
733
|
)
|
|
749
734
|
),
|
|
750
735
|
),
|
|
@@ -762,14 +747,13 @@
|
|
|
762
747
|
if(
|
|
763
748
|
variable-exists(dropdown-link-disabled-color),
|
|
764
749
|
$dropdown-link-disabled-color,
|
|
765
|
-
if
|
|
766
|
-
(
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
)
|
|
750
|
+
if(
|
|
751
|
+
variable-exists(
|
|
752
|
+
cadmin-dropdown-link-disabled-color
|
|
753
|
+
),
|
|
754
|
+
$cadmin-dropdown-link-disabled-color,
|
|
755
|
+
null
|
|
756
|
+
)
|
|
773
757
|
)
|
|
774
758
|
),
|
|
775
759
|
),
|
|
@@ -791,12 +775,11 @@
|
|
|
791
775
|
if(
|
|
792
776
|
variable-exists(dropdown-bg),
|
|
793
777
|
$dropdown-bg,
|
|
794
|
-
if
|
|
795
|
-
(
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
)
|
|
778
|
+
if(
|
|
779
|
+
variable-exists(cadmin-dropdown-bg),
|
|
780
|
+
$cadmin-dropdown-bg,
|
|
781
|
+
null
|
|
782
|
+
)
|
|
800
783
|
)
|
|
801
784
|
),
|
|
802
785
|
border-color:
|
|
@@ -806,12 +789,11 @@
|
|
|
806
789
|
if(
|
|
807
790
|
variable-exists(dropdown-border-color),
|
|
808
791
|
$dropdown-border-color,
|
|
809
|
-
if
|
|
810
|
-
(
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
)
|
|
792
|
+
if(
|
|
793
|
+
variable-exists(cadmin-dropdown-border-color),
|
|
794
|
+
$cadmin-dropdown-border-color,
|
|
795
|
+
null
|
|
796
|
+
)
|
|
815
797
|
)
|
|
816
798
|
),
|
|
817
799
|
border-radius:
|
|
@@ -821,12 +803,11 @@
|
|
|
821
803
|
if(
|
|
822
804
|
variable-exists(border-radius),
|
|
823
805
|
$border-radius,
|
|
824
|
-
if
|
|
825
|
-
(
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
)
|
|
806
|
+
if(
|
|
807
|
+
variable-exists(cadmin-border-radius),
|
|
808
|
+
$cadmin-border-radius,
|
|
809
|
+
null
|
|
810
|
+
)
|
|
830
811
|
)
|
|
831
812
|
),
|
|
832
813
|
border-style:
|
|
@@ -841,12 +822,11 @@
|
|
|
841
822
|
if(
|
|
842
823
|
variable-exists(dropdown-box-shadow),
|
|
843
824
|
$dropdown-box-shadow,
|
|
844
|
-
if
|
|
845
|
-
(
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
)
|
|
825
|
+
if(
|
|
826
|
+
variable-exists(cadmin-dropdown-box-shadow),
|
|
827
|
+
$cadmin-dropdown-box-shadow,
|
|
828
|
+
null
|
|
829
|
+
)
|
|
850
830
|
)
|
|
851
831
|
),
|
|
852
832
|
)
|
|
@@ -70,12 +70,7 @@
|
|
|
70
70
|
$enable-c-inner: if(
|
|
71
71
|
variable-exists(enable-c-inner),
|
|
72
72
|
$enable-c-inner,
|
|
73
|
-
if
|
|
74
|
-
(
|
|
75
|
-
variable-exists(cadmin-enable-c-inner),
|
|
76
|
-
$cadmin-enable-c-inner,
|
|
77
|
-
true
|
|
78
|
-
)
|
|
73
|
+
if(variable-exists(cadmin-enable-c-inner), $cadmin-enable-c-inner, true)
|
|
79
74
|
);
|
|
80
75
|
|
|
81
76
|
$base: map-merge(
|