semantic-ui-sass 2.3.1.2 → 2.4.4.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/.gitignore +2 -0
- data/.travis.yml +4 -2
- data/CHANGELOG.md +124 -100
- data/README.md +87 -16
- data/app/assets/javascripts/semantic-ui/dimmer.js +27 -4
- data/app/assets/javascripts/semantic-ui/dropdown.js +41 -9
- data/app/assets/javascripts/semantic-ui/embed.js +11 -1
- data/app/assets/javascripts/semantic-ui/modal.js +85 -10
- data/app/assets/javascripts/semantic-ui/popup.js +14 -5
- data/app/assets/javascripts/semantic-ui/search.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +28 -28
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +11 -11
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/elements/_all.scss +2 -0
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +153 -3
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +30 -31
- data/app/assets/stylesheets/semantic-ui/elements/_container_variables.scss +48 -0
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +36 -17
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +22 -22
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +239 -0
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +65 -3
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +39 -37
- data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +46 -2
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +27 -13
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +38 -29
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +60 -35
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -2
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +23 -26
- data/lib/semantic-ui-sass.rb +2 -2
- data/lib/semantic/ui/sass/version.rb +2 -2
- data/package.json +29 -0
- data/script.js +56 -0
- data/semantic-ui-sass.gemspec +2 -2
- data/spec/dummy/app/assets/config/manifest.js +3 -0
- data/tasks/converter.rb +29 -2
- data/yarn.lock +4 -0
- metadata +19 -13
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.
|
2
|
+
* # Semantic UI 2.4.2 - Button
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -1195,7 +1195,7 @@
|
|
1195
1195
|
width: 100%;
|
1196
1196
|
}
|
1197
1197
|
.ui.eight.buttons > .button {
|
1198
|
-
width: 12.
|
1198
|
+
width: 12.5%;
|
1199
1199
|
}
|
1200
1200
|
.ui.nine.buttons {
|
1201
1201
|
width: 100%;
|
@@ -1249,7 +1249,7 @@
|
|
1249
1249
|
height: 14.285%;
|
1250
1250
|
}
|
1251
1251
|
.ui.eight.vertical.buttons > .button {
|
1252
|
-
height: 12.
|
1252
|
+
height: 12.5%;
|
1253
1253
|
}
|
1254
1254
|
.ui.nine.vertical.buttons > .button {
|
1255
1255
|
height: 11.11%;
|
@@ -3341,6 +3341,81 @@
|
|
3341
3341
|
margin-left: -1px;
|
3342
3342
|
}
|
3343
3343
|
|
3344
|
+
/* Inverted */
|
3345
|
+
.ui.inverted.primary.buttons .button,
|
3346
|
+
.ui.inverted.primary.button {
|
3347
|
+
background-color: transparent;
|
3348
|
+
-webkit-box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
|
3349
|
+
box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
|
3350
|
+
color: #54C8FF;
|
3351
|
+
}
|
3352
|
+
.ui.inverted.primary.buttons .button:hover,
|
3353
|
+
.ui.inverted.primary.button:hover,
|
3354
|
+
.ui.inverted.primary.buttons .button:focus,
|
3355
|
+
.ui.inverted.primary.button:focus,
|
3356
|
+
.ui.inverted.primary.buttons .button.active,
|
3357
|
+
.ui.inverted.primary.button.active,
|
3358
|
+
.ui.inverted.primary.buttons .button:active,
|
3359
|
+
.ui.inverted.primary.button:active {
|
3360
|
+
-webkit-box-shadow: none !important;
|
3361
|
+
box-shadow: none !important;
|
3362
|
+
color: #FFFFFF;
|
3363
|
+
}
|
3364
|
+
.ui.inverted.primary.buttons .button:hover,
|
3365
|
+
.ui.inverted.primary.button:hover {
|
3366
|
+
background-color: #3ac0ff;
|
3367
|
+
}
|
3368
|
+
.ui.inverted.primary.buttons .button:focus,
|
3369
|
+
.ui.inverted.primary.button:focus {
|
3370
|
+
background-color: #2bbbff;
|
3371
|
+
}
|
3372
|
+
.ui.inverted.primary.buttons .active.button,
|
3373
|
+
.ui.inverted.primary.active.button {
|
3374
|
+
background-color: #3ac0ff;
|
3375
|
+
}
|
3376
|
+
.ui.inverted.primary.buttons .button:active,
|
3377
|
+
.ui.inverted.primary.button:active {
|
3378
|
+
background-color: #21b8ff;
|
3379
|
+
}
|
3380
|
+
|
3381
|
+
/* Inverted Basic */
|
3382
|
+
.ui.inverted.primary.basic.buttons .button,
|
3383
|
+
.ui.inverted.primary.buttons .basic.button,
|
3384
|
+
.ui.inverted.primary.basic.button {
|
3385
|
+
background-color: transparent;
|
3386
|
+
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
3387
|
+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
3388
|
+
color: #FFFFFF !important;
|
3389
|
+
}
|
3390
|
+
.ui.inverted.primary.basic.buttons .button:hover,
|
3391
|
+
.ui.inverted.primary.buttons .basic.button:hover,
|
3392
|
+
.ui.inverted.primary.basic.button:hover {
|
3393
|
+
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
|
3394
|
+
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
|
3395
|
+
color: #54C8FF !important;
|
3396
|
+
}
|
3397
|
+
.ui.inverted.primary.basic.buttons .button:focus,
|
3398
|
+
.ui.inverted.primary.basic.buttons .button:focus,
|
3399
|
+
.ui.inverted.primary.basic.button:focus {
|
3400
|
+
-webkit-box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
|
3401
|
+
box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
|
3402
|
+
color: #54C8FF !important;
|
3403
|
+
}
|
3404
|
+
.ui.inverted.primary.basic.buttons .active.button,
|
3405
|
+
.ui.inverted.primary.buttons .basic.active.button,
|
3406
|
+
.ui.inverted.primary.basic.active.button {
|
3407
|
+
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
|
3408
|
+
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
|
3409
|
+
color: #54C8FF !important;
|
3410
|
+
}
|
3411
|
+
.ui.inverted.primary.basic.buttons .button:active,
|
3412
|
+
.ui.inverted.primary.buttons .basic.button:active,
|
3413
|
+
.ui.inverted.primary.basic.button:active {
|
3414
|
+
-webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
|
3415
|
+
box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
|
3416
|
+
color: #54C8FF !important;
|
3417
|
+
}
|
3418
|
+
|
3344
3419
|
/*-------------------
|
3345
3420
|
Secondary
|
3346
3421
|
--------------------*/
|
@@ -3423,6 +3498,81 @@
|
|
3423
3498
|
margin-left: -1px;
|
3424
3499
|
}
|
3425
3500
|
|
3501
|
+
/* Inverted */
|
3502
|
+
.ui.inverted.secondary.buttons .button,
|
3503
|
+
.ui.inverted.secondary.button {
|
3504
|
+
background-color: transparent;
|
3505
|
+
-webkit-box-shadow: 0px 0px 0px 2px #545454 inset !important;
|
3506
|
+
box-shadow: 0px 0px 0px 2px #545454 inset !important;
|
3507
|
+
color: #545454;
|
3508
|
+
}
|
3509
|
+
.ui.inverted.secondary.buttons .button:hover,
|
3510
|
+
.ui.inverted.secondary.button:hover,
|
3511
|
+
.ui.inverted.secondary.buttons .button:focus,
|
3512
|
+
.ui.inverted.secondary.button:focus,
|
3513
|
+
.ui.inverted.secondary.buttons .button.active,
|
3514
|
+
.ui.inverted.secondary.button.active,
|
3515
|
+
.ui.inverted.secondary.buttons .button:active,
|
3516
|
+
.ui.inverted.secondary.button:active {
|
3517
|
+
-webkit-box-shadow: none !important;
|
3518
|
+
box-shadow: none !important;
|
3519
|
+
color: #FFFFFF;
|
3520
|
+
}
|
3521
|
+
.ui.inverted.secondary.buttons .button:hover,
|
3522
|
+
.ui.inverted.secondary.button:hover {
|
3523
|
+
background-color: #616161;
|
3524
|
+
}
|
3525
|
+
.ui.inverted.secondary.buttons .button:focus,
|
3526
|
+
.ui.inverted.secondary.button:focus {
|
3527
|
+
background-color: #686868;
|
3528
|
+
}
|
3529
|
+
.ui.inverted.secondary.buttons .active.button,
|
3530
|
+
.ui.inverted.secondary.active.button {
|
3531
|
+
background-color: #616161;
|
3532
|
+
}
|
3533
|
+
.ui.inverted.secondary.buttons .button:active,
|
3534
|
+
.ui.inverted.secondary.button:active {
|
3535
|
+
background-color: #6e6e6e;
|
3536
|
+
}
|
3537
|
+
|
3538
|
+
/* Inverted Basic */
|
3539
|
+
.ui.inverted.secondary.basic.buttons .button,
|
3540
|
+
.ui.inverted.secondary.buttons .basic.button,
|
3541
|
+
.ui.inverted.secondary.basic.button {
|
3542
|
+
background-color: transparent;
|
3543
|
+
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
3544
|
+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
3545
|
+
color: #FFFFFF !important;
|
3546
|
+
}
|
3547
|
+
.ui.inverted.secondary.basic.buttons .button:hover,
|
3548
|
+
.ui.inverted.secondary.buttons .basic.button:hover,
|
3549
|
+
.ui.inverted.secondary.basic.button:hover {
|
3550
|
+
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
|
3551
|
+
box-shadow: 0px 0px 0px 2px #616161 inset !important;
|
3552
|
+
color: #545454 !important;
|
3553
|
+
}
|
3554
|
+
.ui.inverted.secondary.basic.buttons .button:focus,
|
3555
|
+
.ui.inverted.secondary.basic.buttons .button:focus,
|
3556
|
+
.ui.inverted.secondary.basic.button:focus {
|
3557
|
+
-webkit-box-shadow: 0px 0px 0px 2px #686868 inset !important;
|
3558
|
+
box-shadow: 0px 0px 0px 2px #686868 inset !important;
|
3559
|
+
color: #545454 !important;
|
3560
|
+
}
|
3561
|
+
.ui.inverted.secondary.basic.buttons .active.button,
|
3562
|
+
.ui.inverted.secondary.buttons .basic.active.button,
|
3563
|
+
.ui.inverted.secondary.basic.active.button {
|
3564
|
+
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
|
3565
|
+
box-shadow: 0px 0px 0px 2px #616161 inset !important;
|
3566
|
+
color: #545454 !important;
|
3567
|
+
}
|
3568
|
+
.ui.inverted.secondary.basic.buttons .button:active,
|
3569
|
+
.ui.inverted.secondary.buttons .basic.button:active,
|
3570
|
+
.ui.inverted.secondary.basic.button:active {
|
3571
|
+
-webkit-box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
|
3572
|
+
box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
|
3573
|
+
color: #545454 !important;
|
3574
|
+
}
|
3575
|
+
|
3426
3576
|
/*---------------
|
3427
3577
|
Positive
|
3428
3578
|
----------------*/
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.
|
2
|
+
* # Semantic UI 2.4.2 - Container
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -17,78 +17,78 @@
|
|
17
17
|
/* All Sizes */
|
18
18
|
.ui.container {
|
19
19
|
display: block;
|
20
|
-
max-width:
|
20
|
+
max-width: $max-width !important;
|
21
21
|
}
|
22
22
|
|
23
23
|
/* Mobile */
|
24
|
-
@media only screen and (max-width:
|
24
|
+
@media only screen and (max-width: $largest-mobile-screen) {
|
25
25
|
.ui.container {
|
26
|
-
width:
|
27
|
-
margin-left:
|
28
|
-
margin-right:
|
26
|
+
width: $mobile-width !important;
|
27
|
+
margin-left: $mobile-gutter !important;
|
28
|
+
margin-right: $mobile-gutter !important;
|
29
29
|
}
|
30
30
|
.ui.grid.container {
|
31
|
-
width:
|
31
|
+
width: $mobile-grid-width !important;
|
32
32
|
}
|
33
33
|
.ui.relaxed.grid.container {
|
34
|
-
width:
|
34
|
+
width: $mobile-relaxed-grid-width !important;
|
35
35
|
}
|
36
36
|
.ui.very.relaxed.grid.container {
|
37
|
-
width:
|
37
|
+
width: $mobile-very-relaxed-grid-width !important;
|
38
38
|
}
|
39
39
|
}
|
40
40
|
|
41
41
|
/* Tablet */
|
42
|
-
@media only screen and (min-width:
|
42
|
+
@media only screen and (min-width: $tablet-breakpoint) and (max-width: $largest-tablet-screen) {
|
43
43
|
.ui.container {
|
44
|
-
width:
|
45
|
-
margin-left:
|
46
|
-
margin-right:
|
44
|
+
width: $tablet-width;
|
45
|
+
margin-left: $tablet-gutter !important;
|
46
|
+
margin-right: $tablet-gutter !important;
|
47
47
|
}
|
48
48
|
.ui.grid.container {
|
49
|
-
width:
|
49
|
+
width: $tablet-grid-width !important;
|
50
50
|
}
|
51
51
|
.ui.relaxed.grid.container {
|
52
|
-
width:
|
52
|
+
width: $tablet-relaxed-grid-width !important;
|
53
53
|
}
|
54
54
|
.ui.very.relaxed.grid.container {
|
55
|
-
width:
|
55
|
+
width: $tablet-very-relaxed-grid-width !important;
|
56
56
|
}
|
57
57
|
}
|
58
58
|
|
59
59
|
/* Small Monitor */
|
60
|
-
@media only screen and (min-width:
|
60
|
+
@media only screen and (min-width: $computer-breakpoint) and (max-width: $largest-small-monitor) {
|
61
61
|
.ui.container {
|
62
|
-
width:
|
63
|
-
margin-left:
|
64
|
-
margin-right:
|
62
|
+
width: $computer-width;
|
63
|
+
margin-left: $computer-gutter !important;
|
64
|
+
margin-right: $computer-gutter !important;
|
65
65
|
}
|
66
66
|
.ui.grid.container {
|
67
|
-
width:
|
67
|
+
width: $computer-grid-width !important;
|
68
68
|
}
|
69
69
|
.ui.relaxed.grid.container {
|
70
|
-
width:
|
70
|
+
width: $computer-relaxed-grid-width !important;
|
71
71
|
}
|
72
72
|
.ui.very.relaxed.grid.container {
|
73
|
-
width:
|
73
|
+
width: $computer-very-relaxed-grid-width !important;
|
74
74
|
}
|
75
75
|
}
|
76
76
|
|
77
77
|
/* Large Monitor */
|
78
|
-
@media only screen and (min-width:
|
78
|
+
@media only screen and (min-width: $large-monitor-breakpoint) {
|
79
79
|
.ui.container {
|
80
|
-
width:
|
81
|
-
margin-left:
|
82
|
-
margin-right:
|
80
|
+
width: $large-monitor-width;
|
81
|
+
margin-left: $large-monitor-gutter !important;
|
82
|
+
margin-right: $large-monitor-gutter !important;
|
83
83
|
}
|
84
84
|
.ui.grid.container {
|
85
|
-
width:
|
85
|
+
width: $large-monitor-grid-width !important;
|
86
86
|
}
|
87
87
|
.ui.relaxed.grid.container {
|
88
|
-
width:
|
88
|
+
width: $large-monitor-relaxed-grid-width !important;
|
89
89
|
}
|
90
90
|
.ui.very.relaxed.grid.container {
|
91
|
-
width:
|
91
|
+
width: $large-monitor-very-relaxed-grid-width !important;
|
92
92
|
}
|
93
93
|
}
|
94
94
|
|
@@ -144,4 +144,3 @@
|
|
144
144
|
/*******************************
|
145
145
|
Site Overrides
|
146
146
|
*******************************/
|
147
|
-
|
@@ -0,0 +1,48 @@
|
|
1
|
+
/*******************************
|
2
|
+
Container
|
3
|
+
*******************************/
|
4
|
+
|
5
|
+
/*-------------------
|
6
|
+
Element
|
7
|
+
--------------------*/
|
8
|
+
|
9
|
+
/* Minimum Gutter is used to determine the maximum container width for a given device */
|
10
|
+
|
11
|
+
$max-width: 100%;
|
12
|
+
|
13
|
+
/* Devices */
|
14
|
+
$mobile-minimum-gutter: 0em;
|
15
|
+
$mobile-width: auto;
|
16
|
+
$mobile-gutter: 1em;
|
17
|
+
|
18
|
+
$tablet-minimum-gutter: ($em-size * 1);
|
19
|
+
$tablet-width: $tablet-breakpoint - ($tablet-minimum-gutter * 2) - $scrollbar-width;
|
20
|
+
$tablet-gutter: auto;
|
21
|
+
|
22
|
+
$computer-minimum-gutter: ($em-size * 1.5);
|
23
|
+
$computer-width: $computer-breakpoint - ($computer-minimum-gutter * 2) - $scrollbar-width;
|
24
|
+
$computer-gutter: auto;
|
25
|
+
|
26
|
+
$large-monitor-minimum-gutter: ($em-size * 2);
|
27
|
+
$large-monitor-width: $large-monitor-breakpoint - ($large-monitor-minimum-gutter * 2) - $scrollbar-width;
|
28
|
+
$large-monitor-gutter: auto;
|
29
|
+
|
30
|
+
/* Coupling (Add Negative Margin to container size) */
|
31
|
+
$grid-gutter-width: 2rem;
|
32
|
+
$relaxed-grid-gutter-width: 3rem;
|
33
|
+
$very-relaxed-grid-gutter-width: 5rem;
|
34
|
+
|
35
|
+
$mobile-grid-width: $mobile-width;
|
36
|
+
$tablet-grid-width: calc($tablet-width + $grid-gutter-width);
|
37
|
+
$computer-grid-width: calc($computer-width + $grid-gutter-width);
|
38
|
+
$large-monitor-grid-width: calc($large-monitor-width + $grid-gutter-width);
|
39
|
+
|
40
|
+
$mobile-relaxed-grid-width: $mobile-width;
|
41
|
+
$tablet-relaxed-grid-width: calc($tablet-width + $relaxed-grid-gutter-width);
|
42
|
+
$computer-relaxed-grid-width: calc($computer-width + $relaxed-grid-gutter-width);
|
43
|
+
$large-monitor-relaxed-grid-width: calc($large-monitor-width + $relaxed-grid-gutter-width);
|
44
|
+
|
45
|
+
$mobile-very-relaxed-grid-width: $mobile-width;
|
46
|
+
$tablet-very-relaxed-grid-width: calc($tablet-width + $very-relaxed-grid-gutter-width);
|
47
|
+
$computer-very-relaxed-grid-width: calc($computer-width + $very-relaxed-grid-gutter-width);
|
48
|
+
$large-monitor-very-relaxed-grid-width: calc($large-monitor-width + $very-relaxed-grid-gutter-width);
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.
|
2
|
+
* # Semantic UI 2.4.2 - Divider
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -114,7 +114,7 @@
|
|
114
114
|
}
|
115
115
|
|
116
116
|
/* Inside grid */
|
117
|
-
@media only screen and (max-width:
|
117
|
+
@media only screen and (max-width: $largest-mobile-screen) {
|
118
118
|
.ui.stackable.grid .ui.vertical.divider,
|
119
119
|
.ui.grid .stackable.row .ui.vertical.divider {
|
120
120
|
display: table;
|
@@ -244,7 +244,7 @@
|
|
244
244
|
.ui.horizontal.divider:after {
|
245
245
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
|
246
246
|
}
|
247
|
-
@media only screen and (max-width:
|
247
|
+
@media only screen and (max-width: $largest-mobile-screen) {
|
248
248
|
.ui.stackable.grid .ui.vertical.divider:before,
|
249
249
|
.ui.grid .stackable.row .ui.vertical.divider:before,
|
250
250
|
.ui.stackable.grid .ui.vertical.divider:after,
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.
|
2
|
+
* # Semantic UI 2.4.2 - Flag
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -349,6 +349,7 @@ i.flag.gabon:before {
|
|
349
349
|
background-position: -36px 0px;
|
350
350
|
}
|
351
351
|
i.flag.gb:before,
|
352
|
+
i.flag.uk:before,
|
352
353
|
i.flag.united.kingdom:before {
|
353
354
|
background-position: -36px -26px;
|
354
355
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.
|
2
|
+
* # Semantic UI 2.4.2 - Icon
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -539,6 +539,29 @@ for instance `lemon icon` not `lemon outline icon` since there is only one lemon
|
|
539
539
|
*******************************/
|
540
540
|
|
541
541
|
|
542
|
+
/* Deprecated *In/Out Naming Conflict) */
|
543
|
+
i.icon.linkedin.in:before {
|
544
|
+
content: "\f0e1";
|
545
|
+
}
|
546
|
+
i.icon.zoom.in:before {
|
547
|
+
content: "\f00e";
|
548
|
+
}
|
549
|
+
i.icon.zoom.out:before {
|
550
|
+
content: "\f010";
|
551
|
+
}
|
552
|
+
i.icon.sign.in:before {
|
553
|
+
content: "\f2f6";
|
554
|
+
}
|
555
|
+
i.icon.in.cart:before {
|
556
|
+
content: "\f218";
|
557
|
+
}
|
558
|
+
i.icon.log.out:before {
|
559
|
+
content: "\f2f5";
|
560
|
+
}
|
561
|
+
i.icon.sign.out:before {
|
562
|
+
content: "\f2f5";
|
563
|
+
}
|
564
|
+
|
542
565
|
/* Icons */
|
543
566
|
i.icon.\35 00px:before {
|
544
567
|
content: "\f26e";
|
@@ -1863,7 +1886,7 @@ i.icon.linkify:before {
|
|
1863
1886
|
i.icon.linkedin:before {
|
1864
1887
|
content: "\f08c";
|
1865
1888
|
}
|
1866
|
-
i.icon.linkedin.
|
1889
|
+
i.icon.linkedin.alt:before {
|
1867
1890
|
content: "\f0e1";
|
1868
1891
|
}
|
1869
1892
|
i.icon.linode:before {
|
@@ -2424,15 +2447,9 @@ i.icon.shopping.cart:before {
|
|
2424
2447
|
i.icon.shower:before {
|
2425
2448
|
content: "\f2cc";
|
2426
2449
|
}
|
2427
|
-
i.icon.sign.in.alternate:before {
|
2428
|
-
content: "\f2f6";
|
2429
|
-
}
|
2430
2450
|
i.icon.sign.language:before {
|
2431
2451
|
content: "\f2a7";
|
2432
2452
|
}
|
2433
|
-
i.icon.sign.out.alternate:before {
|
2434
|
-
content: "\f2f5";
|
2435
|
-
}
|
2436
2453
|
i.icon.signal:before {
|
2437
2454
|
content: "\f012";
|
2438
2455
|
}
|
@@ -3416,7 +3433,7 @@ i.icon.idea:before {
|
|
3416
3433
|
i.icon.ils:before {
|
3417
3434
|
content: "\f20b";
|
3418
3435
|
}
|
3419
|
-
i.icon.in
|
3436
|
+
i.icon.in-cart:before {
|
3420
3437
|
content: "\f218";
|
3421
3438
|
}
|
3422
3439
|
i.icon.inr:before {
|
@@ -3908,10 +3925,10 @@ i.icon.yen:before {
|
|
3908
3925
|
i.icon.zip:before {
|
3909
3926
|
content: "\f187";
|
3910
3927
|
}
|
3911
|
-
i.icon.zoom
|
3928
|
+
i.icon.zoom-in:before {
|
3912
3929
|
content: "\f00e";
|
3913
3930
|
}
|
3914
|
-
i.icon.zoom
|
3931
|
+
i.icon.zoom-out:before {
|
3915
3932
|
content: "\f010";
|
3916
3933
|
}
|
3917
3934
|
i.icon.zoom:before {
|
@@ -3980,7 +3997,7 @@ i.icon.level.down:before {
|
|
3980
3997
|
i.icon.level.up:before {
|
3981
3998
|
content: "\f3bf";
|
3982
3999
|
}
|
3983
|
-
i.icon.
|
4000
|
+
i.icon.logout:before {
|
3984
4001
|
content: "\f2f5";
|
3985
4002
|
}
|
3986
4003
|
i.icon.meanpath:before {
|
@@ -4010,10 +4027,10 @@ i.icon.resize.horizontal:before {
|
|
4010
4027
|
i.icon.resize.vertical:before {
|
4011
4028
|
content: "\f338";
|
4012
4029
|
}
|
4013
|
-
i.icon.sign
|
4030
|
+
i.icon.sign-in:before {
|
4014
4031
|
content: "\f2f6";
|
4015
4032
|
}
|
4016
|
-
i.icon.sign
|
4033
|
+
i.icon.sign-out:before {
|
4017
4034
|
content: "\f2f5";
|
4018
4035
|
}
|
4019
4036
|
i.icon.spoon:before {
|
@@ -4410,11 +4427,11 @@ i.icon.window.minimize.outline:before {
|
|
4410
4427
|
i.icon.window.restore.outline:before {
|
4411
4428
|
content: "\f2d2";
|
4412
4429
|
}
|
4413
|
-
i.icon.disk.outline:before {
|
4414
|
-
content: "\f369";
|
4415
|
-
}
|
4416
4430
|
|
4417
4431
|
/* Outline Aliases */
|
4432
|
+
i.icon.disk.outline:before {
|
4433
|
+
content: "\f0a0";
|
4434
|
+
}
|
4418
4435
|
i.icon.heart.empty,
|
4419
4436
|
i.icon.star.empty {
|
4420
4437
|
font-family: 'outline-icons';
|
@@ -4619,6 +4636,7 @@ i.icon.leanpub,
|
|
4619
4636
|
i.icon.less,
|
4620
4637
|
i.icon.linechat,
|
4621
4638
|
i.icon.linkedin,
|
4639
|
+
i.icon.linkedin.alternate,
|
4622
4640
|
i.icon.linkedin.in,
|
4623
4641
|
i.icon.linode,
|
4624
4642
|
i.icon.linux,
|
@@ -4752,6 +4770,7 @@ i.icon.vine,
|
|
4752
4770
|
i.icon.vk,
|
4753
4771
|
i.icon.vnv,
|
4754
4772
|
i.icon.vuejs,
|
4773
|
+
i.icon.wechat,
|
4755
4774
|
i.icon.weibo,
|
4756
4775
|
i.icon.weixin,
|
4757
4776
|
i.icon.whatsapp,
|