LaravelTest

Форк
0
391 строка · 14.2 Кб
1
/*!
2
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
3
 * Copyright 2018 Hovhannes Bantikyan.
4
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
5
 */
6

7
 [class*="icheck-"] {
8
    min-height: 22px;
9
    margin-top: 6px !important;
10
    margin-bottom: 6px !important;
11
    padding-left: 0px;
12
}
13

14
.icheck-inline {
15
    display: inline-block;
16
}
17

18
    .icheck-inline + .icheck-inline {
19
        margin-left: .75rem;
20
        margin-top: 6px;
21
    }
22

23
[class*="icheck-"] > label {
24
    padding-left: 29px !important;
25
    min-height: 22px;
26
    line-height: 22px;
27
    display: inline-block;
28
    position: relative;
29
    vertical-align: top;
30
    margin-bottom: 0;
31
    font-weight: normal;
32
    cursor: pointer;
33
}
34

35
[class*="icheck-"] > input:first-child {
36
    position: absolute !important;
37
    opacity: 0;
38
    margin: 0;
39
}
40

41
    [class*="icheck-"] > input:first-child:disabled {
42
        cursor: default;
43
    }
44

45
    [class*="icheck-"] > input:first-child + label::before,
46
    [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
47
        content: "";
48
        display: inline-block;
49
        position: absolute;
50
        width: 22px;
51
        height: 22px;
52
        border: 1px solid #D3CFC8;
53
        border-radius: 0px;
54
        margin-left: -29px;
55
    }
56

57
    [class*="icheck-"] > input:first-child:checked + label::after,
58
    [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
59
        content: "";
60
        display: inline-block;
61
        position: absolute;
62
        top: 0;
63
        left: 0;
64
        width: 7px;
65
        height: 10px;
66
        border: solid 2px #fff;
67
        border-left: none;
68
        border-top: none;
69
        transform: translate(7.75px, 4.5px) rotate(45deg);
70
        -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
71
    }
72

73
[class*="icheck-"] > input[type="radio"]:first-child + label::before,
74
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
75
    border-radius: 50%;
76
}
77

78
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
79
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
80
    border-width: 2px;
81
}
82

83
[class*="icheck-"] > input:first-child:disabled + label,
84
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
85
[class*="icheck-"] > input:first-child:disabled + label::before,
86
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before {
87
    pointer-events: none;
88
    cursor: default;
89
    filter: alpha(opacity=65);
90
    -webkit-box-shadow: none;
91
    box-shadow: none;
92
    opacity: .65;
93
}
94

95
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
96
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
97
    border-color: #adadad;
98
}
99

100
.icheck-default > input:first-child:checked + label::before,
101
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before {
102
    background-color: #e6e6e6;
103
    border-color: #adadad;
104
}
105

106
.icheck-default > input:first-child:checked + label::after,
107
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after {
108
    border-bottom-color: #333;
109
    border-right-color: #333;
110
}
111

112
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
113
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
114
    border-color: #2e6da4;
115
}
116

117
.icheck-primary > input:first-child:checked + label::before,
118
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
119
    background-color: #337ab7;
120
    border-color: #2e6da4;
121
}
122

123
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
124
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
125
    border-color: #4cae4c;
126
}
127

128
.icheck-success > input:first-child:checked + label::before,
129
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before {
130
    background-color: #5cb85c;
131
    border-color: #4cae4c;
132
}
133

134
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
135
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
136
    border-color: #46b8da;
137
}
138

139
.icheck-info > input:first-child:checked + label::before,
140
.icheck-info > input:first-child:checked + input[type="hidden"] + label::before {
141
    background-color: #5bc0de;
142
    border-color: #46b8da;
143
}
144

145
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
146
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
147
    border-color: #eea236;
148
}
149

150
.icheck-warning > input:first-child:checked + label::before,
151
.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before {
152
    background-color: #f0ad4e;
153
    border-color: #eea236;
154
}
155

156
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
157
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
158
    border-color: #d43f3a;
159
}
160

161
.icheck-danger > input:first-child:checked + label::before,
162
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {
163
    background-color: #d9534f;
164
    border-color: #d43f3a;
165
}
166

167
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before,
168
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
169
    border-color: #1abc9c;
170
}
171

172
.icheck-turquoise > input:first-child:checked + label::before,
173
.icheck-turquoise > input:first-child:checked + input[type="hidden"] + label::before {
174
    background-color: #1abc9c;
175
    border-color: #1abc9c;
176
}
177

178
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before,
179
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
180
    border-color: #2ecc71;
181
}
182

183
.icheck-emerland > input:first-child:checked + label::before,
184
.icheck-emerland > input:first-child:checked + input[type="hidden"] + label::before {
185
    background-color: #2ecc71;
186
    border-color: #2ecc71;
187
}
188

189
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before,
190
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
191
    border-color: #3498db;
192
}
193

194
.icheck-peterriver > input:first-child:checked + label::before,
195
.icheck-peterriver > input:first-child:checked + input[type="hidden"] + label::before {
196
    background-color: #3498db;
197
    border-color: #3498db;
198
}
199

200
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before,
201
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
202
    border-color: #9b59b6;
203
}
204

