semantic-ui-sass 2.0.7.0 → 2.1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/semantic-ui/accordion.js +17 -13
- data/app/assets/javascripts/semantic-ui/api.js +25 -7
- data/app/assets/javascripts/semantic-ui/checkbox.js +124 -48
- data/app/assets/javascripts/semantic-ui/dropdown.js +193 -108
- data/app/assets/javascripts/semantic-ui/embed.js +1 -4
- data/app/assets/javascripts/semantic-ui/form.js +125 -12
- data/app/assets/javascripts/semantic-ui/modal.js +13 -13
- data/app/assets/javascripts/semantic-ui/nag.js +11 -1
- data/app/assets/javascripts/semantic-ui/popup.js +23 -10
- data/app/assets/javascripts/semantic-ui/search.js +83 -54
- data/app/assets/javascripts/semantic-ui/sticky.js +34 -32
- data/app/assets/javascripts/semantic-ui/tab.js +8 -7
- data/app/assets/javascripts/semantic-ui/transition.js +5 -5
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +102 -31
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +159 -10
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +151 -60
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +18 -1
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +187 -97
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +29 -5
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +6 -3
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -3
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +23 -38
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +69 -39
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +423 -222
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +16 -1
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +5 -13
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +9 -6
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +26 -9
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
- 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 +1 -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/_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 +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- 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 +7 -7
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.
|
2
|
+
* # Semantic UI 2.1.3 - Grid
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -354,6 +354,11 @@
|
|
354
354
|
width: 6.25% !important;
|
355
355
|
}
|
356
356
|
|
357
|
+
/* Celled Page */
|
358
|
+
.ui.celled.page.grid {
|
359
|
+
box-shadow: none;
|
360
|
+
}
|
361
|
+
|
357
362
|
/*-------------------
|
358
363
|
Column Width
|
359
364
|
--------------------*/
|
@@ -1139,9 +1144,7 @@
|
|
1139
1144
|
margin: 1em 0em;
|
1140
1145
|
box-shadow: 0px 0px 0px 1px #d4d4d5;
|
1141
1146
|
}
|
1142
|
-
.ui.celled.grid > .row
|
1143
|
-
.ui.celled.grid > .column.row,
|
1144
|
-
.ui.celled.grid > .column.row:first-child {
|
1147
|
+
.ui.celled.grid > .row {
|
1145
1148
|
width: 100% !important;
|
1146
1149
|
margin: 0em;
|
1147
1150
|
padding: 0em;
|
@@ -1155,9 +1158,6 @@
|
|
1155
1158
|
.ui.celled.grid > .row > .column:first-child {
|
1156
1159
|
box-shadow: none;
|
1157
1160
|
}
|
1158
|
-
.ui.celled.page.grid {
|
1159
|
-
box-shadow: none;
|
1160
|
-
}
|
1161
1161
|
.ui.celled.grid > .column:not(.row),
|
1162
1162
|
.ui.celled.grid > .row > .column {
|
1163
1163
|
padding: 1em;
|
@@ -1189,7 +1189,7 @@
|
|
1189
1189
|
|
1190
1190
|
|
1191
1191
|
/* Top Aligned */
|
1192
|
-
.ui[class*="top aligned"].grid .column:not(.row),
|
1192
|
+
.ui[class*="top aligned"].grid > .column:not(.row),
|
1193
1193
|
.ui.grid > [class*="top aligned"].row > .column,
|
1194
1194
|
.ui.grid > [class*="top aligned"].column:not(.row),
|
1195
1195
|
.ui.grid > .row > [class*="top aligned"].column {
|
@@ -1205,7 +1205,7 @@
|
|
1205
1205
|
}
|
1206
1206
|
|
1207
1207
|
/* Middle Aligned */
|
1208
|
-
.ui[class*="middle aligned"].grid .column:not(.row),
|
1208
|
+
.ui[class*="middle aligned"].grid > .column:not(.row),
|
1209
1209
|
.ui.grid > [class*="middle aligned"].row > .column,
|
1210
1210
|
.ui.grid > [class*="middle aligned"].column:not(.row),
|
1211
1211
|
.ui.grid > .row > [class*="middle aligned"].column {
|
@@ -1221,7 +1221,7 @@
|
|
1221
1221
|
}
|
1222
1222
|
|
1223
1223
|
/* Bottom Aligned */
|
1224
|
-
.ui[class*="bottom aligned"].grid .column:not(.row),
|
1224
|
+
.ui[class*="bottom aligned"].grid > .column:not(.row),
|
1225
1225
|
.ui.grid > [class*="bottom aligned"].row > .column,
|
1226
1226
|
.ui.grid > [class*="bottom aligned"].column:not(.row),
|
1227
1227
|
.ui.grid > .row > [class*="bottom aligned"].column {
|
@@ -1479,6 +1479,150 @@
|
|
1479
1479
|
flex-grow: 0;
|
1480
1480
|
}
|
1481
1481
|
|
1482
|
+
/*----------------------
|
1483
|
+
Reverse
|
1484
|
+
-----------------------*/
|
1485
|
+
|
1486
|
+
|
1487
|
+
/* Mobile */
|
1488
|
+
@media only screen and (max-width: 767px) {
|
1489
|
+
.ui[class*="mobile reversed"].grid,
|
1490
|
+
.ui[class*="mobile reversed"].grid > .row,
|
1491
|
+
.ui.grid > [class*="mobile reversed"].row {
|
1492
|
+
-webkit-box-orient: horizontal;
|
1493
|
+
-webkit-box-direction: reverse;
|
1494
|
+
-webkit-flex-direction: row-reverse;
|
1495
|
+
-ms-flex-direction: row-reverse;
|
1496
|
+
flex-direction: row-reverse;
|
1497
|
+
}
|
1498
|
+
.ui[class*="mobile vertically reversed"].grid,
|
1499
|
+
.ui.stackable[class*="mobile reversed"] {
|
1500
|
+
-webkit-box-orient: vertical;
|
1501
|
+
-webkit-box-direction: reverse;
|
1502
|
+
-webkit-flex-direction: column-reverse;
|
1503
|
+
-ms-flex-direction: column-reverse;
|
1504
|
+
flex-direction: column-reverse;
|
1505
|
+
}
|
1506
|
+
|
1507
|
+
/* Divided Reversed */
|
1508
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
|
1509
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1510
|
+
box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
|
1511
|
+
}
|
1512
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
|
1513
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
|
1514
|
+
box-shadow: none;
|
1515
|
+
}
|
1516
|
+
|
1517
|
+
/* Vertically Divided Reversed */
|
1518
|
+
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
|
1519
|
+
box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
|
1520
|
+
}
|
1521
|
+
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
|
1522
|
+
box-shadow: none;
|
1523
|
+
}
|
1524
|
+
|
1525
|
+
/* Celled Reversed */
|
1526
|
+
.ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
|
1527
|
+
box-shadow: -1px 0px 0px 0px #d4d4d5;
|
1528
|
+
}
|
1529
|
+
.ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
|
1530
|
+
box-shadow: none;
|
1531
|
+
}
|
1532
|
+
}
|
1533
|
+
|
1534
|
+
/* Tablet */
|
1535
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
1536
|
+
.ui[class*="tablet reversed"].grid,
|
1537
|
+
.ui[class*="tablet reversed"].grid > .row,
|
1538
|
+
.ui.grid > [class*="tablet reversed"].row {
|
1539
|
+
-webkit-box-orient: horizontal;
|
1540
|
+
-webkit-box-direction: reverse;
|
1541
|
+
-webkit-flex-direction: row-reverse;
|
1542
|
+
-ms-flex-direction: row-reverse;
|
1543
|
+
flex-direction: row-reverse;
|
1544
|
+
}
|
1545
|
+
.ui[class*="tablet vertically reversed"].grid {
|
1546
|
+
-webkit-box-orient: vertical;
|
1547
|
+
-webkit-box-direction: reverse;
|
1548
|
+
-webkit-flex-direction: column-reverse;
|
1549
|
+
-ms-flex-direction: column-reverse;
|
1550
|
+
flex-direction: column-reverse;
|
1551
|
+
}
|
1552
|
+
|
1553
|
+
/* Divided Reversed */
|
1554
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
|
1555
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1556
|
+
box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
|
1557
|
+
}
|
1558
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
|
1559
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
|
1560
|
+
box-shadow: none;
|
1561
|
+
}
|
1562
|
+
|
1563
|
+
/* Vertically Divided Reversed */
|
1564
|
+
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
|
1565
|
+
box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
|
1566
|
+
}
|
1567
|
+
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
|
1568
|
+
box-shadow: none;
|
1569
|
+
}
|
1570
|
+
|
1571
|
+
/* Celled Reversed */
|
1572
|
+
.ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
|
1573
|
+
box-shadow: -1px 0px 0px 0px #d4d4d5;
|
1574
|
+
}
|
1575
|
+
.ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
|
1576
|
+
box-shadow: none;
|
1577
|
+
}
|
1578
|
+
}
|
1579
|
+
|
1580
|
+
/* Computer */
|
1581
|
+
@media only screen and (min-width: 992px) {
|
1582
|
+
.ui[class*="computer reversed"].grid,
|
1583
|
+
.ui[class*="computer reversed"].grid > .row,
|
1584
|
+
.ui.grid > [class*="computer reversed"].row {
|
1585
|
+
-webkit-box-orient: horizontal;
|
1586
|
+
-webkit-box-direction: reverse;
|
1587
|
+
-webkit-flex-direction: row-reverse;
|
1588
|
+
-ms-flex-direction: row-reverse;
|
1589
|
+
flex-direction: row-reverse;
|
1590
|
+
}
|
1591
|
+
.ui[class*="computer vertically reversed"].grid {
|
1592
|
+
-webkit-box-orient: vertical;
|
1593
|
+
-webkit-box-direction: reverse;
|
1594
|
+
-webkit-flex-direction: column-reverse;
|
1595
|
+
-ms-flex-direction: column-reverse;
|
1596
|
+
flex-direction: column-reverse;
|
1597
|
+
}
|
1598
|
+
|
1599
|
+
/* Divided Reversed */
|
1600
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
|
1601
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1602
|
+
box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
|
1603
|
+
}
|
1604
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
|
1605
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
|
1606
|
+
box-shadow: none;
|
1607
|
+
}
|
1608
|
+
|
1609
|
+
/* Vertically Divided Reversed */
|
1610
|
+
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
|
1611
|
+
box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
|
1612
|
+
}
|
1613
|
+
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
|
1614
|
+
box-shadow: none;
|
1615
|
+
}
|
1616
|
+
|
1617
|
+
/* Celled Reversed */
|
1618
|
+
.ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
|
1619
|
+
box-shadow: -1px 0px 0px 0px #d4d4d5;
|
1620
|
+
}
|
1621
|
+
.ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
|
1622
|
+
box-shadow: none;
|
1623
|
+
}
|
1624
|
+
}
|
1625
|
+
|
1482
1626
|
/*-------------------
|
1483
1627
|
Doubling
|
1484
1628
|
--------------------*/
|
@@ -1677,6 +1821,8 @@
|
|
1677
1821
|
@media only screen and (max-width: 767px) {
|
1678
1822
|
.ui.stackable.grid {
|
1679
1823
|
width: auto;
|
1824
|
+
margin-left: 0em !important;
|
1825
|
+
margin-right: 0em !important;
|
1680
1826
|
}
|
1681
1827
|
.ui.stackable.grid > .row > .wide.column,
|
1682
1828
|
.ui.stackable.grid > .wide.column,
|
@@ -1731,6 +1877,9 @@
|
|
1731
1877
|
padding-top: 2rem !important;
|
1732
1878
|
padding-bottom: 2rem !important;
|
1733
1879
|
}
|
1880
|
+
.ui.stackable.celled.grid > .row {
|
1881
|
+
box-shadow: none !important;
|
1882
|
+
}
|
1734
1883
|
.ui.stackable.divided:not(.vertically).grid > .column:not(.row),
|
1735
1884
|
.ui.stackable.divided:not(.vertically).grid > .row > .column {
|
1736
1885
|
padding-left: 0em !important;
|
@@ -81,6 +81,10 @@
|
|
81
81
|
line-height: 1;
|
82
82
|
text-decoration: none;
|
83
83
|
-webkit-tap-highlight-color: transparent;
|
84
|
+
-webkit-box-flex: 0;
|
85
|
+
-webkit-flex: 0 0 auto;
|
86
|
+
-ms-flex: 0 0 auto;
|
87
|
+
flex: 0 0 auto;
|
84
88
|
-webkit-user-select: none;
|
85
89
|
-moz-user-select: none;
|
86
90
|
-ms-user-select: none;
|
@@ -189,11 +193,6 @@
|
|
189
193
|
padding-top: 0.57142857em;
|
190
194
|
padding-bottom: 0.57142857em;
|
191
195
|
}
|
192
|
-
.ui.menu .item > .input .button,
|
193
|
-
.ui.menu .item > .input .label {
|
194
|
-
padding-top: 0.57142857em;
|
195
|
-
padding-bottom: 0.57142857em;
|
196
|
-
}
|
197
196
|
|
198
197
|
/*--------------
|
199
198
|
Header
|
@@ -243,11 +242,17 @@
|
|
243
242
|
background: #ffffff;
|
244
243
|
margin: 0em 0px 0px;
|
245
244
|
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
|
245
|
+
-webkit-box-orient: vertical !important;
|
246
|
+
-webkit-box-direction: normal !important;
|
247
|
+
-webkit-flex-direction: column !important;
|
248
|
+
-ms-flex-direction: column !important;
|
249
|
+
flex-direction: column !important;
|
246
250
|
}
|
247
251
|
|
248
252
|
/* Menu Items */
|
249
253
|
.ui.menu .ui.dropdown .menu > .item {
|
250
254
|
margin: 0;
|
255
|
+
text-align: left;
|
251
256
|
font-size: 1em !important;
|
252
257
|
padding: 0.71428571em 1.14285714em !important;
|
253
258
|
background: transparent !important;
|
@@ -343,9 +348,6 @@
|
|
343
348
|
margin-bottom: -0.15em;
|
344
349
|
padding: 0.3em 0.71428571em;
|
345
350
|
}
|
346
|
-
.ui.menu .item > .label:before {
|
347
|
-
background-color: #999999;
|
348
|
-
}
|
349
351
|
.ui.menu .item > .floating.label {
|
350
352
|
padding: 0.3em 0.71428571em;
|
351
353
|
}
|
@@ -430,7 +432,7 @@
|
|
430
432
|
.ui.menu .link.item:active,
|
431
433
|
.ui.menu a.item:active {
|
432
434
|
background: rgba(0, 0, 0, 0.03);
|
433
|
-
color: rgba(0, 0, 0, 0.
|
435
|
+
color: rgba(0, 0, 0, 0.95);
|
434
436
|
}
|
435
437
|
|
436
438
|
/*--------------
|
@@ -596,13 +598,13 @@ Floated Menu / Item
|
|
596
598
|
box-shadow: none;
|
597
599
|
}
|
598
600
|
.ui.vertical.menu > .active.item:first-child {
|
599
|
-
border-radius:
|
601
|
+
border-radius: 0.28571429rem 0.28571429rem 0em 0em;
|
600
602
|
}
|
601
603
|
.ui.vertical.menu > .active.item:last-child {
|
602
|
-
border-radius: 0em 0em 0.28571429rem
|
604
|
+
border-radius: 0em 0em 0.28571429rem 0.28571429rem;
|
603
605
|
}
|
604
606
|
.ui.vertical.menu > .active.item:only-child {
|
605
|
-
border-radius:
|
607
|
+
border-radius: 0.28571429rem;
|
606
608
|
}
|
607
609
|
.ui.vertical.menu .active.item .menu .active.item {
|
608
610
|
border-left: none;
|
@@ -618,23 +620,22 @@ Floated Menu / Item
|
|
618
620
|
---------------*/
|
619
621
|
|
620
622
|
.ui.tabular.menu {
|
621
|
-
background-color: transparent;
|
622
623
|
border-radius: 0em;
|
623
624
|
box-shadow: none !important;
|
624
625
|
border: none;
|
626
|
+
background: none transparent;
|
625
627
|
border-bottom: 1px solid #d4d4d5;
|
626
628
|
}
|
627
629
|
.ui.tabular.fluid.menu {
|
628
630
|
width: calc(100% + 2px ) !important;
|
629
631
|
}
|
630
632
|
.ui.tabular.menu .item {
|
631
|
-
background
|
633
|
+
background: transparent;
|
634
|
+
border-bottom: none;
|
632
635
|
border-left: 1px solid transparent;
|
633
636
|
border-right: 1px solid transparent;
|
634
637
|
border-top: 2px solid transparent;
|
635
|
-
|
636
|
-
padding-left: 1.42857143em;
|
637
|
-
padding-right: 1.42857143em;
|
638
|
+
padding: 0.92857143em 1.42857143em;
|
638
639
|
color: rgba(0, 0, 0, 0.87);
|
639
640
|
}
|
640
641
|
.ui.tabular.menu .item:before {
|
@@ -649,7 +650,7 @@ Floated Menu / Item
|
|
649
650
|
|
650
651
|
/* Active */
|
651
652
|
.ui.tabular.menu .active.item {
|
652
|
-
background
|
653
|
+
background: none #ffffff;
|
653
654
|
color: rgba(0, 0, 0, 0.95);
|
654
655
|
border-top-width: 1px;
|
655
656
|
border-color: #d4d4d5;
|
@@ -660,16 +661,43 @@ Floated Menu / Item
|
|
660
661
|
}
|
661
662
|
|
662
663
|
/* Coupling with segment for attachment */
|
663
|
-
.ui.tabular.menu + .bottom.attached.segment
|
664
|
-
.ui.tabular.menu ~ .bottom.attached.segment + .bottom.attached.segment {
|
664
|
+
.ui.tabular.menu + .bottom.attached.segment {
|
665
665
|
border-top: none;
|
666
666
|
margin: 0px;
|
667
667
|
width: 100%;
|
668
668
|
}
|
669
|
+
.top.attached.segment + .ui.bottom.tabular.menu {
|
670
|
+
position: relative;
|
671
|
+
width: calc(100% + 2px );
|
672
|
+
left: -1px;
|
673
|
+
}
|
669
674
|
|
670
|
-
/* Vertical Tabular */
|
675
|
+
/* Bottom Vertical Tabular */
|
676
|
+
.ui.bottom.tabular.menu {
|
677
|
+
background: none transparent;
|
678
|
+
border-radius: 0em;
|
679
|
+
box-shadow: none !important;
|
680
|
+
border-bottom: none;
|
681
|
+
border-top: 1px solid #d4d4d5;
|
682
|
+
}
|
683
|
+
.ui.bottom.tabular.menu .item {
|
684
|
+
background: none;
|
685
|
+
border-left: 1px solid transparent;
|
686
|
+
border-right: 1px solid transparent;
|
687
|
+
border-bottom: 1px solid transparent;
|
688
|
+
border-top: none;
|
689
|
+
}
|
690
|
+
.ui.bottom.tabular.menu .active.item {
|
691
|
+
background: none #ffffff;
|
692
|
+
color: rgba(0, 0, 0, 0.95);
|
693
|
+
border-color: #d4d4d5;
|
694
|
+
margin: -1px 0px 0px 0px;
|
695
|
+
border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
|
696
|
+
}
|
697
|
+
|
698
|
+
/* Vertical Tabular (Left) */
|
671
699
|
.ui.vertical.tabular.menu {
|
672
|
-
background
|
700
|
+
background: none transparent;
|
673
701
|
border-radius: 0em;
|
674
702
|
box-shadow: none !important;
|
675
703
|
border-bottom: none;
|
@@ -682,16 +710,38 @@ Floated Menu / Item
|
|
682
710
|
border-top: 1px solid transparent;
|
683
711
|
border-right: none;
|
684
712
|
}
|
685
|
-
|
686
|
-
/* Active */
|
687
713
|
.ui.vertical.tabular.menu .active.item {
|
688
|
-
background
|
714
|
+
background: none #ffffff;
|
689
715
|
color: rgba(0, 0, 0, 0.95);
|
690
716
|
border-color: #d4d4d5;
|
691
717
|
margin: 0px -1px 0px 0px;
|
692
718
|
border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
|
693
719
|
}
|
694
720
|
|
721
|
+
/* Vertical Right Tabular */
|
722
|
+
.ui.vertical.right.tabular.menu {
|
723
|
+
background: none transparent;
|
724
|
+
border-radius: 0em;
|
725
|
+
box-shadow: none !important;
|
726
|
+
border-bottom: none;
|
727
|
+
border-right: none;
|
728
|
+
border-left: 1px solid #d4d4d5;
|
729
|
+
}
|
730
|
+
.ui.vertical.right.tabular.menu .item {
|
731
|
+
background: none;
|
732
|
+
border-right: 1px solid transparent;
|
733
|
+
border-bottom: 1px solid transparent;
|
734
|
+
border-top: 1px solid transparent;
|
735
|
+
border-left: none;
|
736
|
+
}
|
737
|
+
.ui.vertical.right.tabular.menu .active.item {
|
738
|
+
background: none #ffffff;
|
739
|
+
color: rgba(0, 0, 0, 0.95);
|
740
|
+
border-color: #d4d4d5;
|
741
|
+
margin: 0px 0px 0px -1px;
|
742
|
+
border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
|
743
|
+
}
|
744
|
+
|
695
745
|
/* Dropdown */
|
696
746
|
.ui.tabular.menu .active.dropdown.item {
|
697
747
|
margin-bottom: 0px;
|
@@ -775,7 +825,7 @@ Floated Menu / Item
|
|
775
825
|
/* Header */
|
776
826
|
.ui.secondary.menu .header.item {
|
777
827
|
border-radius: 0em;
|
778
|
-
border-right:
|
828
|
+
border-right: none;
|
779
829
|
background: none transparent;
|
780
830
|
}
|
781
831
|
|
@@ -835,6 +885,15 @@ Floated Menu / Item
|
|
835
885
|
box-shadow: none;
|
836
886
|
}
|
837
887
|
|
888
|
+
/* Sub Menu */
|
889
|
+
.ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
|
890
|
+
margin: 0em -0.92857143em;
|
891
|
+
}
|
892
|
+
.ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item {
|
893
|
+
margin: 0em;
|
894
|
+
padding: 0.5em 1.33333333em;
|
895
|
+
}
|
896
|
+
|
838
897
|
/*---------------------
|
839
898
|
Secondary Vertical
|
840
899
|
-----------------------*/
|
@@ -984,27 +1043,22 @@ Floated Menu / Item
|
|
984
1043
|
border-radius: 0px;
|
985
1044
|
box-shadow: none;
|
986
1045
|
border: none;
|
987
|
-
margin:
|
1046
|
+
margin: 1em -0.5em;
|
988
1047
|
}
|
989
1048
|
.ui.text.menu .item {
|
990
|
-
padding: 0em;
|
991
1049
|
border-radius: 0px;
|
992
1050
|
box-shadow: none;
|
993
1051
|
-webkit-align-self: center;
|
994
1052
|
-ms-flex-item-align: center;
|
995
1053
|
align-self: center;
|
996
|
-
margin: 0em
|
1054
|
+
margin: 0em 0em;
|
1055
|
+
padding: 0.35714286em 0.5em;
|
997
1056
|
font-weight: normal;
|
998
1057
|
color: rgba(0, 0, 0, 0.6);
|
999
1058
|
-webkit-transition: opacity 0.1s ease;
|
1000
1059
|
transition: opacity 0.1s ease;
|
1001
1060
|
}
|
1002
1061
|
|
1003
|
-
/* Sub Menu */
|
1004
|
-
.ui.vertical.text.menu > .menu {
|
1005
|
-
margin: 0em;
|
1006
|
-
}
|
1007
|
-
|
1008
1062
|
/* Border */
|
1009
1063
|
.ui.text.menu .item:before,
|
1010
1064
|
.ui.text.menu .menu .item:before {
|
@@ -1014,7 +1068,6 @@ Floated Menu / Item
|
|
1014
1068
|
/* Header */
|
1015
1069
|
.ui.text.menu .header.item {
|
1016
1070
|
background-color: transparent;
|
1017
|
-
padding: 0em;
|
1018
1071
|
opacity: 1;
|
1019
1072
|
color: rgba(0, 0, 0, 0.85);
|
1020
1073
|
font-size: 0.92857143em;
|
@@ -1055,6 +1108,15 @@ Floated Menu / Item
|
|
1055
1108
|
margin: 0.57142857em 0em 0.71428571em;
|
1056
1109
|
}
|
1057
1110
|
|
1111
|
+
/* Vertical Sub Menu */
|
1112
|
+
.ui.vertical.text.menu .item:not(.dropdown) > .menu {
|
1113
|
+
margin: 0em;
|
1114
|
+
}
|
1115
|
+
.ui.vertical.text.menu .item:not(.dropdown) > .menu > .item {
|
1116
|
+
margin: 0em;
|
1117
|
+
padding: 0.5em 0em;
|
1118
|
+
}
|
1119
|
+
|
1058
1120
|
/*--- hover ---*/
|
1059
1121
|
|
1060
1122
|
.ui.text.menu .item:hover {
|
@@ -1066,7 +1128,6 @@ Floated Menu / Item
|
|
1066
1128
|
|
1067
1129
|
.ui.text.menu .active.item {
|
1068
1130
|
background-color: transparent;
|
1069
|
-
padding: 0em;
|
1070
1131
|
border: none;
|
1071
1132
|
box-shadow: none;
|
1072
1133
|
font-weight: normal;
|
@@ -1105,33 +1166,43 @@ Floated Menu / Item
|
|
1105
1166
|
Icon Only
|
1106
1167
|
---------------*/
|
1107
1168
|
|
1169
|
+
|
1170
|
+
/* Vertical Menu */
|
1171
|
+
.ui.vertical.icon.menu {
|
1172
|
+
display: inline-block;
|
1173
|
+
width: auto;
|
1174
|
+
}
|
1175
|
+
|
1176
|
+
/* Item */
|
1108
1177
|
.ui.icon.menu .item {
|
1109
1178
|
height: auto;
|
1110
1179
|
text-align: center;
|
1111
1180
|
color: #1b1c1d;
|
1112
1181
|
}
|
1113
|
-
|
1114
|
-
|
1182
|
+
|
1183
|
+
/* Icon */
|
1184
|
+
.ui.icon.menu .item > .icon:not(.dropdown) {
|
1185
|
+
margin: 0;
|
1115
1186
|
opacity: 1;
|
1116
1187
|
}
|
1117
|
-
|
1118
|
-
|
1119
|
-
margin: 0em auto;
|
1120
|
-
float: none;
|
1121
|
-
}
|
1188
|
+
|
1189
|
+
/* Icon Gylph */
|
1122
1190
|
.ui.icon.menu .icon:before {
|
1123
1191
|
opacity: 1;
|
1124
1192
|
}
|
1125
1193
|
|
1126
|
-
/* Item Icon
|
1194
|
+
/* (x) Item Icon */
|
1127
1195
|
.ui.menu .icon.item > .icon {
|
1128
1196
|
width: auto;
|
1129
1197
|
margin: 0em auto;
|
1130
1198
|
}
|
1131
1199
|
|
1132
|
-
/* Vertical */
|
1133
|
-
.ui.vertical.icon.menu {
|
1134
|
-
|
1200
|
+
/* Vertical Icon */
|
1201
|
+
.ui.vertical.icon.menu .item > .icon:not(.dropdown) {
|
1202
|
+
display: block;
|
1203
|
+
opacity: 1;
|
1204
|
+
margin: 0em auto;
|
1205
|
+
float: none;
|
1135
1206
|
}
|
1136
1207
|
|
1137
1208
|
/* Inverted */
|
@@ -1143,29 +1214,35 @@ Floated Menu / Item
|
|
1143
1214
|
Labeled Icon
|
1144
1215
|
---------------*/
|
1145
1216
|
|
1217
|
+
|
1218
|
+
/* Menu */
|
1146
1219
|
.ui.labeled.icon.menu {
|
1147
1220
|
text-align: center;
|
1148
1221
|
}
|
1149
|
-
|
1150
|
-
|
1151
|
-
}
|
1222
|
+
|
1223
|
+
/* Item */
|
1152
1224
|
.ui.labeled.icon.menu .item {
|
1153
1225
|
min-width: 6em;
|
1226
|
+
-webkit-box-orient: vertical;
|
1227
|
+
-webkit-box-direction: normal;
|
1228
|
+
-webkit-flex-direction: column;
|
1229
|
+
-ms-flex-direction: column;
|
1230
|
+
flex-direction: column;
|
1154
1231
|
}
|
1155
|
-
|
1156
|
-
|
1157
|
-
padding-right: 1.71428571em;
|
1158
|
-
}
|
1232
|
+
|
1233
|
+
/* Icon */
|
1159
1234
|
.ui.labeled.icon.menu .item > .icon:not(.dropdown) {
|
1160
1235
|
height: 1em;
|
1161
1236
|
display: block;
|
1162
|
-
font-size: 1.
|
1163
|
-
margin: 0em 0.5rem 0em 0em !important;
|
1164
|
-
}
|
1165
|
-
.ui.vertical.labeled.icon.menu .item > .icon:not(.dropdown) {
|
1237
|
+
font-size: 1.71428571em !important;
|
1166
1238
|
margin: 0em auto 0.5rem !important;
|
1167
1239
|
}
|
1168
1240
|
|
1241
|
+
/* Fluid */
|
1242
|
+
.ui.fluid.labeled.icon.menu > .item {
|
1243
|
+
min-width: 0em;
|
1244
|
+
}
|
1245
|
+
|
1169
1246
|
|
1170
1247
|
/*******************************
|
1171
1248
|
Variations
|
@@ -1388,6 +1465,7 @@ Floated Menu / Item
|
|
1388
1465
|
|
1389
1466
|
|
1390
1467
|
/* Red */
|
1468
|
+
.ui.inverted.menu .red.active.item,
|
1391
1469
|
.ui.inverted.red.menu {
|
1392
1470
|
background-color: #db2828;
|
1393
1471
|
}
|
@@ -1399,6 +1477,7 @@ Floated Menu / Item
|
|
1399
1477
|
}
|
1400
1478
|
|
1401
1479
|
/* Orange */
|
1480
|
+
.ui.inverted.menu .orange.active.item,
|
1402
1481
|
.ui.inverted.orange.menu {
|
1403
1482
|
background-color: #f2711c;
|
1404
1483
|
}
|
@@ -1410,6 +1489,7 @@ Floated Menu / Item
|
|
1410
1489
|
}
|
1411
1490
|
|
1412
1491
|
/* Yellow */
|
1492
|
+
.ui.inverted.menu .yellow.active.item,
|
1413
1493
|
.ui.inverted.yellow.menu {
|
1414
1494
|
background-color: #fbbd08;
|
1415
1495
|
}
|
@@ -1421,6 +1501,7 @@ Floated Menu / Item
|
|
1421
1501
|
}
|
1422
1502
|
|
1423
1503
|
/* Olive */
|
1504
|
+
.ui.inverted.menu .olive.active.item,
|
1424
1505
|
.ui.inverted.olive.menu {
|
1425
1506
|
background-color: #b5cc18;
|
1426
1507
|
}
|
@@ -1432,6 +1513,7 @@ Floated Menu / Item
|
|
1432
1513
|
}
|
1433
1514
|
|
1434
1515
|
/* Green */
|
1516
|
+
.ui.inverted.menu .green.active.item,
|
1435
1517
|
.ui.inverted.green.menu {
|
1436
1518
|
background-color: #21ba45;
|
1437
1519
|
}
|
@@ -1443,6 +1525,7 @@ Floated Menu / Item
|
|
1443
1525
|
}
|
1444
1526
|
|
1445
1527
|
/* Teal */
|
1528
|
+
.ui.inverted.menu .teal.active.item,
|
1446
1529
|
.ui.inverted.teal.menu {
|
1447
1530
|
background-color: #00b5ad;
|
1448
1531
|
}
|
@@ -1454,6 +1537,7 @@ Floated Menu / Item
|
|
1454
1537
|
}
|
1455
1538
|
|
1456
1539
|
/* Blue */
|
1540
|
+
.ui.inverted.menu .blue.active.item,
|
1457
1541
|
.ui.inverted.blue.menu {
|
1458
1542
|
background-color: #2185d0;
|
1459
1543
|
}
|
@@ -1465,6 +1549,7 @@ Floated Menu / Item
|
|
1465
1549
|
}
|
1466
1550
|
|
1467
1551
|
/* Violet */
|
1552
|
+
.ui.inverted.menu .violet.active.item,
|
1468
1553
|
.ui.inverted.violet.menu {
|
1469
1554
|
background-color: #6435c9;
|
1470
1555
|
}
|
@@ -1476,6 +1561,7 @@ Floated Menu / Item
|
|
1476
1561
|
}
|
1477
1562
|
|
1478
1563
|
/* Purple */
|
1564
|
+
.ui.inverted.menu .purple.active.item,
|
1479
1565
|
.ui.inverted.purple.menu {
|
1480
1566
|
background-color: #a333c8;
|
1481
1567
|
}
|
@@ -1487,6 +1573,7 @@ Floated Menu / Item
|
|
1487
1573
|
}
|
1488
1574
|
|
1489
1575
|
/* Pink */
|
1576
|
+
.ui.inverted.menu .pink.active.item,
|
1490
1577
|
.ui.inverted.pink.menu {
|
1491
1578
|
background-color: #e03997;
|
1492
1579
|
}
|
@@ -1498,6 +1585,7 @@ Floated Menu / Item
|
|
1498
1585
|
}
|
1499
1586
|
|
1500
1587
|
/* Brown */
|
1588
|
+
.ui.inverted.menu .brown.active.item,
|
1501
1589
|
.ui.inverted.brown.menu {
|
1502
1590
|
background-color: #a5673f;
|
1503
1591
|
}
|
@@ -1509,6 +1597,7 @@ Floated Menu / Item
|
|
1509
1597
|
}
|
1510
1598
|
|
1511
1599
|
/* Grey */
|
1600
|
+
.ui.inverted.menu .grey.active.item,
|
1512
1601
|
.ui.inverted.grey.menu {
|
1513
1602
|
background-color: #767676;
|
1514
1603
|
}
|
@@ -1595,8 +1684,10 @@ Floated Menu / Item
|
|
1595
1684
|
.ui.item.menu,
|
1596
1685
|
.ui.item.menu .item {
|
1597
1686
|
width: 100%;
|
1598
|
-
padding-left:
|
1599
|
-
padding-right:
|
1687
|
+
padding-left: 0em !important;
|
1688
|
+
padding-right: 0em !important;
|
1689
|
+
margin-left: 0em !important;
|
1690
|
+
margin-right: 0em !important;
|
1600
1691
|
text-align: center;
|
1601
1692
|
-webkit-box-pack: center;
|
1602
1693
|
-webkit-justify-content: center;
|