fomantic-ui-sass 2.9.1 → 2.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +4 -8
- data/app/assets/javascripts/semantic-ui/api.js +22 -15
- data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
- data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
- data/app/assets/javascripts/semantic-ui/dimmer.js +3 -7
- data/app/assets/javascripts/semantic-ui/dropdown.js +58 -35
- data/app/assets/javascripts/semantic-ui/embed.js +2 -7
- data/app/assets/javascripts/semantic-ui/flyout.js +56 -86
- data/app/assets/javascripts/semantic-ui/form.js +216 -157
- data/app/assets/javascripts/semantic-ui/modal.js +58 -39
- data/app/assets/javascripts/semantic-ui/nag.js +17 -9
- data/app/assets/javascripts/semantic-ui/popup.js +46 -26
- data/app/assets/javascripts/semantic-ui/progress.js +3 -34
- data/app/assets/javascripts/semantic-ui/rating.js +1 -5
- data/app/assets/javascripts/semantic-ui/search.js +5 -8
- data/app/assets/javascripts/semantic-ui/shape.js +15 -41
- data/app/assets/javascripts/semantic-ui/sidebar.js +21 -64
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/slider.js +130 -34
- data/app/assets/javascripts/semantic-ui/state.js +23 -20
- data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
- data/app/assets/javascripts/semantic-ui/tab.js +18 -8
- data/app/assets/javascripts/semantic-ui/toast.js +19 -11
- data/app/assets/javascripts/semantic-ui/transition.js +11 -66
- data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +118 -56
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +113 -107
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +39 -9
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +66 -2
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +698 -250
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +61 -51
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- 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 +186 -37
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +89 -45
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +126 -31
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +188 -42
- 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 +26 -1
- 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/_slider.scss +9 -6
- 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/_toast.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +7 -2
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Grid
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -1196,8 +1196,8 @@
|
|
1196
1196
|
.ui[class*="left aligned"].grid > .column,
|
1197
1197
|
.ui[class*="left aligned"].grid > .row > .column,
|
1198
1198
|
.ui.grid > [class*="left aligned"].row > .column,
|
1199
|
-
.ui.grid > [class*="left aligned"].column
|
1200
|
-
.ui.grid > .row > [class*="left aligned"].column
|
1199
|
+
.ui.ui.grid > [class*="left aligned"].column,
|
1200
|
+
.ui.ui.grid > .row > [class*="left aligned"].column {
|
1201
1201
|
text-align: left;
|
1202
1202
|
align-self: inherit;
|
1203
1203
|
}
|
@@ -1206,8 +1206,8 @@
|
|
1206
1206
|
.ui[class*="center aligned"].grid > .column,
|
1207
1207
|
.ui[class*="center aligned"].grid > .row > .column,
|
1208
1208
|
.ui.grid > [class*="center aligned"].row > .column,
|
1209
|
-
.ui.grid > [class*="center aligned"].column
|
1210
|
-
.ui.grid > .row > [class*="center aligned"].column
|
1209
|
+
.ui.ui.grid > [class*="center aligned"].column,
|
1210
|
+
.ui.ui.grid > .row > [class*="center aligned"].column {
|
1211
1211
|
text-align: center;
|
1212
1212
|
align-self: inherit;
|
1213
1213
|
}
|
@@ -1219,8 +1219,8 @@
|
|
1219
1219
|
.ui[class*="right aligned"].grid > .column,
|
1220
1220
|
.ui[class*="right aligned"].grid > .row > .column,
|
1221
1221
|
.ui.grid > [class*="right aligned"].row > .column,
|
1222
|
-
.ui.grid > [class*="right aligned"].column
|
1223
|
-
.ui.grid > .row > [class*="right aligned"].column
|
1222
|
+
.ui.ui.grid > [class*="right aligned"].column,
|
1223
|
+
.ui.ui.grid > .row > [class*="right aligned"].column {
|
1224
1224
|
text-align: right;
|
1225
1225
|
align-self: inherit;
|
1226
1226
|
}
|
@@ -1229,8 +1229,8 @@
|
|
1229
1229
|
.ui.justified.grid > .column,
|
1230
1230
|
.ui.justified.grid > .row > .column,
|
1231
1231
|
.ui.grid > .justified.row > .column,
|
1232
|
-
.ui.grid > .justified.column
|
1233
|
-
.ui.grid > .row > .justified.column
|
1232
|
+
.ui.ui.grid > .justified.column,
|
1233
|
+
.ui.ui.grid > .row > .justified.column {
|
1234
1234
|
text-align: justify;
|
1235
1235
|
-webkit-hyphens: auto;
|
1236
1236
|
-ms-hyphens: auto;
|
@@ -1492,77 +1492,77 @@
|
|
1492
1492
|
}
|
1493
1493
|
.ui[class*="two column"].doubling.grid > .row > .column,
|
1494
1494
|
.ui[class*="two column"].doubling.grid > .column:not(.row),
|
1495
|
-
.ui.grid > [class*="two column"].doubling.row
|
1495
|
+
.ui.ui.grid > [class*="two column"].doubling.row > .column {
|
1496
1496
|
width: 100% !important;
|
1497
1497
|
}
|
1498
1498
|
.ui[class*="three column"].doubling.grid > .row > .column,
|
1499
1499
|
.ui[class*="three column"].doubling.grid > .column:not(.row),
|
1500
|
-
.ui.grid > [class*="three column"].doubling.row
|
1500
|
+
.ui.ui.grid > [class*="three column"].doubling.row > .column {
|
1501
1501
|
width: 50% !important;
|
1502
1502
|
}
|
1503
1503
|
.ui[class*="four column"].doubling.grid > .row > .column,
|
1504
1504
|
.ui[class*="four column"].doubling.grid > .column:not(.row),
|
1505
|
-
.ui.grid > [class*="four column"].doubling.row
|
1505
|
+
.ui.ui.grid > [class*="four column"].doubling.row > .column {
|
1506
1506
|
width: 50% !important;
|
1507
1507
|
}
|
1508
1508
|
.ui[class*="five column"].doubling.grid > .row > .column,
|
1509
1509
|
.ui[class*="five column"].doubling.grid > .column:not(.row),
|
1510
|
-
.ui.grid > [class*="five column"].doubling.row
|
1510
|
+
.ui.ui.grid > [class*="five column"].doubling.row > .column {
|
1511
1511
|
width: 33.33333333% !important;
|
1512
1512
|
}
|
1513
1513
|
.ui[class*="six column"].doubling.grid > .row > .column,
|
1514
1514
|
.ui[class*="six column"].doubling.grid > .column:not(.row),
|
1515
|
-
.ui.grid > [class*="six column"].doubling.row
|
1515
|
+
.ui.ui.grid > [class*="six column"].doubling.row > .column {
|
1516
1516
|
width: 33.33333333% !important;
|
1517
1517
|
}
|
1518
1518
|
.ui[class*="seven column"].doubling.grid > .row > .column,
|
1519
1519
|
.ui[class*="seven column"].doubling.grid > .column:not(.row),
|
1520
|
-
.ui.grid > [class*="seven column"].doubling.row
|
1520
|
+
.ui.ui.grid > [class*="seven column"].doubling.row > .column {
|
1521
1521
|
width: 33.33333333% !important;
|
1522
1522
|
}
|
1523
1523
|
.ui[class*="eight column"].doubling.grid > .row > .column,
|
1524
1524
|
.ui[class*="eight column"].doubling.grid > .column:not(.row),
|
1525
|
-
.ui.grid > [class*="eight column"].doubling.row
|
1525
|
+
.ui.ui.grid > [class*="eight column"].doubling.row > .column {
|
1526
1526
|
width: 25% !important;
|
1527
1527
|
}
|
1528
1528
|
.ui[class*="nine column"].doubling.grid > .row > .column,
|
1529
1529
|
.ui[class*="nine column"].doubling.grid > .column:not(.row),
|
1530
|
-
.ui.grid > [class*="nine column"].doubling.row
|
1530
|
+
.ui.ui.grid > [class*="nine column"].doubling.row > .column {
|
1531
1531
|
width: 25% !important;
|
1532
1532
|
}
|
1533
1533
|
.ui[class*="ten column"].doubling.grid > .row > .column,
|
1534
1534
|
.ui[class*="ten column"].doubling.grid > .column:not(.row),
|
1535
|
-
.ui.grid > [class*="ten column"].doubling.row
|
1535
|
+
.ui.ui.grid > [class*="ten column"].doubling.row > .column {
|
1536
1536
|
width: 20% !important;
|
1537
1537
|
}
|
1538
1538
|
.ui[class*="eleven column"].doubling.grid > .row > .column,
|
1539
1539
|
.ui[class*="eleven column"].doubling.grid > .column:not(.row),
|
1540
|
-
.ui.grid > [class*="eleven column"].doubling.row
|
1540
|
+
.ui.ui.grid > [class*="eleven column"].doubling.row > .column {
|
1541
1541
|
width: 20% !important;
|
1542
1542
|
}
|
1543
1543
|
.ui[class*="twelve column"].doubling.grid > .row > .column,
|
1544
1544
|
.ui[class*="twelve column"].doubling.grid > .column:not(.row),
|
1545
|
-
.ui.grid > [class*="twelve column"].doubling.row
|
1545
|
+
.ui.ui.grid > [class*="twelve column"].doubling.row > .column {
|
1546
1546
|
width: 16.66666667% !important;
|
1547
1547
|
}
|
1548
1548
|
.ui[class*="thirteen column"].doubling.grid > .row > .column,
|
1549
1549
|
.ui[class*="thirteen column"].doubling.grid > .column:not(.row),
|
1550
|
-
.ui.grid > [class*="thirteen column"].doubling.row
|
1550
|
+
.ui.ui.grid > [class*="thirteen column"].doubling.row > .column {
|
1551
1551
|
width: 16.66666667% !important;
|
1552
1552
|
}
|
1553
1553
|
.ui[class*="fourteen column"].doubling.grid > .row > .column,
|
1554
1554
|
.ui[class*="fourteen column"].doubling.grid > .column:not(.row),
|
1555
|
-
.ui.grid > [class*="fourteen column"].doubling.row
|
1555
|
+
.ui.ui.grid > [class*="fourteen column"].doubling.row > .column {
|
1556
1556
|
width: 14.28571429% !important;
|
1557
1557
|
}
|
1558
1558
|
.ui[class*="fifteen column"].doubling.grid > .row > .column,
|
1559
1559
|
.ui[class*="fifteen column"].doubling.grid > .column:not(.row),
|
1560
|
-
.ui.grid > [class*="fifteen column"].doubling.row
|
1560
|
+
.ui.ui.grid > [class*="fifteen column"].doubling.row > .column {
|
1561
1561
|
width: 14.28571429% !important;
|
1562
1562
|
}
|
1563
1563
|
.ui[class*="sixteen column"].doubling.grid > .row > .column,
|
1564
1564
|
.ui[class*="sixteen column"].doubling.grid > .column:not(.row),
|
1565
|
-
.ui.grid > [class*="sixteen column"].doubling.row
|
1565
|
+
.ui.ui.grid > [class*="sixteen column"].doubling.row > .column {
|
1566
1566
|
width: 12.5% !important;
|
1567
1567
|
}
|
1568
1568
|
}
|
@@ -1583,77 +1583,77 @@
|
|
1583
1583
|
}
|
1584
1584
|
.ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
|
1585
1585
|
.ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
|
1586
|
-
.ui.grid > [class*="two column"].doubling:not(.stackable).row
|
1586
|
+
.ui.ui.grid > [class*="two column"].doubling:not(.stackable).row > .column {
|
1587
1587
|
width: 100% !important;
|
1588
1588
|
}
|
1589
1589
|
.ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
|
1590
1590
|
.ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
|
1591
|
-
.ui.grid > [class*="three column"].doubling:not(.stackable).row
|
1591
|
+
.ui.ui.grid > [class*="three column"].doubling:not(.stackable).row > .column {
|
1592
1592
|
width: 50% !important;
|
1593
1593
|
}
|
1594
1594
|
.ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
|
1595
1595
|
.ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
|
1596
|
-
.ui.grid > [class*="four column"].doubling:not(.stackable).row
|
1596
|
+
.ui.ui.grid > [class*="four column"].doubling:not(.stackable).row > .column {
|
1597
1597
|
width: 50% !important;
|
1598
1598
|
}
|
1599
1599
|
.ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
|
1600
1600
|
.ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
|
1601
|
-
.ui.grid > [class*="five column"].doubling:not(.stackable).row
|
1601
|
+
.ui.ui.grid > [class*="five column"].doubling:not(.stackable).row > .column {
|
1602
1602
|
width: 50% !important;
|
1603
1603
|
}
|
1604
1604
|
.ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
|
1605
1605
|
.ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
|
1606
|
-
.ui.grid > [class*="six column"].doubling:not(.stackable).row
|
1606
|
+
.ui.ui.grid > [class*="six column"].doubling:not(.stackable).row > .column {
|
1607
1607
|
width: 50% !important;
|
1608
1608
|
}
|
1609
1609
|
.ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
|
1610
1610
|
.ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
|
1611
|
-
.ui.grid > [class*="seven column"].doubling:not(.stackable).row
|
1611
|
+
.ui.ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column {
|
1612
1612
|
width: 50% !important;
|
1613
1613
|
}
|
1614
1614
|
.ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
|
1615
1615
|
.ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
|
1616
|
-
.ui.grid > [class*="eight column"].doubling:not(.stackable).row
|
1616
|
+
.ui.ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column {
|
1617
1617
|
width: 50% !important;
|
1618
1618
|
}
|
1619
1619
|
.ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
|
1620
1620
|
.ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
|
1621
|
-
.ui.grid > [class*="nine column"].doubling:not(.stackable).row
|
1621
|
+
.ui.ui.grid > [class*="nine column"].doubling:not(.stackable).row > .column {
|
1622
1622
|
width: 33.33333333% !important;
|
1623
1623
|
}
|
1624
1624
|
.ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
|
1625
1625
|
.ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
|
1626
|
-
.ui.grid > [class*="ten column"].doubling:not(.stackable).row
|
1626
|
+
.ui.ui.grid > [class*="ten column"].doubling:not(.stackable).row > .column {
|
1627
1627
|
width: 33.33333333% !important;
|
1628
1628
|
}
|
1629
1629
|
.ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
|
1630
1630
|
.ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
|
1631
|
-
.ui.grid > [class*="eleven column"].doubling:not(.stackable).row
|
1631
|
+
.ui.ui.grid > [class*="eleven column"].doubling:not(.stackable).row > .column {
|
1632
1632
|
width: 33.33333333% !important;
|
1633
1633
|
}
|
1634
1634
|
.ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
|
1635
1635
|
.ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
|
1636
|
-
.ui.grid > [class*="twelve column"].doubling:not(.stackable).row
|
1636
|
+
.ui.ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column {
|
1637
1637
|
width: 33.33333333% !important;
|
1638
1638
|
}
|
1639
1639
|
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
|
1640
1640
|
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1641
|
-
.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row
|
1641
|
+
.ui.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row > .column {
|
1642
1642
|
width: 33.33333333% !important;
|
1643
1643
|
}
|
1644
1644
|
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
|
1645
1645
|
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1646
|
-
.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row
|
1646
|
+
.ui.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row > .column {
|
1647
1647
|
width: 25% !important;
|
1648
1648
|
}
|
1649
1649
|
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
|
1650
1650
|
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1651
|
-
.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row
|
1651
|
+
.ui.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row > .column {
|
1652
1652
|
width: 25% !important;
|
1653
1653
|
}
|
1654
1654
|
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
|
1655
1655
|
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1656
|
-
.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row
|
1656
|
+
.ui.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row > .column {
|
1657
1657
|
width: 25% !important;
|
1658
1658
|
}
|
1659
1659
|
}
|
@@ -1739,122 +1739,122 @@
|
|
1739
1739
|
|
1740
1740
|
/* Mobile Only Hide */
|
1741
1741
|
@media only screen and (max-width: 767.98px) {
|
1742
|
-
.ui[class*="tablet only"].grid
|
1743
|
-
.ui.
|
1744
|
-
.ui.
|
1745
|
-
.ui.
|
1742
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.mobile),
|
1743
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.mobile),
|
1744
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.mobile),
|
1745
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.mobile) {
|
1746
1746
|
display: none !important;
|
1747
1747
|
}
|
1748
|
-
.ui[class*="computer only"].grid
|
1749
|
-
.ui.
|
1750
|
-
.ui.
|
1751
|
-
.ui.
|
1748
|
+
.ui.ui.ui[class*="computer only"].grid:not(.mobile),
|
1749
|
+
.ui.ui.ui.grid > [class*="computer only"].row:not(.mobile),
|
1750
|
+
.ui.ui.ui.grid > [class*="computer only"].column:not(.mobile),
|
1751
|
+
.ui.ui.ui.grid > .row > [class*="computer only"].column:not(.mobile) {
|
1752
1752
|
display: none !important;
|
1753
1753
|
}
|
1754
|
-
.ui[class*="large screen only"].grid
|
1755
|
-
.ui.
|
1756
|
-
.ui.
|
1757
|
-
.ui.
|
1754
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
1755
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
1756
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
1757
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1758
1758
|
display: none !important;
|
1759
1759
|
}
|
1760
|
-
.ui[class*="widescreen only"].grid
|
1761
|
-
.ui.
|
1762
|
-
.ui.
|
1763
|
-
.ui.
|
1760
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1761
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1762
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1763
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1764
1764
|
display: none !important;
|
1765
1765
|
}
|
1766
1766
|
}
|
1767
1767
|
|
1768
1768
|
/* Tablet Only Hide */
|
1769
1769
|
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
|
1770
|
-
.ui[class*="mobile only"].grid
|
1771
|
-
.ui.
|
1772
|
-
.ui.
|
1773
|
-
.ui.
|
1770
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.tablet),
|
1771
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.tablet),
|
1772
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.tablet),
|
1773
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.tablet) {
|
1774
1774
|
display: none !important;
|
1775
1775
|
}
|
1776
|
-
.ui[class*="computer only"].grid
|
1777
|
-
.ui.
|
1778
|
-
.ui.
|
1779
|
-
.ui.
|
1776
|
+
.ui.ui.ui[class*="computer only"].grid:not(.tablet),
|
1777
|
+
.ui.ui.ui.grid > [class*="computer only"].row:not(.tablet),
|
1778
|
+
.ui.ui.ui.grid > [class*="computer only"].column:not(.tablet),
|
1779
|
+
.ui.ui.ui.grid > .row > [class*="computer only"].column:not(.tablet) {
|
1780
1780
|
display: none !important;
|
1781
1781
|
}
|
1782
|
-
.ui[class*="large screen only"].grid
|
1783
|
-
.ui.
|
1784
|
-
.ui.
|
1785
|
-
.ui.
|
1782
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
1783
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
1784
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
1785
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1786
1786
|
display: none !important;
|
1787
1787
|
}
|
1788
|
-
.ui[class*="widescreen only"].grid
|
1789
|
-
.ui.
|
1790
|
-
.ui.
|
1791
|
-
.ui.
|
1788
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1789
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1790
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1791
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1792
1792
|
display: none !important;
|
1793
1793
|
}
|
1794
1794
|
}
|
1795
1795
|
|
1796
1796
|
/* Computer Only Hide */
|
1797
1797
|
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
|
1798
|
-
.ui[class*="mobile only"].grid
|
1799
|
-
.ui.
|
1800
|
-
.ui.
|
1801
|
-
.ui.
|
1798
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
1799
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
1800
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
1801
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1802
1802
|
display: none !important;
|
1803
1803
|
}
|
1804
|
-
.ui[class*="tablet only"].grid
|
1805
|
-
.ui.
|
1806
|
-
.ui.
|
1807
|
-
.ui.
|
1804
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
1805
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
1806
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
1807
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1808
1808
|
display: none !important;
|
1809
1809
|
}
|
1810
|
-
.ui[class*="large screen only"].grid
|
1811
|
-
.ui.
|
1812
|
-
.ui.
|
1813
|
-
.ui.
|
1810
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
1811
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
1812
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
1813
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1814
1814
|
display: none !important;
|
1815
1815
|
}
|
1816
|
-
.ui[class*="widescreen only"].grid
|
1817
|
-
.ui.
|
1818
|
-
.ui.
|
1819
|
-
.ui.
|
1816
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1817
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1818
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1819
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1820
1820
|
display: none !important;
|
1821
1821
|
}
|
1822
1822
|
}
|
1823
1823
|
|
1824
1824
|
/* Large Screen Only Hide */
|
1825
1825
|
@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
|
1826
|
-
.ui[class*="mobile only"].grid
|
1827
|
-
.ui.
|
1828
|
-
.ui.
|
1829
|
-
.ui.
|
1826
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
1827
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
1828
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
1829
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1830
1830
|
display: none !important;
|
1831
1831
|
}
|
1832
|
-
.ui[class*="tablet only"].grid
|
1833
|
-
.ui.
|
1834
|
-
.ui.
|
1835
|
-
.ui.
|
1832
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
1833
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
1834
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
1835
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1836
1836
|
display: none !important;
|
1837
1837
|
}
|
1838
|
-
.ui[class*="widescreen only"].grid
|
1839
|
-
.ui.
|
1840
|
-
.ui.
|
1841
|
-
.ui.
|
1838
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1839
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1840
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1841
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1842
1842
|
display: none !important;
|
1843
1843
|
}
|
1844
1844
|
}
|
1845
1845
|
|
1846
1846
|
/* Widescreen Only Hide */
|
1847
1847
|
@media only screen and (min-width: 1920px) {
|
1848
|
-
.ui[class*="mobile only"].grid
|
1849
|
-
.ui.
|
1850
|
-
.ui.
|
1851
|
-
.ui.
|
1848
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
1849
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
1850
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
1851
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1852
1852
|
display: none !important;
|
1853
1853
|
}
|
1854
|
-
.ui[class*="tablet only"].grid
|
1855
|
-
.ui.
|
1856
|
-
.ui.
|
1857
|
-
.ui.
|
1854
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
1855
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
1856
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
1857
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1858
1858
|
display: none !important;
|
1859
1859
|
}
|
1860
1860
|
}
|
@@ -1932,6 +1932,12 @@
|
|
1932
1932
|
.ui[class*="very compact"][class*="very relaxed"].celled.grid > .row > .column {
|
1933
1933
|
padding: 0.5em;
|
1934
1934
|
}
|
1935
|
+
.ui.grid .left.attached.column {
|
1936
|
+
padding-right: 0;
|
1937
|
+
}
|
1938
|
+
.ui.grid .right.attached.column {
|
1939
|
+
padding-left: 0;
|
1940
|
+
}
|
1935
1941
|
|
1936
1942
|
|
1937
1943
|
/*******************************
|
@@ -1,9 +1,8 @@
|
|
1
|
-
|
2
|
-
* # Fomantic - Menu
|
1
|
+
/*!
|
2
|
+
* # Fomantic-UI 2.9.3 - Menu
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
|
-
* Copyright 2015 Contributor
|
7
6
|
* Released under the MIT license
|
8
7
|
* https://opensource.org/licenses/MIT
|
9
8
|
*
|
@@ -746,7 +745,7 @@ Floated Menu / Item
|
|
746
745
|
.ui.compact.menu .item:last-child {
|
747
746
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
748
747
|
}
|
749
|
-
.ui.pagination.menu .item:last-child::before {
|
748
|
+
.ui.pagination.menu:not(.wrapping) .item:last-child::before {
|
750
749
|
display: none;
|
751
750
|
}
|
752
751
|
.ui.pagination.menu .item {
|
@@ -1430,12 +1429,17 @@ Floated Menu / Item
|
|
1430
1429
|
float: right;
|
1431
1430
|
margin: 0 0 0 0.5rem;
|
1432
1431
|
}
|
1433
|
-
.ui.center.aligned.menu,
|
1434
|
-
.ui.centered.menu {
|
1432
|
+
.ui.center.aligned.menu:not(.fluid),
|
1433
|
+
.ui.centered.menu:not(.fluid) {
|
1435
1434
|
display: inline-flex;
|
1436
1435
|
transform: translateX(-50%);
|
1437
1436
|
margin-left: 50%;
|
1438
1437
|
}
|
1438
|
+
.ui.center.aligned.menu .item,
|
1439
|
+
.ui.centered.menu .item {
|
1440
|
+
flex: 1 0 auto;
|
1441
|
+
justify-content: center;
|
1442
|
+
}
|
1439
1443
|
|
1440
1444
|
/* --------------
|
1441
1445
|
Inverted
|
@@ -1692,8 +1696,12 @@ Floated Menu / Item
|
|
1692
1696
|
}
|
1693
1697
|
|
1694
1698
|
/* -------------------
|
1695
|
-
|
1696
|
-
-------------------- */
|
1699
|
+
Evenly Sized
|
1700
|
+
-------------------- */
|
1701
|
+
.ui[class*="equal width"].menu > .item {
|
1702
|
+
flex: 1;
|
1703
|
+
}
|
1704
|
+
.ui[class*="equal width"].menu > .item,
|
1697
1705
|
.ui.item.menu,
|
1698
1706
|
.ui.item.menu .item {
|
1699
1707
|
width: 100%;
|
@@ -1704,9 +1712,11 @@ Floated Menu / Item
|
|
1704
1712
|
text-align: center;
|
1705
1713
|
justify-content: center;
|
1706
1714
|
}
|
1715
|
+
.ui.attached[class*="equal width"].menu:not(.tabular),
|
1707
1716
|
.ui.attached.item.menu:not(.tabular) {
|
1708
1717
|
margin: 0 -1px !important;
|
1709
1718
|
}
|
1719
|
+
.ui[class*="equal width"].menu > .item:last-child::before,
|
1710
1720
|
.ui.item.menu .item:last-child::before {
|
1711
1721
|
display: none;
|
1712
1722
|
}
|
@@ -1964,7 +1974,7 @@ Floated Menu / Item
|
|
1964
1974
|
margin-top: 0;
|
1965
1975
|
top: 0;
|
1966
1976
|
margin-bottom: 1rem;
|
1967
|
-
box-shadow:
|
1977
|
+
box-shadow: none;
|
1968
1978
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
1969
1979
|
}
|
1970
1980
|
.ui[class*="bottom attached"].menu:last-child {
|
@@ -1994,6 +2004,26 @@ Floated Menu / Item
|
|
1994
2004
|
margin-right: 0;
|
1995
2005
|
width: 100%;
|
1996
2006
|
}
|
2007
|
+
.ui.wrapping.menu {
|
2008
|
+
flex-wrap: wrap;
|
2009
|
+
}
|
2010
|
+
.ui.wrapping.menu .item::before {
|
2011
|
+
right: auto;
|
2012
|
+
left: 0;
|
2013
|
+
}
|
2014
|
+
.ui.wrapping.menu .item:first-child::before {
|
2015
|
+
display: none;
|
2016
|
+
}
|
2017
|
+
.ui.wrapping.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-of-type,
|
2018
|
+
.ui.wrapping.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-child {
|
2019
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
2020
|
+
}
|
2021
|
+
.ui.wrapped.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:first-child {
|
2022
|
+
border-bottom-left-radius: 0;
|
2023
|
+
}
|
2024
|
+
.ui.wrapped.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-child {
|
2025
|
+
border-top-right-radius: 0;
|
2026
|
+
}
|
1997
2027
|
|
1998
2028
|
/* --------------
|
1999
2029
|
Sizes
|