205
.icheck-amethyst > input:first-child:checked + label::before,
206
.icheck-amethyst > input:first-child:checked + input[type="hidden"] + label::before {
207
    background-color: #9b59b6;
208
    border-color: #9b59b6;
209
}
210

211
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before,
212
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
213
    border-color: #34495e;
214
}
215

216
.icheck-wetasphalt > input:first-child:checked + label::before,
217
.icheck-wetasphalt > input:first-child:checked + input[type="hidden"] + label::before {
218
    background-color: #34495e;
219
    border-color: #34495e;
220
}
221

222
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before,
223
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
224
    border-color: #16a085;
225
}
226

227
.icheck-greensea > input:first-child:checked + label::before,
228
.icheck-greensea > input:first-child:checked + input[type="hidden"] + label::before {
229
    background-color: #16a085;
230
    border-color: #16a085;
231
}
232

233
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before,
234
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
235
    border-color: #27ae60;
236
}
237

238
.icheck-nephritis > input:first-child:checked + label::before,
239
.icheck-nephritis > input:first-child:checked + input[type="hidden"] + label::before {
240
    background-color: #27ae60;
241
    border-color: #27ae60;
242
}
243

244
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before,
245
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
246
    border-color: #2980b9;
247
}
248

249
.icheck-belizehole > input:first-child:checked + label::before,
250
.icheck-belizehole > input:first-child:checked + input[type="hidden"] + label::before {
251
    background-color: #2980b9;
252
    border-color: #2980b9;
253
}
254

255
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before,
256
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
257
    border-color: #8e44ad;
258
}
259

260
.icheck-wisteria > input:first-child:checked + label::before,
261
.icheck-wisteria > input:first-child:checked + input[type="hidden"] + label::before {
262
    background-color: #8e44ad;
263
    border-color: #8e44ad;
264
}
265

266
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
267
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
268
    border-color: #2c3e50;
269
}
270

271
.icheck-midnightblue > input:first-child:checked + label::before,
272
.icheck-midnightblue > input:first-child:checked + input[type="hidden"] + label::before {
273
    background-color: #2c3e50;
274
    border-color: #2c3e50;
275
}
276

277
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before,
278
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
279
    border-color: #f1c40f;
280
}
281

282
.icheck-sunflower > input:first-child:checked + label::before,
283
.icheck-sunflower > input:first-child:checked + input[type="hidden"] + label::before {
284
    background-color: #f1c40f;
285
    border-color: #f1c40f;
286
}
287

288
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before,
289
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
290
    border-color: #e67e22;
291
}
292

293
.icheck-carrot > input:first-child:checked + label::before,
294
.icheck-carrot > input:first-child:checked + input[type="hidden"] + label::before {
295
    background-color: #e67e22;
296
    border-color: #e67e22;
297
}
298

299
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before,
300
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
301
    border-color: #e74c3c;
302
}
303

304
.icheck-alizarin > input:first-child:checked + label::before,
305
.icheck-alizarin > input:first-child:checked + input[type="hidden"] + label::before {
306
    background-color: #e74c3c;
307
    border-color: #e74c3c;
308
}
309

310
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before,
311
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
312
    border-color: #ecf0f1;
313
}
314

315
.icheck-clouds > input:first-child:checked + label::before,
316
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::before {
317
    background-color: #ecf0f1;
318
    border-color: #ecf0f1;
319
}
320

321
.icheck-clouds > input:first-child:checked + label::after,
322
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::after {
323
    border-bottom-color: #95a5a6;
324
    border-right-color: #95a5a6;
325
}
326

327
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before,
328
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
329
    border-color: #95a5a6;
330
}
331

332
.icheck-concrete > input:first-child:checked + label::before,
333
.icheck-concrete > input:first-child:checked + input[type="hidden"] + label::before {
334
    background-color: #95a5a6;
335
    border-color: #95a5a6;
336
}
337

338
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
339
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
340
    border-color: #f39c12;
341
}
342

343
.icheck-orange > input:first-child:checked + label::before,
344
.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before {
345
    background-color: #f39c12;
346
    border-color: #f39c12;
347
}
348

349
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before,
350
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
351
    border-color: #d35400;
352
}
353

354
.icheck-pumpkin > input:first-child:checked + label::before,
355
.icheck-pumpkin > input:first-child:checked + input[type="hidden"] + label::before {
356
    background-color: #d35400;
357
    border-color: #d35400;
358
}
359

360
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before,
361
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
362
    border-color: #c0392b;
363
}
364

365
.icheck-pomegranate > input:first-child:checked + label::before,
366
.icheck-pomegranate > input:first-child:checked + input[type="hidden"] + label::before {
367
    background-color: #c0392b;
368
    border-color: #c0392b;
369
}
370

371
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label::before,
372
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
373
    border-color: #bdc3c7;
374
}
375

376
.icheck-silver > input:first-child:checked + label::before,
377
.icheck-silver > input:first-child:checked + input[type="hidden"] + label::before {
378
    background-color: #bdc3c7;
379
    border-color: #bdc3c7;
380
}
381

382
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before,
383
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
384
    border-color: #7f8c8d;
385
}
386

387
.icheck-asbestos > input:first-child:checked + label::before,
388
.icheck-asbestos > input:first-child:checked + input[type="hidden"] + label::before {
389
    background-color: #7f8c8d;
390
    border-color: #7f8c8d;
391
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.