fomantic-ui-sass 2.8.8.1 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +9 -3
- data/app/assets/javascripts/semantic-ui/api.js +92 -33
- data/app/assets/javascripts/semantic-ui/calendar.js +200 -82
- data/app/assets/javascripts/semantic-ui/checkbox.js +20 -13
- data/app/assets/javascripts/semantic-ui/dimmer.js +24 -9
- data/app/assets/javascripts/semantic-ui/dropdown.js +250 -205
- data/app/assets/javascripts/semantic-ui/embed.js +13 -9
- data/app/assets/javascripts/semantic-ui/flyout.js +1530 -0
- data/app/assets/javascripts/semantic-ui/form.js +47 -41
- data/app/assets/javascripts/semantic-ui/modal.js +187 -83
- data/app/assets/javascripts/semantic-ui/nag.js +2 -2
- data/app/assets/javascripts/semantic-ui/popup.js +16 -22
- data/app/assets/javascripts/semantic-ui/progress.js +7 -4
- data/app/assets/javascripts/semantic-ui/rating.js +7 -3
- data/app/assets/javascripts/semantic-ui/search.js +47 -20
- data/app/assets/javascripts/semantic-ui/shape.js +3 -3
- data/app/assets/javascripts/semantic-ui/sidebar.js +140 -43
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/slider.js +78 -63
- data/app/assets/javascripts/semantic-ui/state.js +2 -2
- data/app/assets/javascripts/semantic-ui/sticky.js +30 -19
- data/app/assets/javascripts/semantic-ui/tab.js +24 -6
- data/app/assets/javascripts/semantic-ui/toast.js +67 -33
- data/app/assets/javascripts/semantic-ui/transition.js +27 -22
- data/app/assets/javascripts/semantic-ui/visibility.js +5 -5
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +160 -83
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +25 -21
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +110 -78
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +43 -43
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1684 -272
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +204 -157
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +98 -4
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +31 -31
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +10799 -8841
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1021 -915
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +6 -4
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2110 -2061
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +759 -22
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +72 -68
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +31 -31
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +352 -352
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +33 -33
- 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 +118 -34
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +32 -32
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +5 -4
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +139 -42
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +177 -37
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +18 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +93 -92
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +33 -18
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +101 -51
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +592 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +37 -6
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +103 -105
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +7 -46
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +23 -9
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +17 -17
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +49 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +754 -117
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +29 -29
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +17 -17
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +5 -3
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
2
|
+
* # Fomantic-UI 2.9.0 - Grid
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -351,8 +351,8 @@
|
|
351
351
|
}
|
352
352
|
|
353
353
|
/*-------------------
|
354
|
-
|
355
|
-
--------------------*/
|
354
|
+
Column Width
|
355
|
+
--------------------*/
|
356
356
|
|
357
357
|
|
358
358
|
/* Sizing Combinations */
|
@@ -454,8 +454,8 @@
|
|
454
454
|
}
|
455
455
|
|
456
456
|
/*----------------------
|
457
|
-
|
458
|
-
-----------------------*/
|
457
|
+
Width per Device
|
458
|
+
-----------------------*/
|
459
459
|
|
460
460
|
|
461
461
|
/* Mobile Sizing Combinations */
|
@@ -1087,7 +1087,7 @@
|
|
1087
1087
|
.ui[class*="vertically divided"].grid > .row {
|
1088
1088
|
position: relative;
|
1089
1089
|
}
|
1090
|
-
.ui[class*="vertically divided"].grid > .row
|
1090
|
+
.ui[class*="vertically divided"].grid > .row::before {
|
1091
1091
|
position: absolute;
|
1092
1092
|
content: "";
|
1093
1093
|
top: 0;
|
@@ -1106,7 +1106,7 @@
|
|
1106
1106
|
}
|
1107
1107
|
|
1108
1108
|
/* First Row Vertically Divided */
|
1109
|
-
.ui[class*="vertically divided"].grid > .row:first-child
|
1109
|
+
.ui[class*="vertically divided"].grid > .row:first-child::before {
|
1110
1110
|
-webkit-box-shadow: none;
|
1111
1111
|
box-shadow: none;
|
1112
1112
|
}
|
@@ -1122,18 +1122,18 @@
|
|
1122
1122
|
-webkit-box-shadow: none;
|
1123
1123
|
box-shadow: none;
|
1124
1124
|
}
|
1125
|
-
.ui.inverted[class*="vertically divided"].grid > .row
|
1125
|
+
.ui.inverted[class*="vertically divided"].grid > .row::before {
|
1126
1126
|
-webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
|
1127
1127
|
box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
|
1128
1128
|
}
|
1129
1129
|
|
1130
1130
|
/* Relaxed */
|
1131
|
-
.ui.relaxed[class*="vertically divided"].grid > .row
|
1131
|
+
.ui.relaxed[class*="vertically divided"].grid > .row::before {
|
1132
1132
|
margin-left: 1.5rem;
|
1133
1133
|
margin-right: 1.5rem;
|
1134
1134
|
width: calc(100% - 3rem);
|
1135
1135
|
}
|
1136
|
-
.ui[class*="very relaxed"][class*="vertically divided"].grid > .row
|
1136
|
+
.ui[class*="very relaxed"][class*="vertically divided"].grid > .row::before {
|
1137
1137
|
margin-left: 2.5rem;
|
1138
1138
|
margin-right: 2.5rem;
|
1139
1139
|
width: calc(100% - 5rem);
|
@@ -1320,8 +1320,9 @@
|
|
1320
1320
|
.ui.grid > .justified.column.column,
|
1321
1321
|
.ui.grid > .row > .justified.column.column {
|
1322
1322
|
text-align: justify;
|
1323
|
-
-
|
1324
|
-
hyphens: auto;
|
1323
|
+
-webkit-hyphens: auto;
|
1324
|
+
-ms-hyphens: auto;
|
1325
|
+
hyphens: auto;
|
1325
1326
|
}
|
1326
1327
|
|
1327
1328
|
/*----------------------
|
@@ -1420,8 +1421,8 @@
|
|
1420
1421
|
}
|
1421
1422
|
|
1422
1423
|
/*----------------------
|
1423
|
-
|
1424
|
-
-----------------------*/
|
1424
|
+
Equal Width
|
1425
|
+
-----------------------*/
|
1425
1426
|
|
1426
1427
|
.ui[class*="equal width"].grid > .column:not(.row),
|
1427
1428
|
.ui[class*="equal width"].grid > .row > .column,
|
@@ -1475,11 +1476,11 @@
|
|
1475
1476
|
}
|
1476
1477
|
|
1477
1478
|
/* Vertically Divided Reversed */
|
1478
|
-
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child
|
1479
|
+
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child::before {
|
1479
1480
|
-webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
|
1480
1481
|
box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
|
1481
1482
|
}
|
1482
|
-
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child
|
1483
|
+
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child::before {
|
1483
1484
|
-webkit-box-shadow: none;
|
1484
1485
|
box-shadow: none;
|
1485
1486
|
}
|
@@ -1525,11 +1526,11 @@
|
|
1525
1526
|
}
|
1526
1527
|
|
1527
1528
|
/* Vertically Divided Reversed */
|
1528
|
-
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child
|
1529
|
+
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child::before {
|
1529
1530
|
-webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
|
1530
1531
|
box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
|
1531
1532
|
}
|
1532
|
-
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child
|
1533
|
+
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child::before {
|
1533
1534
|
-webkit-box-shadow: none;
|
1534
1535
|
box-shadow: none;
|
1535
1536
|
}
|
@@ -1575,11 +1576,11 @@
|
|
1575
1576
|
}
|
1576
1577
|
|
1577
1578
|
/* Vertically Divided Reversed */
|
1578
|
-
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child
|
1579
|
+
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child::before {
|
1579
1580
|
-webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
|
1580
1581
|
box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
|
1581
1582
|
}
|
1582
|
-
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child
|
1583
|
+
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child::before {
|
1583
1584
|
-webkit-box-shadow: none;
|
1584
1585
|
box-shadow: none;
|
1585
1586
|
}
|
@@ -1612,13 +1613,16 @@
|
|
1612
1613
|
}
|
1613
1614
|
.ui.grid > .doubling.row > .column,
|
1614
1615
|
.ui.doubling.grid > .row > .column {
|
1615
|
-
display: inline-block !important;
|
1616
1616
|
padding-top: 1rem !important;
|
1617
1617
|
padding-bottom: 1rem !important;
|
1618
1618
|
-webkit-box-shadow: none !important;
|
1619
1619
|
box-shadow: none !important;
|
1620
1620
|
margin: 0;
|
1621
1621
|
}
|
1622
|
+
.ui.grid:not(.stretched) > .doubling.row:not(.stretched) > .column:not(.stretched),
|
1623
|
+
.ui.doubling.grid:not(.stretched) > .row:not(.stretched) > .column:not(.stretched) {
|
1624
|
+
display: inline-block !important;
|
1625
|
+
}
|
1622
1626
|
.ui[class*="two column"].doubling.grid > .row > .column,
|
1623
1627
|
.ui[class*="two column"].doubling.grid > .column:not(.row),
|
1624
1628
|
.ui.grid > [class*="two column"].doubling.row.row > .column {
|