patternfly-sass 3.2.0 → 3.3.0
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.
- checksums.yaml +4 -4
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.eot +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.svg +2 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.ttf +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.woff +0 -0
- data/assets/fonts/patternfly/fontawesome-webfont.eot +0 -0
- data/assets/fonts/patternfly/fontawesome-webfont.svg +112 -22
- data/assets/fonts/patternfly/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/patternfly/fontawesome-webfont.woff +0 -0
- data/assets/fonts/patternfly/fontawesome-webfont.woff2 +0 -0
- data/assets/images/patternfly/OpenShift-logo.svg +69 -0
- data/assets/images/patternfly/RH_atomic.svg +88 -0
- data/assets/images/patternfly/kubernetes.svg +8 -0
- data/assets/javascripts/patternfly.js +68 -1
- data/assets/javascripts/patternfly.min.js +1 -1
- data/assets/stylesheets/_patternfly.scss +2 -0
- data/assets/stylesheets/patternfly/_dropdowns.scss +5 -0
- data/assets/stylesheets/patternfly/_icons.scss +6 -0
- data/assets/stylesheets/patternfly/_time-picker.scss +76 -0
- data/assets/stylesheets/patternfly/_toast.scss +10 -0
- data/assets/stylesheets/patternfly/_variables.scss +2 -0
- data/assets/stylesheets/patternfly/lib/bootstrap-datetimepicker.scss +373 -0
- data/bower.json +6 -4
- data/lib/patternfly-sass/version.rb +2 -2
- data/patternfly-sass.gemspec +2 -2
- data/spec/html/dist/css/patternfly-additions.css +466 -185
- data/spec/html/dist/css/patternfly-additions.css.map +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css +5 -1
- data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
- data/spec/html/dist/css/patternfly.css +324 -76
- data/spec/html/dist/css/patternfly.css.map +1 -1
- data/spec/html/dist/css/patternfly.min.css +5 -5
- data/spec/html/dist/css/patternfly.min.css.map +1 -1
- data/spec/html/donut-charts.html +3 -3
- data/spec/html/dropdowns.html +20 -4
- data/spec/html/icons.html +8 -0
- data/spec/html/index.html +3 -0
- data/spec/html/list-view.html +5 -0
- data/spec/html/pie-charts.html +2 -12
- data/spec/html/tables.html +260 -56
- data/spec/html/time-picker.html +73 -0
- data/spec/html/toast.html +37 -0
- data/spec/html/toolbar.html +1 -0
- data/tasks/converter.rb +6 -3
- metadata +13 -6
@@ -35,7 +35,7 @@
|
|
35
35
|
src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
|
36
36
|
}
|
37
37
|
/*!
|
38
|
-
* Bootstrap v3.3.
|
38
|
+
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
39
39
|
* Copyright 2011-2015 Twitter, Inc.
|
40
40
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
41
41
|
*/
|
@@ -305,10 +305,10 @@ th {
|
|
305
305
|
-moz-osx-font-smoothing: grayscale;
|
306
306
|
}
|
307
307
|
.glyphicon-asterisk:before {
|
308
|
-
content: "\
|
308
|
+
content: "\002a";
|
309
309
|
}
|
310
310
|
.glyphicon-plus:before {
|
311
|
-
content: "\
|
311
|
+
content: "\002b";
|
312
312
|
}
|
313
313
|
.glyphicon-euro:before,
|
314
314
|
.glyphicon-eur:before {
|
@@ -2621,6 +2621,10 @@ output {
|
|
2621
2621
|
color: #999999;
|
2622
2622
|
font-style: italic;
|
2623
2623
|
}
|
2624
|
+
.form-control::-ms-expand {
|
2625
|
+
border: 0;
|
2626
|
+
background-color: transparent;
|
2627
|
+
}
|
2624
2628
|
.form-control[disabled],
|
2625
2629
|
.form-control[readonly],
|
2626
2630
|
fieldset[disabled] .form-control {
|
@@ -3027,7 +3031,7 @@ select[multiple].input-lg {
|
|
3027
3031
|
}
|
3028
3032
|
@media (min-width: 768px) {
|
3029
3033
|
.form-horizontal .form-group-lg .control-label {
|
3030
|
-
padding-top:
|
3034
|
+
padding-top: 7px;
|
3031
3035
|
font-size: 14px;
|
3032
3036
|
}
|
3033
3037
|
}
|
@@ -3134,9 +3138,6 @@ fieldset[disabled] a.btn {
|
|
3134
3138
|
.open > .dropdown-toggle.btn-default {
|
3135
3139
|
background-image: none;
|
3136
3140
|
}
|
3137
|
-
.btn-default.disabled,
|
3138
|
-
.btn-default[disabled],
|
3139
|
-
fieldset[disabled] .btn-default,
|
3140
3141
|
.btn-default.disabled:hover,
|
3141
3142
|
.btn-default[disabled]:hover,
|
3142
3143
|
fieldset[disabled] .btn-default:hover,
|
@@ -3145,13 +3146,7 @@ fieldset[disabled] .btn-default:hover,
|
|
3145
3146
|
fieldset[disabled] .btn-default:focus,
|
3146
3147
|
.btn-default.disabled.focus,
|
3147
3148
|
.btn-default[disabled].focus,
|
3148
|
-
fieldset[disabled] .btn-default.focus
|
3149
|
-
.btn-default.disabled:active,
|
3150
|
-
.btn-default[disabled]:active,
|
3151
|
-
fieldset[disabled] .btn-default:active,
|
3152
|
-
.btn-default.disabled.active,
|
3153
|
-
.btn-default[disabled].active,
|
3154
|
-
fieldset[disabled] .btn-default.active {
|
3149
|
+
fieldset[disabled] .btn-default.focus {
|
3155
3150
|
background-color: #eeeeee;
|
3156
3151
|
border-color: #b7b7b7;
|
3157
3152
|
}
|
@@ -3200,9 +3195,6 @@ fieldset[disabled] .btn-default.active {
|
|
3200
3195
|
.open > .dropdown-toggle.btn-primary {
|
3201
3196
|
background-image: none;
|
3202
3197
|
}
|
3203
|
-
.btn-primary.disabled,
|
3204
|
-
.btn-primary[disabled],
|
3205
|
-
fieldset[disabled] .btn-primary,
|
3206
3198
|
.btn-primary.disabled:hover,
|
3207
3199
|
.btn-primary[disabled]:hover,
|
3208
3200
|
fieldset[disabled] .btn-primary:hover,
|
@@ -3211,13 +3203,7 @@ fieldset[disabled] .btn-primary:hover,
|
|
3211
3203
|
fieldset[disabled] .btn-primary:focus,
|
3212
3204
|
.btn-primary.disabled.focus,
|
3213
3205
|
.btn-primary[disabled].focus,
|
3214
|
-
fieldset[disabled] .btn-primary.focus
|
3215
|
-
.btn-primary.disabled:active,
|
3216
|
-
.btn-primary[disabled]:active,
|
3217
|
-
fieldset[disabled] .btn-primary:active,
|
3218
|
-
.btn-primary.disabled.active,
|
3219
|
-
.btn-primary[disabled].active,
|
3220
|
-
fieldset[disabled] .btn-primary.active {
|
3206
|
+
fieldset[disabled] .btn-primary.focus {
|
3221
3207
|
background-color: #0085cf;
|
3222
3208
|
border-color: #006e9c;
|
3223
3209
|
}
|
@@ -3266,9 +3252,6 @@ fieldset[disabled] .btn-primary.active {
|
|
3266
3252
|
.open > .dropdown-toggle.btn-success {
|
3267
3253
|
background-image: none;
|
3268
3254
|
}
|
3269
|
-
.btn-success.disabled,
|
3270
|
-
.btn-success[disabled],
|
3271
|
-
fieldset[disabled] .btn-success,
|
3272
3255
|
.btn-success.disabled:hover,
|
3273
3256
|
.btn-success[disabled]:hover,
|
3274
3257
|
fieldset[disabled] .btn-success:hover,
|
@@ -3277,13 +3260,7 @@ fieldset[disabled] .btn-success:hover,
|
|
3277
3260
|
fieldset[disabled] .btn-success:focus,
|
3278
3261
|
.btn-success.disabled.focus,
|
3279
3262
|
.btn-success[disabled].focus,
|
3280
|
-
fieldset[disabled] .btn-success.focus
|
3281
|
-
.btn-success.disabled:active,
|
3282
|
-
.btn-success[disabled]:active,
|
3283
|
-
fieldset[disabled] .btn-success:active,
|
3284
|
-
.btn-success.disabled.active,
|
3285
|
-
.btn-success[disabled].active,
|
3286
|
-
fieldset[disabled] .btn-success.active {
|
3263
|
+
fieldset[disabled] .btn-success.focus {
|
3287
3264
|
background-color: #3f9c35;
|
3288
3265
|
border-color: #37892f;
|
3289
3266
|
}
|
@@ -3332,9 +3309,6 @@ fieldset[disabled] .btn-success.active {
|
|
3332
3309
|
.open > .dropdown-toggle.btn-info {
|
3333
3310
|
background-image: none;
|
3334
3311
|
}
|
3335
|
-
.btn-info.disabled,
|
3336
|
-
.btn-info[disabled],
|
3337
|
-
fieldset[disabled] .btn-info,
|
3338
3312
|
.btn-info.disabled:hover,
|
3339
3313
|
.btn-info[disabled]:hover,
|
3340
3314
|
fieldset[disabled] .btn-info:hover,
|
@@ -3343,13 +3317,7 @@ fieldset[disabled] .btn-info:hover,
|
|
3343
3317
|
fieldset[disabled] .btn-info:focus,
|
3344
3318
|
.btn-info.disabled.focus,
|
3345
3319
|
.btn-info[disabled].focus,
|
3346
|
-
fieldset[disabled] .btn-info.focus
|
3347
|
-
.btn-info.disabled:active,
|
3348
|
-
.btn-info[disabled]:active,
|
3349
|
-
fieldset[disabled] .btn-info:active,
|
3350
|
-
.btn-info.disabled.active,
|
3351
|
-
.btn-info[disabled].active,
|
3352
|
-
fieldset[disabled] .btn-info.active {
|
3320
|
+
fieldset[disabled] .btn-info.focus {
|
3353
3321
|
background-color: #006e9c;
|
3354
3322
|
border-color: #005c83;
|
3355
3323
|
}
|
@@ -3398,9 +3366,6 @@ fieldset[disabled] .btn-info.active {
|
|
3398
3366
|
.open > .dropdown-toggle.btn-warning {
|
3399
3367
|
background-image: none;
|
3400
3368
|
}
|
3401
|
-
.btn-warning.disabled,
|
3402
|
-
.btn-warning[disabled],
|
3403
|
-
fieldset[disabled] .btn-warning,
|
3404
3369
|
.btn-warning.disabled:hover,
|
3405
3370
|
.btn-warning[disabled]:hover,
|
3406
3371
|
fieldset[disabled] .btn-warning:hover,
|
@@ -3409,13 +3374,7 @@ fieldset[disabled] .btn-warning:hover,
|
|
3409
3374
|
fieldset[disabled] .btn-warning:focus,
|
3410
3375
|
.btn-warning.disabled.focus,
|
3411
3376
|
.btn-warning[disabled].focus,
|
3412
|
-
fieldset[disabled] .btn-warning.focus
|
3413
|
-
.btn-warning.disabled:active,
|
3414
|
-
.btn-warning[disabled]:active,
|
3415
|
-
fieldset[disabled] .btn-warning:active,
|
3416
|
-
.btn-warning.disabled.active,
|
3417
|
-
.btn-warning[disabled].active,
|
3418
|
-
fieldset[disabled] .btn-warning.active {
|
3377
|
+
fieldset[disabled] .btn-warning.focus {
|
3419
3378
|
background-color: #ec7a08;
|
3420
3379
|
border-color: #d36d07;
|
3421
3380
|
}
|
@@ -3464,9 +3423,6 @@ fieldset[disabled] .btn-warning.active {
|
|
3464
3423
|
.open > .dropdown-toggle.btn-danger {
|
3465
3424
|
background-image: none;
|
3466
3425
|
}
|
3467
|
-
.btn-danger.disabled,
|
3468
|
-
.btn-danger[disabled],
|
3469
|
-
fieldset[disabled] .btn-danger,
|
3470
3426
|
.btn-danger.disabled:hover,
|
3471
3427
|
.btn-danger[disabled]:hover,
|
3472
3428
|
fieldset[disabled] .btn-danger:hover,
|
@@ -3475,13 +3431,7 @@ fieldset[disabled] .btn-danger:hover,
|
|
3475
3431
|
fieldset[disabled] .btn-danger:focus,
|
3476
3432
|
.btn-danger.disabled.focus,
|
3477
3433
|
.btn-danger[disabled].focus,
|
3478
|
-
fieldset[disabled] .btn-danger.focus
|
3479
|
-
.btn-danger.disabled:active,
|
3480
|
-
.btn-danger[disabled]:active,
|
3481
|
-
fieldset[disabled] .btn-danger:active,
|
3482
|
-
.btn-danger.disabled.active,
|
3483
|
-
.btn-danger[disabled].active,
|
3484
|
-
fieldset[disabled] .btn-danger.active {
|
3434
|
+
fieldset[disabled] .btn-danger.focus {
|
3485
3435
|
background-color: #a30000;
|
3486
3436
|
border-color: #781919;
|
3487
3437
|
}
|
@@ -3852,13 +3802,15 @@ tbody.collapse.in {
|
|
3852
3802
|
}
|
3853
3803
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
3854
3804
|
border-top-right-radius: 1px;
|
3805
|
+
border-top-left-radius: 1px;
|
3855
3806
|
border-bottom-right-radius: 0;
|
3856
3807
|
border-bottom-left-radius: 0;
|
3857
3808
|
}
|
3858
3809
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
3859
|
-
border-bottom-left-radius: 1px;
|
3860
3810
|
border-top-right-radius: 0;
|
3861
3811
|
border-top-left-radius: 0;
|
3812
|
+
border-bottom-right-radius: 1px;
|
3813
|
+
border-bottom-left-radius: 1px;
|
3862
3814
|
}
|
3863
3815
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
3864
3816
|
border-radius: 0;
|
@@ -3915,6 +3867,9 @@ tbody.collapse.in {
|
|
3915
3867
|
width: 100%;
|
3916
3868
|
margin-bottom: 0;
|
3917
3869
|
}
|
3870
|
+
.input-group .form-control:focus {
|
3871
|
+
z-index: 3;
|
3872
|
+
}
|
3918
3873
|
.input-group-lg > .form-control,
|
3919
3874
|
.input-group-lg > .input-group-addon,
|
3920
3875
|
.input-group-lg > .input-group-btn > .btn {
|
@@ -4826,7 +4781,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4826
4781
|
.pagination > li > span:hover,
|
4827
4782
|
.pagination > li > a:focus,
|
4828
4783
|
.pagination > li > span:focus {
|
4829
|
-
z-index:
|
4784
|
+
z-index: 2;
|
4830
4785
|
color: #00618a;
|
4831
4786
|
background-color: #ededed;
|
4832
4787
|
border-color: #dddddd;
|
@@ -4837,7 +4792,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4837
4792
|
.pagination > .active > span:hover,
|
4838
4793
|
.pagination > .active > a:focus,
|
4839
4794
|
.pagination > .active > span:focus {
|
4840
|
-
z-index:
|
4795
|
+
z-index: 3;
|
4841
4796
|
color: #ffffff;
|
4842
4797
|
background-color: #00a8e1;
|
4843
4798
|
border-color: #00a8e1;
|
@@ -5059,6 +5014,8 @@ a.badge:focus {
|
|
5059
5014
|
.container .jumbotron,
|
5060
5015
|
.container-fluid .jumbotron {
|
5061
5016
|
border-radius: 1px;
|
5017
|
+
padding-left: 20px;
|
5018
|
+
padding-right: 20px;
|
5062
5019
|
}
|
5063
5020
|
.jumbotron .container {
|
5064
5021
|
max-width: 100%;
|
@@ -6015,7 +5972,6 @@ button.close {
|
|
6015
5972
|
.modal-header {
|
6016
5973
|
padding: 15px;
|
6017
5974
|
border-bottom: 1px solid #e5e5e5;
|
6018
|
-
min-height: 16.66666667px;
|
6019
5975
|
}
|
6020
5976
|
.modal-header .close {
|
6021
5977
|
margin-top: -2px;
|
@@ -6407,6 +6363,7 @@ button.close {
|
|
6407
6363
|
color: #ffffff;
|
6408
6364
|
text-align: center;
|
6409
6365
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
6366
|
+
background-color: rgba(0, 0, 0, 0);
|
6410
6367
|
}
|
6411
6368
|
.carousel-control.left {
|
6412
6369
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
@@ -6516,16 +6473,16 @@ button.close {
|
|
6516
6473
|
.carousel-control .icon-next {
|
6517
6474
|
width: 30px;
|
6518
6475
|
height: 30px;
|
6519
|
-
margin-top: -
|
6476
|
+
margin-top: -10px;
|
6520
6477
|
font-size: 30px;
|
6521
6478
|
}
|
6522
6479
|
.carousel-control .glyphicon-chevron-left,
|
6523
6480
|
.carousel-control .icon-prev {
|
6524
|
-
margin-left: -
|
6481
|
+
margin-left: -10px;
|
6525
6482
|
}
|
6526
6483
|
.carousel-control .glyphicon-chevron-right,
|
6527
6484
|
.carousel-control .icon-next {
|
6528
|
-
margin-right: -
|
6485
|
+
margin-right: -10px;
|
6529
6486
|
}
|
6530
6487
|
.carousel-caption {
|
6531
6488
|
left: 20%;
|
@@ -6564,6 +6521,8 @@ button.close {
|
|
6564
6521
|
.pager:after,
|
6565
6522
|
.panel-body:before,
|
6566
6523
|
.panel-body:after,
|
6524
|
+
.modal-header:before,
|
6525
|
+
.modal-header:after,
|
6567
6526
|
.modal-footer:before,
|
6568
6527
|
.modal-footer:after {
|
6569
6528
|
content: " ";
|
@@ -6583,6 +6542,7 @@ button.close {
|
|
6583
6542
|
.navbar-collapse:after,
|
6584
6543
|
.pager:after,
|
6585
6544
|
.panel-body:after,
|
6545
|
+
.modal-header:after,
|
6586
6546
|
.modal-footer:after {
|
6587
6547
|
clear: both;
|
6588
6548
|
}
|
@@ -6830,15 +6790,15 @@ button.close {
|
|
6830
6790
|
}
|
6831
6791
|
}
|
6832
6792
|
/*!
|
6833
|
-
* Font Awesome 4.
|
6793
|
+
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
|
6834
6794
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
6835
6795
|
*/
|
6836
6796
|
/* FONT PATH
|
6837
6797
|
* -------------------------- */
|
6838
6798
|
@font-face {
|
6839
6799
|
font-family: 'FontAwesome';
|
6840
|
-
src: url('../fonts/fontawesome-webfont.eot?v=4.
|
6841
|
-
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.
|
6800
|
+
src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
|
6801
|
+
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
|
6842
6802
|
font-weight: normal;
|
6843
6803
|
font-style: normal;
|
6844
6804
|
}
|
@@ -6849,7 +6809,6 @@ button.close {
|
|
6849
6809
|
text-rendering: auto;
|
6850
6810
|
-webkit-font-smoothing: antialiased;
|
6851
6811
|
-moz-osx-font-smoothing: grayscale;
|
6852
|
-
transform: translate(0, 0);
|
6853
6812
|
}
|
6854
6813
|
/* makes the font 33% larger relative to the icon container */
|
6855
6814
|
.fa-lg {
|
@@ -6896,6 +6855,19 @@ button.close {
|
|
6896
6855
|
border: solid 0.08em #eeeeee;
|
6897
6856
|
border-radius: .1em;
|
6898
6857
|
}
|
6858
|
+
.fa-pull-left {
|
6859
|
+
float: left;
|
6860
|
+
}
|
6861
|
+
.fa-pull-right {
|
6862
|
+
float: right;
|
6863
|
+
}
|
6864
|
+
.fa.fa-pull-left {
|
6865
|
+
margin-right: .3em;
|
6866
|
+
}
|
6867
|
+
.fa.fa-pull-right {
|
6868
|
+
margin-left: .3em;
|
6869
|
+
}
|
6870
|
+
/* Deprecated as of 4.4.0 */
|
6899
6871
|
.pull-right {
|
6900
6872
|
float: right;
|
6901
6873
|
}
|
@@ -7459,6 +7431,7 @@ button.close {
|
|
7459
7431
|
.fa-credit-card:before {
|
7460
7432
|
content: "\f09d";
|
7461
7433
|
}
|
7434
|
+
.fa-feed:before,
|
7462
7435
|
.fa-rss:before {
|
7463
7436
|
content: "\f09e";
|
7464
7437
|
}
|
@@ -8340,6 +8313,8 @@ button.close {
|
|
8340
8313
|
.fa-git:before {
|
8341
8314
|
content: "\f1d3";
|
8342
8315
|
}
|
8316
|
+
.fa-y-combinator-square:before,
|
8317
|
+
.fa-yc-square:before,
|
8343
8318
|
.fa-hacker-news:before {
|
8344
8319
|
content: "\f1d4";
|
8345
8320
|
}
|
@@ -8364,7 +8339,6 @@ button.close {
|
|
8364
8339
|
.fa-history:before {
|
8365
8340
|
content: "\f1da";
|
8366
8341
|
}
|
8367
|
-
.fa-genderless:before,
|
8368
8342
|
.fa-circle-thin:before {
|
8369
8343
|
content: "\f1db";
|
8370
8344
|
}
|
@@ -8569,6 +8543,7 @@ button.close {
|
|
8569
8543
|
.fa-mercury:before {
|
8570
8544
|
content: "\f223";
|
8571
8545
|
}
|
8546
|
+
.fa-intersex:before,
|
8572
8547
|
.fa-transgender:before {
|
8573
8548
|
content: "\f224";
|
8574
8549
|
}
|
@@ -8596,6 +8571,9 @@ button.close {
|
|
8596
8571
|
.fa-neuter:before {
|
8597
8572
|
content: "\f22c";
|
8598
8573
|
}
|
8574
|
+
.fa-genderless:before {
|
8575
|
+
content: "\f22d";
|
8576
|
+
}
|
8599
8577
|
.fa-facebook-official:before {
|
8600
8578
|
content: "\f230";
|
8601
8579
|
}
|
@@ -8630,6 +8608,273 @@ button.close {
|
|
8630
8608
|
.fa-medium:before {
|
8631
8609
|
content: "\f23a";
|
8632
8610
|
}
|
8611
|
+
.fa-yc:before,
|
8612
|
+
.fa-y-combinator:before {
|
8613
|
+
content: "\f23b";
|
8614
|
+
}
|
8615
|
+
.fa-optin-monster:before {
|
8616
|
+
content: "\f23c";
|
8617
|
+
}
|
8618
|
+
.fa-opencart:before {
|
8619
|
+
content: "\f23d";
|
8620
|
+
}
|
8621
|
+
.fa-expeditedssl:before {
|
8622
|
+
content: "\f23e";
|
8623
|
+
}
|
8624
|
+
.fa-battery-4:before,
|
8625
|
+
.fa-battery-full:before {
|
8626
|
+
content: "\f240";
|
8627
|
+
}
|
8628
|
+
.fa-battery-3:before,
|
8629
|
+
.fa-battery-three-quarters:before {
|
8630
|
+
content: "\f241";
|
8631
|
+
}
|
8632
|
+
.fa-battery-2:before,
|
8633
|
+
.fa-battery-half:before {
|
8634
|
+
content: "\f242";
|
8635
|
+
}
|
8636
|
+
.fa-battery-1:before,
|
8637
|
+
.fa-battery-quarter:before {
|
8638
|
+
content: "\f243";
|
8639
|
+
}
|
8640
|
+
.fa-battery-0:before,
|
8641
|
+
.fa-battery-empty:before {
|
8642
|
+
content: "\f244";
|
8643
|
+
}
|
8644
|
+
.fa-mouse-pointer:before {
|
8645
|
+
content: "\f245";
|
8646
|
+
}
|
8647
|
+
.fa-i-cursor:before {
|
8648
|
+
content: "\f246";
|
8649
|
+
}
|
8650
|
+
.fa-object-group:before {
|
8651
|
+
content: "\f247";
|
8652
|
+
}
|
8653
|
+
.fa-object-ungroup:before {
|
8654
|
+
content: "\f248";
|
8655
|
+
}
|
8656
|
+
.fa-sticky-note:before {
|
8657
|
+
content: "\f249";
|
8658
|
+
}
|
8659
|
+
.fa-sticky-note-o:before {
|
8660
|
+
content: "\f24a";
|
8661
|
+
}
|
8662
|
+
.fa-cc-jcb:before {
|
8663
|
+
content: "\f24b";
|
8664
|
+
}
|
8665
|
+
.fa-cc-diners-club:before {
|
8666
|
+
content: "\f24c";
|
8667
|
+
}
|
8668
|
+
.fa-clone:before {
|
8669
|
+
content: "\f24d";
|
8670
|
+
}
|
8671
|
+
.fa-balance-scale:before {
|
8672
|
+
content: "\f24e";
|
8673
|
+
}
|
8674
|
+
.fa-hourglass-o:before {
|
8675
|
+
content: "\f250";
|
8676
|
+
}
|
8677
|
+
.fa-hourglass-1:before,
|
8678
|
+
.fa-hourglass-start:before {
|
8679
|
+
content: "\f251";
|
8680
|
+
}
|
8681
|
+
.fa-hourglass-2:before,
|
8682
|
+
.fa-hourglass-half:before {
|
8683
|
+
content: "\f252";
|
8684
|
+
}
|
8685
|
+
.fa-hourglass-3:before,
|
8686
|
+
.fa-hourglass-end:before {
|
8687
|
+
content: "\f253";
|
8688
|
+
}
|
8689
|
+
.fa-hourglass:before {
|
8690
|
+
content: "\f254";
|
8691
|
+
}
|
8692
|
+
.fa-hand-grab-o:before,
|
8693
|
+
.fa-hand-rock-o:before {
|
8694
|
+
content: "\f255";
|
8695
|
+
}
|
8696
|
+
.fa-hand-stop-o:before,
|
8697
|
+
.fa-hand-paper-o:before {
|
8698
|
+
content: "\f256";
|
8699
|
+
}
|
8700
|
+
.fa-hand-scissors-o:before {
|
8701
|
+
content: "\f257";
|
8702
|
+
}
|
8703
|
+
.fa-hand-lizard-o:before {
|
8704
|
+
content: "\f258";
|
8705
|
+
}
|
8706
|
+
.fa-hand-spock-o:before {
|
8707
|
+
content: "\f259";
|
8708
|
+
}
|
8709
|
+
.fa-hand-pointer-o:before {
|
8710
|
+
content: "\f25a";
|
8711
|
+
}
|
8712
|
+
.fa-hand-peace-o:before {
|
8713
|
+
content: "\f25b";
|
8714
|
+
}
|
8715
|
+
.fa-trademark:before {
|
8716
|
+
content: "\f25c";
|
8717
|
+
}
|
8718
|
+
.fa-registered:before {
|
8719
|
+
content: "\f25d";
|
8720
|
+
}
|
8721
|
+
.fa-creative-commons:before {
|
8722
|
+
content: "\f25e";
|
8723
|
+
}
|
8724
|
+
.fa-gg:before {
|
8725
|
+
content: "\f260";
|
8726
|
+
}
|
8727
|
+
.fa-gg-circle:before {
|
8728
|
+
content: "\f261";
|
8729
|
+
}
|
8730
|
+
.fa-tripadvisor:before {
|
8731
|
+
content: "\f262";
|
8732
|
+
}
|
8733
|
+
.fa-odnoklassniki:before {
|
8734
|
+
content: "\f263";
|
8735
|
+
}
|
8736
|
+
.fa-odnoklassniki-square:before {
|
8737
|
+
content: "\f264";
|
8738
|
+
}
|
8739
|
+
.fa-get-pocket:before {
|
8740
|
+
content: "\f265";
|
8741
|
+
}
|
8742
|
+
.fa-wikipedia-w:before {
|
8743
|
+
content: "\f266";
|
8744
|
+
}
|
8745
|
+
.fa-safari:before {
|
8746
|
+
content: "\f267";
|
8747
|
+
}
|
8748
|
+
.fa-chrome:before {
|
8749
|
+
content: "\f268";
|
8750
|
+
}
|
8751
|
+
.fa-firefox:before {
|
8752
|
+
content: "\f269";
|
8753
|
+
}
|
8754
|
+
.fa-opera:before {
|
8755
|
+
content: "\f26a";
|
8756
|
+
}
|
8757
|
+
.fa-internet-explorer:before {
|
8758
|
+
content: "\f26b";
|
8759
|
+
}
|
8760
|
+
.fa-tv:before,
|
8761
|
+
.fa-television:before {
|
8762
|
+
content: "\f26c";
|
8763
|
+
}
|
8764
|
+
.fa-contao:before {
|
8765
|
+
content: "\f26d";
|
8766
|
+
}
|
8767
|
+
.fa-500px:before {
|
8768
|
+
content: "\f26e";
|
8769
|
+
}
|
8770
|
+
.fa-amazon:before {
|
8771
|
+
content: "\f270";
|
8772
|
+
}
|
8773
|
+
.fa-calendar-plus-o:before {
|
8774
|
+
content: "\f271";
|
8775
|
+
}
|
8776
|
+
.fa-calendar-minus-o:before {
|
8777
|
+
content: "\f272";
|
8778
|
+
}
|
8779
|
+
.fa-calendar-times-o:before {
|
8780
|
+
content: "\f273";
|
8781
|
+
}
|
8782
|
+
.fa-calendar-check-o:before {
|
8783
|
+
content: "\f274";
|
8784
|
+
}
|
8785
|
+
.fa-industry:before {
|
8786
|
+
content: "\f275";
|
8787
|
+
}
|
8788
|
+
.fa-map-pin:before {
|
8789
|
+
content: "\f276";
|
8790
|
+
}
|
8791
|
+
.fa-map-signs:before {
|
8792
|
+
content: "\f277";
|
8793
|
+
}
|
8794
|
+
.fa-map-o:before {
|
8795
|
+
content: "\f278";
|
8796
|
+
}
|
8797
|
+
.fa-map:before {
|
8798
|
+
content: "\f279";
|
8799
|
+
}
|
8800
|
+
.fa-commenting:before {
|
8801
|
+
content: "\f27a";
|
8802
|
+
}
|
8803
|
+
.fa-commenting-o:before {
|
8804
|
+
content: "\f27b";
|
8805
|
+
}
|
8806
|
+
.fa-houzz:before {
|
8807
|
+
content: "\f27c";
|
8808
|
+
}
|
8809
|
+
.fa-vimeo:before {
|
8810
|
+
content: "\f27d";
|
8811
|
+
}
|
8812
|
+
.fa-black-tie:before {
|
8813
|
+
content: "\f27e";
|
8814
|
+
}
|
8815
|
+
.fa-fonticons:before {
|
8816
|
+
content: "\f280";
|
8817
|
+
}
|
8818
|
+
.fa-reddit-alien:before {
|
8819
|
+
content: "\f281";
|
8820
|
+
}
|
8821
|
+
.fa-edge:before {
|
8822
|
+
content: "\f282";
|
8823
|
+
}
|
8824
|
+
.fa-credit-card-alt:before {
|
8825
|
+
content: "\f283";
|
8826
|
+
}
|
8827
|
+
.fa-codiepie:before {
|
8828
|
+
content: "\f284";
|
8829
|
+
}
|
8830
|
+
.fa-modx:before {
|
8831
|
+
content: "\f285";
|
8832
|
+
}
|
8833
|
+
.fa-fort-awesome:before {
|
8834
|
+
content: "\f286";
|
8835
|
+
}
|
8836
|
+
.fa-usb:before {
|
8837
|
+
content: "\f287";
|
8838
|
+
}
|
8839
|
+
.fa-product-hunt:before {
|
8840
|
+
content: "\f288";
|
8841
|
+
}
|
8842
|
+
.fa-mixcloud:before {
|
8843
|
+
content: "\f289";
|
8844
|
+
}
|
8845
|
+
.fa-scribd:before {
|
8846
|
+
content: "\f28a";
|
8847
|
+
}
|
8848
|
+
.fa-pause-circle:before {
|
8849
|
+
content: "\f28b";
|
8850
|
+
}
|
8851
|
+
.fa-pause-circle-o:before {
|
8852
|
+
content: "\f28c";
|
8853
|
+
}
|
8854
|
+
.fa-stop-circle:before {
|
8855
|
+
content: "\f28d";
|
8856
|
+
}
|
8857
|
+
.fa-stop-circle-o:before {
|
8858
|
+
content: "\f28e";
|
8859
|
+
}
|
8860
|
+
.fa-shopping-bag:before {
|
8861
|
+
content: "\f290";
|
8862
|
+
}
|
8863
|
+
.fa-shopping-basket:before {
|
8864
|
+
content: "\f291";
|
8865
|
+
}
|
8866
|
+
.fa-hashtag:before {
|
8867
|
+
content: "\f292";
|
8868
|
+
}
|
8869
|
+
.fa-bluetooth:before {
|
8870
|
+
content: "\f293";
|
8871
|
+
}
|
8872
|
+
.fa-bluetooth-b:before {
|
8873
|
+
content: "\f294";
|
8874
|
+
}
|
8875
|
+
.fa-percent:before {
|
8876
|
+
content: "\f295";
|
8877
|
+
}
|
8633
8878
|
.alert {
|
8634
8879
|
border-width: 1px;
|
8635
8880
|
padding-left: 47px;
|
@@ -8915,6 +9160,9 @@ fieldset[disabled] .btn-primary.active {
|
|
8915
9160
|
top: -1px;
|
8916
9161
|
right: 0;
|
8917
9162
|
}
|
9163
|
+
.dropup .caret:before {
|
9164
|
+
content: "\f106";
|
9165
|
+
}
|
8918
9166
|
.dropdown-menu .divider {
|
8919
9167
|
background-color: #e5e5e5;
|
8920
9168
|
height: 1px;
|