@northdata/fomantic-ui 2.9.418 → 2.9.420
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.
- package/lib/semantic-ui/dist/components/accordion.css +52 -0
- package/lib/semantic-ui/dist/components/accordion.min.css +1 -1
- package/lib/semantic-ui/dist/components/button.css +322 -7
- package/lib/semantic-ui/dist/components/button.min.css +1 -1
- package/lib/semantic-ui/dist/components/header.css +13 -13
- package/lib/semantic-ui/dist/components/header.min.css +1 -1
- package/lib/semantic-ui/dist/components/icon.css +17 -8
- package/lib/semantic-ui/dist/components/icon.min.css +1 -1
- package/lib/semantic-ui/dist/components/input.css +12 -12
- package/lib/semantic-ui/dist/components/input.min.css +1 -1
- package/lib/semantic-ui/dist/components/label.css +36 -36
- package/lib/semantic-ui/dist/components/label.min.css +1 -1
- package/lib/semantic-ui/dist/components/list.css +17 -12
- package/lib/semantic-ui/dist/components/list.min.css +1 -1
- package/lib/semantic-ui/dist/components/message.css +48 -7
- package/lib/semantic-ui/dist/components/message.min.css +1 -1
- package/lib/semantic-ui/dist/components/modal.css +8 -2
- package/lib/semantic-ui/dist/components/modal.min.css +1 -1
- package/lib/semantic-ui/dist/components/table.css +462 -38
- package/lib/semantic-ui/dist/components/table.min.css +1 -1
- package/lib/semantic-ui/dist/components/toast.css +288 -0
- package/lib/semantic-ui/dist/components/toast.js +964 -0
- package/lib/semantic-ui/dist/components/toast.min.css +9 -0
- package/lib/semantic-ui/dist/components/toast.min.js +11 -0
- package/lib/semantic-ui/dist/less/site/site.variables +5 -3
- package/lib/semantic-ui/dist/less/site/variation.variables +14 -14
- package/lib/semantic-ui/dist/semantic-packed.css +1424 -138
- package/lib/semantic-ui/dist/semantic.css +1549 -215
- package/lib/semantic-ui/dist/semantic.full.css +1741 -543
- package/lib/semantic-ui/dist/semantic.full.min.css +1 -1
- package/lib/semantic-ui/dist/semantic.js +965 -0
- package/lib/semantic-ui/dist/semantic.min.css +18 -10
- package/lib/semantic-ui/dist/semantic.min.js +1 -1
- package/package.json +2 -2
|
@@ -699,7 +699,7 @@ input::selection {
|
|
|
699
699
|
}
|
|
700
700
|
|
|
701
701
|
.ui.button:hover .icon {
|
|
702
|
-
opacity:
|
|
702
|
+
opacity: 1;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
/* --------------
|
|
@@ -714,7 +714,7 @@ input::selection {
|
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
.ui.button:focus .icon {
|
|
717
|
-
opacity:
|
|
717
|
+
opacity: 1;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
/* --------------
|
|
@@ -1295,7 +1295,7 @@ input::selection {
|
|
|
1295
1295
|
|
|
1296
1296
|
.ui.button > .icon:not(.button) {
|
|
1297
1297
|
height: auto;
|
|
1298
|
-
opacity:
|
|
1298
|
+
opacity: 1;
|
|
1299
1299
|
transition: opacity 0.1s ease;
|
|
1300
1300
|
color: "";
|
|
1301
1301
|
}
|
|
@@ -1465,7 +1465,7 @@ input::selection {
|
|
|
1465
1465
|
.ui.animated.icon.button > .content > .icon,
|
|
1466
1466
|
.ui.icon.buttons .button > .icon,
|
|
1467
1467
|
.ui.icon.button > .icon {
|
|
1468
|
-
opacity:
|
|
1468
|
+
opacity: 1;
|
|
1469
1469
|
margin: 0 !important;
|
|
1470
1470
|
vertical-align: top;
|
|
1471
1471
|
}
|
|
@@ -1480,7 +1480,7 @@ input::selection {
|
|
|
1480
1480
|
|
|
1481
1481
|
.ui.basic.buttons .button,
|
|
1482
1482
|
.ui.basic.button {
|
|
1483
|
-
background:
|
|
1483
|
+
background: #fff none;
|
|
1484
1484
|
color: rgba(0, 0, 0, 0.6);
|
|
1485
1485
|
font-weight: normal;
|
|
1486
1486
|
border-radius: 0;
|
|
@@ -1491,7 +1491,7 @@ input::selection {
|
|
|
1491
1491
|
|
|
1492
1492
|
.ui.basic.buttons {
|
|
1493
1493
|
box-shadow: none;
|
|
1494
|
-
border: 1px solid rgba(
|
|
1494
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1495
1495
|
border-radius: 0;
|
|
1496
1496
|
border-right: none;
|
|
1497
1497
|
}
|
|
@@ -1502,14 +1502,14 @@ input::selection {
|
|
|
1502
1502
|
|
|
1503
1503
|
.ui.basic.buttons .button:hover,
|
|
1504
1504
|
.ui.basic.button:hover {
|
|
1505
|
-
background: #
|
|
1505
|
+
background: #f9fafb;
|
|
1506
1506
|
color: rgba(0, 0, 0, 0.8);
|
|
1507
1507
|
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
1510
|
.ui.basic.buttons .button:focus,
|
|
1511
1511
|
.ui.basic.button:focus {
|
|
1512
|
-
background: #
|
|
1512
|
+
background: #f9fafb;
|
|
1513
1513
|
color: rgba(0, 0, 0, 0.8);
|
|
1514
1514
|
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1515
1515
|
}
|
|
@@ -1590,14 +1590,14 @@ input::selection {
|
|
|
1590
1590
|
/* Basic Group */
|
|
1591
1591
|
|
|
1592
1592
|
.ui.basic.buttons:not(.inverted) .button:not(.basic) {
|
|
1593
|
-
border-right: 1px solid rgba(
|
|
1593
|
+
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
1594
1594
|
box-shadow: none;
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
1597
|
.ui.basic.vertical.buttons .button {
|
|
1598
1598
|
border-left: none;
|
|
1599
1599
|
border-left-width: 0;
|
|
1600
|
-
border-top: 1px solid rgba(
|
|
1600
|
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
1601
1601
|
}
|
|
1602
1602
|
|
|
1603
1603
|
.ui.basic.vertical.buttons:not(.spaced):not(.circular) .button:first-child {
|
|
@@ -1779,7 +1779,7 @@ input::selection {
|
|
|
1779
1779
|
}
|
|
1780
1780
|
|
|
1781
1781
|
.ui.circular.basic.buttons .button {
|
|
1782
|
-
border: 1px solid rgba(
|
|
1782
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
1785
|
.ui.circular.basic.buttons .button.basic {
|
|
@@ -2693,7 +2693,7 @@ input::selection {
|
|
|
2693
2693
|
|
|
2694
2694
|
.ui.orange.buttons .button,
|
|
2695
2695
|
.ui.orange.button {
|
|
2696
|
-
background-color: #
|
|
2696
|
+
background-color: #af6a66;
|
|
2697
2697
|
color: #fff;
|
|
2698
2698
|
text-shadow: none;
|
|
2699
2699
|
background-image: none;
|
|
@@ -2705,21 +2705,21 @@ input::selection {
|
|
|
2705
2705
|
|
|
2706
2706
|
.ui.orange.buttons .button:hover,
|
|
2707
2707
|
.ui.orange.button:hover {
|
|
2708
|
-
background-color: #
|
|
2708
|
+
background-color: #a95752;
|
|
2709
2709
|
color: #fff;
|
|
2710
2710
|
text-shadow: none;
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
2713
|
.ui.orange.buttons .button:focus,
|
|
2714
2714
|
.ui.orange.button:focus {
|
|
2715
|
-
background-color: #
|
|
2715
|
+
background-color: #a34f4a;
|
|
2716
2716
|
color: #fff;
|
|
2717
2717
|
text-shadow: none;
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
2720
2720
|
.ui.orange.buttons .button:active,
|
|
2721
2721
|
.ui.orange.button:active {
|
|
2722
|
-
background-color: #
|
|
2722
|
+
background-color: #94514e;
|
|
2723
2723
|
color: #fff;
|
|
2724
2724
|
text-shadow: none;
|
|
2725
2725
|
}
|
|
@@ -2728,7 +2728,7 @@ input::selection {
|
|
|
2728
2728
|
.ui.orange.buttons .active.button:active,
|
|
2729
2729
|
.ui.orange.active.button,
|
|
2730
2730
|
.ui.orange.button .active.button:active {
|
|
2731
|
-
background-color: #
|
|
2731
|
+
background-color: #ab5550;
|
|
2732
2732
|
color: #fff;
|
|
2733
2733
|
text-shadow: none;
|
|
2734
2734
|
}
|
|
@@ -2738,35 +2738,35 @@ input::selection {
|
|
|
2738
2738
|
.ui.basic.orange.buttons .button,
|
|
2739
2739
|
.ui.basic.orange.button {
|
|
2740
2740
|
background: transparent;
|
|
2741
|
-
box-shadow: 0 0 0 1px #
|
|
2742
|
-
color: #
|
|
2741
|
+
box-shadow: 0 0 0 1px #af6a66 inset;
|
|
2742
|
+
color: #af6a66;
|
|
2743
2743
|
}
|
|
2744
2744
|
|
|
2745
2745
|
.ui.basic.orange.buttons .button:hover,
|
|
2746
2746
|
.ui.basic.orange.button:hover {
|
|
2747
2747
|
background: transparent;
|
|
2748
|
-
box-shadow: 0 0 0 1px #
|
|
2749
|
-
color: #
|
|
2748
|
+
box-shadow: 0 0 0 1px #a95752 inset;
|
|
2749
|
+
color: #a95752;
|
|
2750
2750
|
}
|
|
2751
2751
|
|
|
2752
2752
|
.ui.basic.orange.buttons .button:focus,
|
|
2753
2753
|
.ui.basic.orange.button:focus {
|
|
2754
2754
|
background: transparent;
|
|
2755
|
-
box-shadow: 0 0 0 1px #
|
|
2756
|
-
color: #
|
|
2755
|
+
box-shadow: 0 0 0 1px #a34f4a inset;
|
|
2756
|
+
color: #a95752;
|
|
2757
2757
|
}
|
|
2758
2758
|
|
|
2759
2759
|
.ui.basic.orange.buttons .active.button,
|
|
2760
2760
|
.ui.basic.orange.active.button {
|
|
2761
2761
|
background: transparent;
|
|
2762
|
-
box-shadow: 0 0 0 1px #
|
|
2763
|
-
color: #
|
|
2762
|
+
box-shadow: 0 0 0 1px #ab5550 inset;
|
|
2763
|
+
color: #94514e;
|
|
2764
2764
|
}
|
|
2765
2765
|
|
|
2766
2766
|
.ui.basic.orange.buttons .button:active,
|
|
2767
2767
|
.ui.basic.orange.button:active {
|
|
2768
|
-
box-shadow: 0 0 0 1px #
|
|
2769
|
-
color: #
|
|
2768
|
+
box-shadow: 0 0 0 1px #94514e inset;
|
|
2769
|
+
color: #94514e;
|
|
2770
2770
|
}
|
|
2771
2771
|
|
|
2772
2772
|
/* Inverted */
|
|
@@ -2855,21 +2855,21 @@ input::selection {
|
|
|
2855
2855
|
.ui.tertiary.orange.button {
|
|
2856
2856
|
background: transparent;
|
|
2857
2857
|
box-shadow: none;
|
|
2858
|
-
color: #
|
|
2858
|
+
color: #af6a66;
|
|
2859
2859
|
}
|
|
2860
2860
|
|
|
2861
2861
|
.ui.tertiary.orange.buttons .button:hover,
|
|
2862
2862
|
.ui.tertiary.orange.buttons button:hover,
|
|
2863
2863
|
.ui.tertiary.orange.button:hover {
|
|
2864
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
2865
|
-
color: #
|
|
2864
|
+
box-shadow: inset 0 -0.2em 0 #906e6c;
|
|
2865
|
+
color: #906e6c;
|
|
2866
2866
|
}
|
|
2867
2867
|
|
|
2868
2868
|
.ui.tertiary.orange.buttons .button:focus,
|
|
2869
2869
|
.ui.tertiary.orange.buttons .tertiary.button:focus,
|
|
2870
2870
|
.ui.tertiary.orange.button:focus {
|
|
2871
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
2872
|
-
color: #
|
|
2871
|
+
box-shadow: inset 0 -0.2em 0 #8b6461;
|
|
2872
|
+
color: #8b6461;
|
|
2873
2873
|
}
|
|
2874
2874
|
|
|
2875
2875
|
.ui.tertiary.orange.buttons .active.button,
|
|
@@ -2878,8 +2878,8 @@ input::selection {
|
|
|
2878
2878
|
.ui.tertiary.orange.buttons .button:active,
|
|
2879
2879
|
.ui.tertiary.orange.buttons .tertiary.button:active,
|
|
2880
2880
|
.ui.tertiary.orange.button:active {
|
|
2881
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
2882
|
-
color: #
|
|
2881
|
+
box-shadow: inset 0 -0.2em 0 #c43f37;
|
|
2882
|
+
color: #ab5550;
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
2885
|
.ui.yellow.buttons .button,
|
|
@@ -4030,7 +4030,7 @@ input::selection {
|
|
|
4030
4030
|
|
|
4031
4031
|
.ui.purple.buttons .button,
|
|
4032
4032
|
.ui.purple.button {
|
|
4033
|
-
background-color: #
|
|
4033
|
+
background-color: #6667af;
|
|
4034
4034
|
color: #fff;
|
|
4035
4035
|
text-shadow: none;
|
|
4036
4036
|
background-image: none;
|
|
@@ -4042,21 +4042,21 @@ input::selection {
|
|
|
4042
4042
|
|
|
4043
4043
|
.ui.purple.buttons .button:hover,
|
|
4044
4044
|
.ui.purple.button:hover {
|
|
4045
|
-
background-color: #
|
|
4045
|
+
background-color: #5254a9;
|
|
4046
4046
|
color: #fff;
|
|
4047
4047
|
text-shadow: none;
|
|
4048
4048
|
}
|
|
4049
4049
|
|
|
4050
4050
|
.ui.purple.buttons .button:focus,
|
|
4051
4051
|
.ui.purple.button:focus {
|
|
4052
|
-
background-color: #
|
|
4052
|
+
background-color: #4a4ba3;
|
|
4053
4053
|
color: #fff;
|
|
4054
4054
|
text-shadow: none;
|
|
4055
4055
|
}
|
|
4056
4056
|
|
|
4057
4057
|
.ui.purple.buttons .button:active,
|
|
4058
4058
|
.ui.purple.button:active {
|
|
4059
|
-
background-color: #
|
|
4059
|
+
background-color: #4e4f94;
|
|
4060
4060
|
color: #fff;
|
|
4061
4061
|
text-shadow: none;
|
|
4062
4062
|
}
|
|
@@ -4065,7 +4065,7 @@ input::selection {
|
|
|
4065
4065
|
.ui.purple.buttons .active.button:active,
|
|
4066
4066
|
.ui.purple.active.button,
|
|
4067
4067
|
.ui.purple.button .active.button:active {
|
|
4068
|
-
background-color: #
|
|
4068
|
+
background-color: #5052ab;
|
|
4069
4069
|
color: #fff;
|
|
4070
4070
|
text-shadow: none;
|
|
4071
4071
|
}
|
|
@@ -4075,35 +4075,35 @@ input::selection {
|
|
|
4075
4075
|
.ui.basic.purple.buttons .button,
|
|
4076
4076
|
.ui.basic.purple.button {
|
|
4077
4077
|
background: transparent;
|
|
4078
|
-
box-shadow: 0 0 0 1px #
|
|
4079
|
-
color: #
|
|
4078
|
+
box-shadow: 0 0 0 1px #6667af inset;
|
|
4079
|
+
color: #6667af;
|
|
4080
4080
|
}
|
|
4081
4081
|
|
|
4082
4082
|
.ui.basic.purple.buttons .button:hover,
|
|
4083
4083
|
.ui.basic.purple.button:hover {
|
|
4084
4084
|
background: transparent;
|
|
4085
|
-
box-shadow: 0 0 0 1px #
|
|
4086
|
-
color: #
|
|
4085
|
+
box-shadow: 0 0 0 1px #5254a9 inset;
|
|
4086
|
+
color: #5254a9;
|
|
4087
4087
|
}
|
|
4088
4088
|
|
|
4089
4089
|
.ui.basic.purple.buttons .button:focus,
|
|
4090
4090
|
.ui.basic.purple.button:focus {
|
|
4091
4091
|
background: transparent;
|
|
4092
|
-
box-shadow: 0 0 0 1px #
|
|
4093
|
-
color: #
|
|
4092
|
+
box-shadow: 0 0 0 1px #4a4ba3 inset;
|
|
4093
|
+
color: #5254a9;
|
|
4094
4094
|
}
|
|
4095
4095
|
|
|
4096
4096
|
.ui.basic.purple.buttons .active.button,
|
|
4097
4097
|
.ui.basic.purple.active.button {
|
|
4098
4098
|
background: transparent;
|
|
4099
|
-
box-shadow: 0 0 0 1px #
|
|
4100
|
-
color: #
|
|
4099
|
+
box-shadow: 0 0 0 1px #5052ab inset;
|
|
4100
|
+
color: #4e4f94;
|
|
4101
4101
|
}
|
|
4102
4102
|
|
|
4103
4103
|
.ui.basic.purple.buttons .button:active,
|
|
4104
4104
|
.ui.basic.purple.button:active {
|
|
4105
|
-
box-shadow: 0 0 0 1px #
|
|
4106
|
-
color: #
|
|
4105
|
+
box-shadow: 0 0 0 1px #4e4f94 inset;
|
|
4106
|
+
color: #4e4f94;
|
|
4107
4107
|
}
|
|
4108
4108
|
|
|
4109
4109
|
/* Inverted */
|
|
@@ -4192,21 +4192,21 @@ input::selection {
|
|
|
4192
4192
|
.ui.tertiary.purple.button {
|
|
4193
4193
|
background: transparent;
|
|
4194
4194
|
box-shadow: none;
|
|
4195
|
-
color: #
|
|
4195
|
+
color: #6667af;
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
4198
|
.ui.tertiary.purple.buttons .button:hover,
|
|
4199
4199
|
.ui.tertiary.purple.buttons button:hover,
|
|
4200
4200
|
.ui.tertiary.purple.button:hover {
|
|
4201
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4202
|
-
color: #
|
|
4201
|
+
box-shadow: inset 0 -0.2em 0 #6c6c90;
|
|
4202
|
+
color: #6c6c90;
|
|
4203
4203
|
}
|
|
4204
4204
|
|
|
4205
4205
|
.ui.tertiary.purple.buttons .button:focus,
|
|
4206
4206
|
.ui.tertiary.purple.buttons .tertiary.button:focus,
|
|
4207
4207
|
.ui.tertiary.purple.button:focus {
|
|
4208
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4209
|
-
color: #
|
|
4208
|
+
box-shadow: inset 0 -0.2em 0 #61628b;
|
|
4209
|
+
color: #61628b;
|
|
4210
4210
|
}
|
|
4211
4211
|
|
|
4212
4212
|
.ui.tertiary.purple.buttons .active.button,
|
|
@@ -4215,13 +4215,13 @@ input::selection {
|
|
|
4215
4215
|
.ui.tertiary.purple.buttons .button:active,
|
|
4216
4216
|
.ui.tertiary.purple.buttons .tertiary.button:active,
|
|
4217
4217
|
.ui.tertiary.purple.button:active {
|
|
4218
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4219
|
-
color: #
|
|
4218
|
+
box-shadow: inset 0 -0.2em 0 #3739c4;
|
|
4219
|
+
color: #5052ab;
|
|
4220
4220
|
}
|
|
4221
4221
|
|
|
4222
4222
|
.ui.pink.buttons .button,
|
|
4223
4223
|
.ui.pink.button {
|
|
4224
|
-
background-color: #
|
|
4224
|
+
background-color: #af6687;
|
|
4225
4225
|
color: #fff;
|
|
4226
4226
|
text-shadow: none;
|
|
4227
4227
|
background-image: none;
|
|
@@ -4233,21 +4233,21 @@ input::selection {
|
|
|
4233
4233
|
|
|
4234
4234
|
.ui.pink.buttons .button:hover,
|
|
4235
4235
|
.ui.pink.button:hover {
|
|
4236
|
-
background-color: #
|
|
4236
|
+
background-color: #a9527a;
|
|
4237
4237
|
color: #fff;
|
|
4238
4238
|
text-shadow: none;
|
|
4239
4239
|
}
|
|
4240
4240
|
|
|
4241
4241
|
.ui.pink.buttons .button:focus,
|
|
4242
4242
|
.ui.pink.button:focus {
|
|
4243
|
-
background-color: #
|
|
4243
|
+
background-color: #a34a72;
|
|
4244
4244
|
color: #fff;
|
|
4245
4245
|
text-shadow: none;
|
|
4246
4246
|
}
|
|
4247
4247
|
|
|
4248
4248
|
.ui.pink.buttons .button:active,
|
|
4249
4249
|
.ui.pink.button:active {
|
|
4250
|
-
background-color: #
|
|
4250
|
+
background-color: #944e6e;
|
|
4251
4251
|
color: #fff;
|
|
4252
4252
|
text-shadow: none;
|
|
4253
4253
|
}
|
|
@@ -4256,7 +4256,7 @@ input::selection {
|
|
|
4256
4256
|
.ui.pink.buttons .active.button:active,
|
|
4257
4257
|
.ui.pink.active.button,
|
|
4258
4258
|
.ui.pink.button .active.button:active {
|
|
4259
|
-
background-color: #
|
|
4259
|
+
background-color: #ab5079;
|
|
4260
4260
|
color: #fff;
|
|
4261
4261
|
text-shadow: none;
|
|
4262
4262
|
}
|
|
@@ -4266,35 +4266,35 @@ input::selection {
|
|
|
4266
4266
|
.ui.basic.pink.buttons .button,
|
|
4267
4267
|
.ui.basic.pink.button {
|
|
4268
4268
|
background: transparent;
|
|
4269
|
-
box-shadow: 0 0 0 1px #
|
|
4270
|
-
color: #
|
|
4269
|
+
box-shadow: 0 0 0 1px #af6687 inset;
|
|
4270
|
+
color: #af6687;
|
|
4271
4271
|
}
|
|
4272
4272
|
|
|
4273
4273
|
.ui.basic.pink.buttons .button:hover,
|
|
4274
4274
|
.ui.basic.pink.button:hover {
|
|
4275
4275
|
background: transparent;
|
|
4276
|
-
box-shadow: 0 0 0 1px #
|
|
4277
|
-
color: #
|
|
4276
|
+
box-shadow: 0 0 0 1px #a9527a inset;
|
|
4277
|
+
color: #a9527a;
|
|
4278
4278
|
}
|
|
4279
4279
|
|
|
4280
4280
|
.ui.basic.pink.buttons .button:focus,
|
|
4281
4281
|
.ui.basic.pink.button:focus {
|
|
4282
4282
|
background: transparent;
|
|
4283
|
-
box-shadow: 0 0 0 1px #
|
|
4284
|
-
color: #
|
|
4283
|
+
box-shadow: 0 0 0 1px #a34a72 inset;
|
|
4284
|
+
color: #a9527a;
|
|
4285
4285
|
}
|
|
4286
4286
|
|
|
4287
4287
|
.ui.basic.pink.buttons .active.button,
|
|
4288
4288
|
.ui.basic.pink.active.button {
|
|
4289
4289
|
background: transparent;
|
|
4290
|
-
box-shadow: 0 0 0 1px #
|
|
4291
|
-
color: #
|
|
4290
|
+
box-shadow: 0 0 0 1px #ab5079 inset;
|
|
4291
|
+
color: #944e6e;
|
|
4292
4292
|
}
|
|
4293
4293
|
|
|
4294
4294
|
.ui.basic.pink.buttons .button:active,
|
|
4295
4295
|
.ui.basic.pink.button:active {
|
|
4296
|
-
box-shadow: 0 0 0 1px #
|
|
4297
|
-
color: #
|
|
4296
|
+
box-shadow: 0 0 0 1px #944e6e inset;
|
|
4297
|
+
color: #944e6e;
|
|
4298
4298
|
}
|
|
4299
4299
|
|
|
4300
4300
|
/* Inverted */
|
|
@@ -4383,21 +4383,21 @@ input::selection {
|
|
|
4383
4383
|
.ui.tertiary.pink.button {
|
|
4384
4384
|
background: transparent;
|
|
4385
4385
|
box-shadow: none;
|
|
4386
|
-
color: #
|
|
4386
|
+
color: #af6687;
|
|
4387
4387
|
}
|
|
4388
4388
|
|
|
4389
4389
|
.ui.tertiary.pink.buttons .button:hover,
|
|
4390
4390
|
.ui.tertiary.pink.buttons button:hover,
|
|
4391
4391
|
.ui.tertiary.pink.button:hover {
|
|
4392
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4393
|
-
color: #
|
|
4392
|
+
box-shadow: inset 0 -0.2em 0 #906c7c;
|
|
4393
|
+
color: #906c7c;
|
|
4394
4394
|
}
|
|
4395
4395
|
|
|
4396
4396
|
.ui.tertiary.pink.buttons .button:focus,
|
|
4397
4397
|
.ui.tertiary.pink.buttons .tertiary.button:focus,
|
|
4398
4398
|
.ui.tertiary.pink.button:focus {
|
|
4399
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4400
|
-
color: #
|
|
4399
|
+
box-shadow: inset 0 -0.2em 0 #8b6174;
|
|
4400
|
+
color: #8b6174;
|
|
4401
4401
|
}
|
|
4402
4402
|
|
|
4403
4403
|
.ui.tertiary.pink.buttons .active.button,
|
|
@@ -4406,13 +4406,13 @@ input::selection {
|
|
|
4406
4406
|
.ui.tertiary.pink.buttons .button:active,
|
|
4407
4407
|
.ui.tertiary.pink.buttons .tertiary.button:active,
|
|
4408
4408
|
.ui.tertiary.pink.button:active {
|
|
4409
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4410
|
-
color: #
|
|
4409
|
+
box-shadow: inset 0 -0.2em 0 #c43777;
|
|
4410
|
+
color: #ab5079;
|
|
4411
4411
|
}
|
|
4412
4412
|
|
|
4413
4413
|
.ui.brown.buttons .button,
|
|
4414
4414
|
.ui.brown.button {
|
|
4415
|
-
background-color: #
|
|
4415
|
+
background-color: #af9066;
|
|
4416
4416
|
color: #fff;
|
|
4417
4417
|
text-shadow: none;
|
|
4418
4418
|
background-image: none;
|
|
@@ -4424,21 +4424,21 @@ input::selection {
|
|
|
4424
4424
|
|
|
4425
4425
|
.ui.brown.buttons .button:hover,
|
|
4426
4426
|
.ui.brown.button:hover {
|
|
4427
|
-
background-color: #
|
|
4427
|
+
background-color: #a98452;
|
|
4428
4428
|
color: #fff;
|
|
4429
4429
|
text-shadow: none;
|
|
4430
4430
|
}
|
|
4431
4431
|
|
|
4432
4432
|
.ui.brown.buttons .button:focus,
|
|
4433
4433
|
.ui.brown.button:focus {
|
|
4434
|
-
background-color: #
|
|
4434
|
+
background-color: #a37d4a;
|
|
4435
4435
|
color: #fff;
|
|
4436
4436
|
text-shadow: none;
|
|
4437
4437
|
}
|
|
4438
4438
|
|
|
4439
4439
|
.ui.brown.buttons .button:active,
|
|
4440
4440
|
.ui.brown.button:active {
|
|
4441
|
-
background-color: #
|
|
4441
|
+
background-color: #94764e;
|
|
4442
4442
|
color: #fff;
|
|
4443
4443
|
text-shadow: none;
|
|
4444
4444
|
}
|
|
@@ -4447,7 +4447,7 @@ input::selection {
|
|
|
4447
4447
|
.ui.brown.buttons .active.button:active,
|
|
4448
4448
|
.ui.brown.active.button,
|
|
4449
4449
|
.ui.brown.button .active.button:active {
|
|
4450
|
-
background-color: #
|
|
4450
|
+
background-color: #ab8550;
|
|
4451
4451
|
color: #fff;
|
|
4452
4452
|
text-shadow: none;
|
|
4453
4453
|
}
|
|
@@ -4457,35 +4457,35 @@ input::selection {
|
|
|
4457
4457
|
.ui.basic.brown.buttons .button,
|
|
4458
4458
|
.ui.basic.brown.button {
|
|
4459
4459
|
background: transparent;
|
|
4460
|
-
box-shadow: 0 0 0 1px #
|
|
4461
|
-
color: #
|
|
4460
|
+
box-shadow: 0 0 0 1px #af9066 inset;
|
|
4461
|
+
color: #af9066;
|
|
4462
4462
|
}
|
|
4463
4463
|
|
|
4464
4464
|
.ui.basic.brown.buttons .button:hover,
|
|
4465
4465
|
.ui.basic.brown.button:hover {
|
|
4466
4466
|
background: transparent;
|
|
4467
|
-
box-shadow: 0 0 0 1px #
|
|
4468
|
-
color: #
|
|
4467
|
+
box-shadow: 0 0 0 1px #a98452 inset;
|
|
4468
|
+
color: #a98452;
|
|
4469
4469
|
}
|
|
4470
4470
|
|
|
4471
4471
|
.ui.basic.brown.buttons .button:focus,
|
|
4472
4472
|
.ui.basic.brown.button:focus {
|
|
4473
4473
|
background: transparent;
|
|
4474
|
-
box-shadow: 0 0 0 1px #
|
|
4475
|
-
color: #
|
|
4474
|
+
box-shadow: 0 0 0 1px #a37d4a inset;
|
|
4475
|
+
color: #a98452;
|
|
4476
4476
|
}
|
|
4477
4477
|
|
|
4478
4478
|
.ui.basic.brown.buttons .active.button,
|
|
4479
4479
|
.ui.basic.brown.active.button {
|
|
4480
4480
|
background: transparent;
|
|
4481
|
-
box-shadow: 0 0 0 1px #
|
|
4482
|
-
color: #
|
|
4481
|
+
box-shadow: 0 0 0 1px #ab8550 inset;
|
|
4482
|
+
color: #94764e;
|
|
4483
4483
|
}
|
|
4484
4484
|
|
|
4485
4485
|
.ui.basic.brown.buttons .button:active,
|
|
4486
4486
|
.ui.basic.brown.button:active {
|
|
4487
|
-
box-shadow: 0 0 0 1px #
|
|
4488
|
-
color: #
|
|
4487
|
+
box-shadow: 0 0 0 1px #94764e inset;
|
|
4488
|
+
color: #94764e;
|
|
4489
4489
|
}
|
|
4490
4490
|
|
|
4491
4491
|
/* Inverted */
|
|
@@ -4574,21 +4574,21 @@ input::selection {
|
|
|
4574
4574
|
.ui.tertiary.brown.button {
|
|
4575
4575
|
background: transparent;
|
|
4576
4576
|
box-shadow: none;
|
|
4577
|
-
color: #
|
|
4577
|
+
color: #af9066;
|
|
4578
4578
|
}
|
|
4579
4579
|
|
|
4580
4580
|
.ui.tertiary.brown.buttons .button:hover,
|
|
4581
4581
|
.ui.tertiary.brown.buttons button:hover,
|
|
4582
4582
|
.ui.tertiary.brown.button:hover {
|
|
4583
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4584
|
-
color: #
|
|
4583
|
+
box-shadow: inset 0 -0.2em 0 #90806c;
|
|
4584
|
+
color: #90806c;
|
|
4585
4585
|
}
|
|
4586
4586
|
|
|
4587
4587
|
.ui.tertiary.brown.buttons .button:focus,
|
|
4588
4588
|
.ui.tertiary.brown.buttons .tertiary.button:focus,
|
|
4589
4589
|
.ui.tertiary.brown.button:focus {
|
|
4590
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4591
|
-
color: #
|
|
4590
|
+
box-shadow: inset 0 -0.2em 0 #8b7961;
|
|
4591
|
+
color: #8b7961;
|
|
4592
4592
|
}
|
|
4593
4593
|
|
|
4594
4594
|
.ui.tertiary.brown.buttons .active.button,
|
|
@@ -4597,8 +4597,8 @@ input::selection {
|
|
|
4597
4597
|
.ui.tertiary.brown.buttons .button:active,
|
|
4598
4598
|
.ui.tertiary.brown.buttons .tertiary.button:active,
|
|
4599
4599
|
.ui.tertiary.brown.button:active {
|
|
4600
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4601
|
-
color: #
|
|
4600
|
+
box-shadow: inset 0 -0.2em 0 #c48837;
|
|
4601
|
+
color: #ab8550;
|
|
4602
4602
|
}
|
|
4603
4603
|
|
|
4604
4604
|
.ui.grey.buttons .button,
|
|
@@ -5248,7 +5248,7 @@ input::selection {
|
|
|
5248
5248
|
}
|
|
5249
5249
|
|
|
5250
5250
|
.ui.wrapping.basic.buttons .button {
|
|
5251
|
-
border-bottom: 1px solid rgba(
|
|
5251
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
5252
5252
|
}
|
|
5253
5253
|
|
|
5254
5254
|
.ui.wrapping.basic.buttons .button:hover {
|
|
@@ -5298,7 +5298,7 @@ input::selection {
|
|
|
5298
5298
|
}
|
|
5299
5299
|
|
|
5300
5300
|
.ui.spaced.basic.buttons .button {
|
|
5301
|
-
border: 1px solid rgba(
|
|
5301
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
5302
5302
|
}
|
|
5303
5303
|
|
|
5304
5304
|
.ui.spaced.basic.buttons .button.basic {
|
|
@@ -5306,16 +5306,16 @@ input::selection {
|
|
|
5306
5306
|
}
|
|
5307
5307
|
|
|
5308
5308
|
.ui.spaced.basic.vertical.buttons .button:first-child {
|
|
5309
|
-
border-top: 1px solid rgba(
|
|
5309
|
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
5310
5310
|
}
|
|
5311
5311
|
|
|
5312
5312
|
.ui.spaced.basic.wrapping.buttons .button:not(.basic) {
|
|
5313
|
-
border-top: 1px solid rgba(
|
|
5314
|
-
border-right: 1px solid rgba(
|
|
5313
|
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
5314
|
+
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
5315
5315
|
}
|
|
5316
5316
|
|
|
5317
5317
|
.ui.spaced.basic.wrapping.buttons .button:not(.basic):first-child {
|
|
5318
|
-
border-left: 1px solid rgba(
|
|
5318
|
+
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
|
5319
5319
|
}
|
|
5320
5320
|
|
|
5321
5321
|
.ui.spaced.basic.inverted.buttons .basic.button {
|
|
@@ -7389,7 +7389,7 @@ i.flag.zimbabwe::before {
|
|
|
7389
7389
|
opacity: 1;
|
|
7390
7390
|
font-size: 1.5em;
|
|
7391
7391
|
padding-top: 0.14285714em;
|
|
7392
|
-
vertical-align:
|
|
7392
|
+
vertical-align: baseline;
|
|
7393
7393
|
}
|
|
7394
7394
|
|
|
7395
7395
|
/* With Text Node */
|
|
@@ -7798,15 +7798,15 @@ a.ui.inverted.red.header.header.header:hover {
|
|
|
7798
7798
|
}
|
|
7799
7799
|
|
|
7800
7800
|
.ui.orange.header {
|
|
7801
|
-
color: #
|
|
7801
|
+
color: #af6a66;
|
|
7802
7802
|
}
|
|
7803
7803
|
|
|
7804
7804
|
a.ui.orange.header:hover {
|
|
7805
|
-
color: #
|
|
7805
|
+
color: #a95752;
|
|
7806
7806
|
}
|
|
7807
7807
|
|
|
7808
7808
|
.ui.orange.dividing.header {
|
|
7809
|
-
border-bottom: 2px solid #
|
|
7809
|
+
border-bottom: 2px solid #af6a66;
|
|
7810
7810
|
}
|
|
7811
7811
|
|
|
7812
7812
|
.ui.inverted.orange.header.header.header {
|
|
@@ -7966,15 +7966,15 @@ a.ui.inverted.violet.header.header.header:hover {
|
|
|
7966
7966
|
}
|
|
7967
7967
|
|
|
7968
7968
|
.ui.purple.header {
|
|
7969
|
-
color: #
|
|
7969
|
+
color: #6667af;
|
|
7970
7970
|
}
|
|
7971
7971
|
|
|
7972
7972
|
a.ui.purple.header:hover {
|
|
7973
|
-
color: #
|
|
7973
|
+
color: #5254a9;
|
|
7974
7974
|
}
|
|
7975
7975
|
|
|
7976
7976
|
.ui.purple.dividing.header {
|
|
7977
|
-
border-bottom: 2px solid #
|
|
7977
|
+
border-bottom: 2px solid #6667af;
|
|
7978
7978
|
}
|
|
7979
7979
|
|
|
7980
7980
|
.ui.inverted.purple.header.header.header {
|
|
@@ -7990,15 +7990,15 @@ a.ui.inverted.purple.header.header.header:hover {
|
|
|
7990
7990
|
}
|
|
7991
7991
|
|
|
7992
7992
|
.ui.pink.header {
|
|
7993
|
-
color: #
|
|
7993
|
+
color: #af6687;
|
|
7994
7994
|
}
|
|
7995
7995
|
|
|
7996
7996
|
a.ui.pink.header:hover {
|
|
7997
|
-
color: #
|
|
7997
|
+
color: #a9527a;
|
|
7998
7998
|
}
|
|
7999
7999
|
|
|
8000
8000
|
.ui.pink.dividing.header {
|
|
8001
|
-
border-bottom: 2px solid #
|
|
8001
|
+
border-bottom: 2px solid #af6687;
|
|
8002
8002
|
}
|
|
8003
8003
|
|
|
8004
8004
|
.ui.inverted.pink.header.header.header {
|
|
@@ -8014,15 +8014,15 @@ a.ui.inverted.pink.header.header.header:hover {
|
|
|
8014
8014
|
}
|
|
8015
8015
|
|
|
8016
8016
|
.ui.brown.header {
|
|
8017
|
-
color: #
|
|
8017
|
+
color: #af9066;
|
|
8018
8018
|
}
|
|
8019
8019
|
|
|
8020
8020
|
a.ui.brown.header:hover {
|
|
8021
|
-
color: #
|
|
8021
|
+
color: #a98452;
|
|
8022
8022
|
}
|
|
8023
8023
|
|
|
8024
8024
|
.ui.brown.dividing.header {
|
|
8025
|
-
border-bottom: 2px solid #
|
|
8025
|
+
border-bottom: 2px solid #af9066;
|
|
8026
8026
|
}
|
|
8027
8027
|
|
|
8028
8028
|
.ui.inverted.brown.header.header.header {
|
|
@@ -8653,7 +8653,7 @@ i.inverted.circular.red.icons {
|
|
|
8653
8653
|
}
|
|
8654
8654
|
|
|
8655
8655
|
i.orange.icon.icon.icon.icon.icon.icon {
|
|
8656
|
-
color: #
|
|
8656
|
+
color: #af6a66;
|
|
8657
8657
|
}
|
|
8658
8658
|
|
|
8659
8659
|
i.inverted.orange.icon.icon.icon.icon.icon.icon {
|
|
@@ -8664,7 +8664,7 @@ i.inverted.bordered.orange.icon.icon.icon.icon.icon.icon,
|
|
|
8664
8664
|
i.inverted.circular.orange.icon.icon.icon.icon.icon.icon,
|
|
8665
8665
|
i.inverted.bordered.orange.icons,
|
|
8666
8666
|
i.inverted.circular.orange.icons {
|
|
8667
|
-
background-color: #
|
|
8667
|
+
background-color: #af6a66;
|
|
8668
8668
|
color: #fff;
|
|
8669
8669
|
}
|
|
8670
8670
|
|
|
@@ -8765,7 +8765,7 @@ i.inverted.circular.violet.icons {
|
|
|
8765
8765
|
}
|
|
8766
8766
|
|
|
8767
8767
|
i.purple.icon.icon.icon.icon.icon.icon {
|
|
8768
|
-
color: #
|
|
8768
|
+
color: #6667af;
|
|
8769
8769
|
}
|
|
8770
8770
|
|
|
8771
8771
|
i.inverted.purple.icon.icon.icon.icon.icon.icon {
|
|
@@ -8776,12 +8776,12 @@ i.inverted.bordered.purple.icon.icon.icon.icon.icon.icon,
|
|
|
8776
8776
|
i.inverted.circular.purple.icon.icon.icon.icon.icon.icon,
|
|
8777
8777
|
i.inverted.bordered.purple.icons,
|
|
8778
8778
|
i.inverted.circular.purple.icons {
|
|
8779
|
-
background-color: #
|
|
8779
|
+
background-color: #6667af;
|
|
8780
8780
|
color: #fff;
|
|
8781
8781
|
}
|
|
8782
8782
|
|
|
8783
8783
|
i.pink.icon.icon.icon.icon.icon.icon {
|
|
8784
|
-
color: #
|
|
8784
|
+
color: #af6687;
|
|
8785
8785
|
}
|
|
8786
8786
|
|
|
8787
8787
|
i.inverted.pink.icon.icon.icon.icon.icon.icon {
|
|
@@ -8792,12 +8792,12 @@ i.inverted.bordered.pink.icon.icon.icon.icon.icon.icon,
|
|
|
8792
8792
|
i.inverted.circular.pink.icon.icon.icon.icon.icon.icon,
|
|
8793
8793
|
i.inverted.bordered.pink.icons,
|
|
8794
8794
|
i.inverted.circular.pink.icons {
|
|
8795
|
-
background-color: #
|
|
8795
|
+
background-color: #af6687;
|
|
8796
8796
|
color: #fff;
|
|
8797
8797
|
}
|
|
8798
8798
|
|
|
8799
8799
|
i.brown.icon.icon.icon.icon.icon.icon {
|
|
8800
|
-
color: #
|
|
8800
|
+
color: #af9066;
|
|
8801
8801
|
}
|
|
8802
8802
|
|
|
8803
8803
|
i.inverted.brown.icon.icon.icon.icon.icon.icon {
|
|
@@ -8808,7 +8808,7 @@ i.inverted.bordered.brown.icon.icon.icon.icon.icon.icon,
|
|
|
8808
8808
|
i.inverted.circular.brown.icon.icon.icon.icon.icon.icon,
|
|
8809
8809
|
i.inverted.bordered.brown.icons,
|
|
8810
8810
|
i.inverted.circular.brown.icons {
|
|
8811
|
-
background-color: #
|
|
8811
|
+
background-color: #af9066;
|
|
8812
8812
|
color: #fff;
|
|
8813
8813
|
}
|
|
8814
8814
|
|
|
@@ -18667,7 +18667,7 @@ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.te
|
|
|
18667
18667
|
|
|
18668
18668
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
|
18669
18669
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
|
18670
|
-
background-color: #
|
|
18670
|
+
background-color: #a95752;
|
|
18671
18671
|
color: #fff;
|
|
18672
18672
|
}
|
|
18673
18673
|
|
|
@@ -18744,7 +18744,7 @@ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(
|
|
|
18744
18744
|
|
|
18745
18745
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
|
18746
18746
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
|
18747
|
-
background-color: #
|
|
18747
|
+
background-color: #5254a9;
|
|
18748
18748
|
color: #fff;
|
|
18749
18749
|
}
|
|
18750
18750
|
|
|
@@ -18755,7 +18755,7 @@ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(
|
|
|
18755
18755
|
|
|
18756
18756
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
|
18757
18757
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
|
18758
|
-
background-color: #
|
|
18758
|
+
background-color: #a9527a;
|
|
18759
18759
|
color: #fff;
|
|
18760
18760
|
}
|
|
18761
18761
|
|
|
@@ -18766,7 +18766,7 @@ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.t
|
|
|
18766
18766
|
|
|
18767
18767
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
|
18768
18768
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
|
18769
|
-
background-color: #
|
|
18769
|
+
background-color: #a98452;
|
|
18770
18770
|
color: #fff;
|
|
18771
18771
|
}
|
|
18772
18772
|
|
|
@@ -18865,24 +18865,24 @@ input[type="file"].ui.red.file.input::file-selector-button:hover,
|
|
|
18865
18865
|
|
|
18866
18866
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
|
18867
18867
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
|
18868
|
-
background: #
|
|
18868
|
+
background: #af6a66;
|
|
18869
18869
|
color: #fff;
|
|
18870
18870
|
}
|
|
18871
18871
|
|
|
18872
18872
|
input[type="file"].ui.orange.file.input::file-selector-button,
|
|
18873
18873
|
.ui.orange.file.input input[type="file"]::file-selector-button {
|
|
18874
|
-
background: #
|
|
18874
|
+
background: #af6a66;
|
|
18875
18875
|
color: #fff;
|
|
18876
18876
|
}
|
|
18877
18877
|
|
|
18878
18878
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
|
18879
18879
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
18880
|
-
background: #
|
|
18880
|
+
background: #a95752;
|
|
18881
18881
|
}
|
|
18882
18882
|
|
|
18883
18883
|
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
|
18884
18884
|
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
|
18885
|
-
background: #
|
|
18885
|
+
background: #a95752;
|
|
18886
18886
|
}
|
|
18887
18887
|
|
|
18888
18888
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
|
@@ -19019,68 +19019,68 @@ input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
|
|
19019
19019
|
|
|
19020
19020
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
|
19021
19021
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
|
19022
|
-
background: #
|
|
19022
|
+
background: #6667af;
|
|
19023
19023
|
color: #fff;
|
|
19024
19024
|
}
|
|
19025
19025
|
|
|
19026
19026
|
input[type="file"].ui.purple.file.input::file-selector-button,
|
|
19027
19027
|
.ui.purple.file.input input[type="file"]::file-selector-button {
|
|
19028
|
-
background: #
|
|
19028
|
+
background: #6667af;
|
|
19029
19029
|
color: #fff;
|
|
19030
19030
|
}
|
|
19031
19031
|
|
|
19032
19032
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
|
19033
19033
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
19034
|
-
background: #
|
|
19034
|
+
background: #5254a9;
|
|
19035
19035
|
}
|
|
19036
19036
|
|
|
19037
19037
|
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
|
19038
19038
|
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
|
19039
|
-
background: #
|
|
19039
|
+
background: #5254a9;
|
|
19040
19040
|
}
|
|
19041
19041
|
|
|
19042
19042
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
|
19043
19043
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
|
19044
|
-
background: #
|
|
19044
|
+
background: #af6687;
|
|
19045
19045
|
color: #fff;
|
|
19046
19046
|
}
|
|
19047
19047
|
|
|
19048
19048
|
input[type="file"].ui.pink.file.input::file-selector-button,
|
|
19049
19049
|
.ui.pink.file.input input[type="file"]::file-selector-button {
|
|
19050
|
-
background: #
|
|
19050
|
+
background: #af6687;
|
|
19051
19051
|
color: #fff;
|
|
19052
19052
|
}
|
|
19053
19053
|
|
|
19054
19054
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
|
19055
19055
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
19056
|
-
background: #
|
|
19056
|
+
background: #a9527a;
|
|
19057
19057
|
}
|
|
19058
19058
|
|
|
19059
19059
|
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
|
19060
19060
|
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
|
19061
|
-
background: #
|
|
19061
|
+
background: #a9527a;
|
|
19062
19062
|
}
|
|
19063
19063
|
|
|
19064
19064
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
|
19065
19065
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
|
19066
|
-
background: #
|
|
19066
|
+
background: #af9066;
|
|
19067
19067
|
color: #fff;
|
|
19068
19068
|
}
|
|
19069
19069
|
|
|
19070
19070
|
input[type="file"].ui.brown.file.input::file-selector-button,
|
|
19071
19071
|
.ui.brown.file.input input[type="file"]::file-selector-button {
|
|
19072
|
-
background: #
|
|
19072
|
+
background: #af9066;
|
|
19073
19073
|
color: #fff;
|
|
19074
19074
|
}
|
|
19075
19075
|
|
|
19076
19076
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
|
19077
19077
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
19078
|
-
background: #
|
|
19078
|
+
background: #a98452;
|
|
19079
19079
|
}
|
|
19080
19080
|
|
|
19081
19081
|
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
|
19082
19082
|
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
|
19083
|
-
background: #
|
|
19083
|
+
background: #a98452;
|
|
19084
19084
|
}
|
|
19085
19085
|
|
|
19086
19086
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
|
@@ -20215,8 +20215,8 @@ a.ui.ui.ui.inverted.basic.red.label:hover {
|
|
|
20215
20215
|
|
|
20216
20216
|
.ui.orange.labels .label,
|
|
20217
20217
|
.ui.ui.ui.orange.label {
|
|
20218
|
-
background-color: #
|
|
20219
|
-
border-color: #
|
|
20218
|
+
background-color: #af6a66;
|
|
20219
|
+
border-color: #af6a66;
|
|
20220
20220
|
color: #fff;
|
|
20221
20221
|
}
|
|
20222
20222
|
|
|
@@ -20224,15 +20224,15 @@ a.ui.ui.ui.inverted.basic.red.label:hover {
|
|
|
20224
20224
|
|
|
20225
20225
|
.ui.orange.labels a.label:hover,
|
|
20226
20226
|
a.ui.ui.ui.orange.label:hover {
|
|
20227
|
-
background-color: #
|
|
20228
|
-
border-color: #
|
|
20227
|
+
background-color: #a95752;
|
|
20228
|
+
border-color: #a95752;
|
|
20229
20229
|
color: #fff;
|
|
20230
20230
|
}
|
|
20231
20231
|
|
|
20232
20232
|
/* Ribbon */
|
|
20233
20233
|
|
|
20234
20234
|
.ui.ui.ui.orange.ribbon.label {
|
|
20235
|
-
border-color: #
|
|
20235
|
+
border-color: #94514e;
|
|
20236
20236
|
}
|
|
20237
20237
|
|
|
20238
20238
|
/* Basic */
|
|
@@ -20240,15 +20240,15 @@ a.ui.ui.ui.orange.label:hover {
|
|
|
20240
20240
|
.ui.basic.labels .orange.label,
|
|
20241
20241
|
.ui.ui.ui.basic.orange.label {
|
|
20242
20242
|
background: none #fff;
|
|
20243
|
-
border-color: #
|
|
20244
|
-
color: #
|
|
20243
|
+
border-color: #af6a66;
|
|
20244
|
+
color: #af6a66;
|
|
20245
20245
|
}
|
|
20246
20246
|
|
|
20247
20247
|
.ui.basic.labels a.orange.label:hover,
|
|
20248
20248
|
a.ui.ui.ui.basic.orange.label:hover {
|
|
20249
20249
|
background: none #fff;
|
|
20250
|
-
border-color: #
|
|
20251
|
-
color: #
|
|
20250
|
+
border-color: #a95752;
|
|
20251
|
+
color: #a95752;
|
|
20252
20252
|
}
|
|
20253
20253
|
|
|
20254
20254
|
/* Inverted */
|
|
@@ -20873,8 +20873,8 @@ a.ui.ui.ui.inverted.basic.violet.label:hover {
|
|
|
20873
20873
|
|
|
20874
20874
|
.ui.purple.labels .label,
|
|
20875
20875
|
.ui.ui.ui.purple.label {
|
|
20876
|
-
background-color: #
|
|
20877
|
-
border-color: #
|
|
20876
|
+
background-color: #6667af;
|
|
20877
|
+
border-color: #6667af;
|
|
20878
20878
|
color: #fff;
|
|
20879
20879
|
}
|
|
20880
20880
|
|
|
@@ -20882,15 +20882,15 @@ a.ui.ui.ui.inverted.basic.violet.label:hover {
|
|
|
20882
20882
|
|
|
20883
20883
|
.ui.purple.labels a.label:hover,
|
|
20884
20884
|
a.ui.ui.ui.purple.label:hover {
|
|
20885
|
-
background-color: #
|
|
20886
|
-
border-color: #
|
|
20885
|
+
background-color: #5254a9;
|
|
20886
|
+
border-color: #5254a9;
|
|
20887
20887
|
color: #fff;
|
|
20888
20888
|
}
|
|
20889
20889
|
|
|
20890
20890
|
/* Ribbon */
|
|
20891
20891
|
|
|
20892
20892
|
.ui.ui.ui.purple.ribbon.label {
|
|
20893
|
-
border-color: #
|
|
20893
|
+
border-color: #4e4f94;
|
|
20894
20894
|
}
|
|
20895
20895
|
|
|
20896
20896
|
/* Basic */
|
|
@@ -20898,15 +20898,15 @@ a.ui.ui.ui.purple.label:hover {
|
|
|
20898
20898
|
.ui.basic.labels .purple.label,
|
|
20899
20899
|
.ui.ui.ui.basic.purple.label {
|
|
20900
20900
|
background: none #fff;
|
|
20901
|
-
border-color: #
|
|
20902
|
-
color: #
|
|
20901
|
+
border-color: #6667af;
|
|
20902
|
+
color: #6667af;
|
|
20903
20903
|
}
|
|
20904
20904
|
|
|
20905
20905
|
.ui.basic.labels a.purple.label:hover,
|
|
20906
20906
|
a.ui.ui.ui.basic.purple.label:hover {
|
|
20907
20907
|
background: none #fff;
|
|
20908
|
-
border-color: #
|
|
20909
|
-
color: #
|
|
20908
|
+
border-color: #5254a9;
|
|
20909
|
+
color: #5254a9;
|
|
20910
20910
|
}
|
|
20911
20911
|
|
|
20912
20912
|
/* Inverted */
|
|
@@ -20967,8 +20967,8 @@ a.ui.ui.ui.inverted.basic.purple.label:hover {
|
|
|
20967
20967
|
|
|
20968
20968
|
.ui.pink.labels .label,
|
|
20969
20969
|
.ui.ui.ui.pink.label {
|
|
20970
|
-
background-color: #
|
|
20971
|
-
border-color: #
|
|
20970
|
+
background-color: #af6687;
|
|
20971
|
+
border-color: #af6687;
|
|
20972
20972
|
color: #fff;
|
|
20973
20973
|
}
|
|
20974
20974
|
|
|
@@ -20976,15 +20976,15 @@ a.ui.ui.ui.inverted.basic.purple.label:hover {
|
|
|
20976
20976
|
|
|
20977
20977
|
.ui.pink.labels a.label:hover,
|
|
20978
20978
|
a.ui.ui.ui.pink.label:hover {
|
|
20979
|
-
background-color: #
|
|
20980
|
-
border-color: #
|
|
20979
|
+
background-color: #a9527a;
|
|
20980
|
+
border-color: #a9527a;
|
|
20981
20981
|
color: #fff;
|
|
20982
20982
|
}
|
|
20983
20983
|
|
|
20984
20984
|
/* Ribbon */
|
|
20985
20985
|
|
|
20986
20986
|
.ui.ui.ui.pink.ribbon.label {
|
|
20987
|
-
border-color: #
|
|
20987
|
+
border-color: #944e6e;
|
|
20988
20988
|
}
|
|
20989
20989
|
|
|
20990
20990
|
/* Basic */
|
|
@@ -20992,15 +20992,15 @@ a.ui.ui.ui.pink.label:hover {
|
|
|
20992
20992
|
.ui.basic.labels .pink.label,
|
|
20993
20993
|
.ui.ui.ui.basic.pink.label {
|
|
20994
20994
|
background: none #fff;
|
|
20995
|
-
border-color: #
|
|
20996
|
-
color: #
|
|
20995
|
+
border-color: #af6687;
|
|
20996
|
+
color: #af6687;
|
|
20997
20997
|
}
|
|
20998
20998
|
|
|
20999
20999
|
.ui.basic.labels a.pink.label:hover,
|
|
21000
21000
|
a.ui.ui.ui.basic.pink.label:hover {
|
|
21001
21001
|
background: none #fff;
|
|
21002
|
-
border-color: #
|
|
21003
|
-
color: #
|
|
21002
|
+
border-color: #a9527a;
|
|
21003
|
+
color: #a9527a;
|
|
21004
21004
|
}
|
|
21005
21005
|
|
|
21006
21006
|
/* Inverted */
|
|
@@ -21061,8 +21061,8 @@ a.ui.ui.ui.inverted.basic.pink.label:hover {
|
|
|
21061
21061
|
|
|
21062
21062
|
.ui.brown.labels .label,
|
|
21063
21063
|
.ui.ui.ui.brown.label {
|
|
21064
|
-
background-color: #
|
|
21065
|
-
border-color: #
|
|
21064
|
+
background-color: #af9066;
|
|
21065
|
+
border-color: #af9066;
|
|
21066
21066
|
color: #fff;
|
|
21067
21067
|
}
|
|
21068
21068
|
|
|
@@ -21070,15 +21070,15 @@ a.ui.ui.ui.inverted.basic.pink.label:hover {
|
|
|
21070
21070
|
|
|
21071
21071
|
.ui.brown.labels a.label:hover,
|
|
21072
21072
|
a.ui.ui.ui.brown.label:hover {
|
|
21073
|
-
background-color: #
|
|
21074
|
-
border-color: #
|
|
21073
|
+
background-color: #a98452;
|
|
21074
|
+
border-color: #a98452;
|
|
21075
21075
|
color: #fff;
|
|
21076
21076
|
}
|
|
21077
21077
|
|
|
21078
21078
|
/* Ribbon */
|
|
21079
21079
|
|
|
21080
21080
|
.ui.ui.ui.brown.ribbon.label {
|
|
21081
|
-
border-color: #
|
|
21081
|
+
border-color: #94764e;
|
|
21082
21082
|
}
|
|
21083
21083
|
|
|
21084
21084
|
/* Basic */
|
|
@@ -21086,15 +21086,15 @@ a.ui.ui.ui.brown.label:hover {
|
|
|
21086
21086
|
.ui.basic.labels .brown.label,
|
|
21087
21087
|
.ui.ui.ui.basic.brown.label {
|
|
21088
21088
|
background: none #fff;
|
|
21089
|
-
border-color: #
|
|
21090
|
-
color: #
|
|
21089
|
+
border-color: #af9066;
|
|
21090
|
+
color: #af9066;
|
|
21091
21091
|
}
|
|
21092
21092
|
|
|
21093
21093
|
.ui.basic.labels a.brown.label:hover,
|
|
21094
21094
|
a.ui.ui.ui.basic.brown.label:hover {
|
|
21095
21095
|
background: none #fff;
|
|
21096
|
-
border-color: #
|
|
21097
|
-
color: #
|
|
21096
|
+
border-color: #a98452;
|
|
21097
|
+
color: #a98452;
|
|
21098
21098
|
}
|
|
21099
21099
|
|
|
21100
21100
|
/* Inverted */
|
|
@@ -21605,7 +21605,7 @@ ul.ui.list,
|
|
|
21605
21605
|
ol.ui.list,
|
|
21606
21606
|
.ui.list {
|
|
21607
21607
|
list-style-type: none;
|
|
21608
|
-
margin:
|
|
21608
|
+
margin: 1.14285714rem 0;
|
|
21609
21609
|
padding: 0 0;
|
|
21610
21610
|
}
|
|
21611
21611
|
|
|
@@ -21637,7 +21637,7 @@ ol.ui.list li,
|
|
|
21637
21637
|
table-layout: fixed;
|
|
21638
21638
|
list-style-type: none;
|
|
21639
21639
|
list-style-position: outside;
|
|
21640
|
-
padding: 0
|
|
21640
|
+
padding: 0 0;
|
|
21641
21641
|
line-height: 1.14285714em;
|
|
21642
21642
|
}
|
|
21643
21643
|
|
|
@@ -21777,8 +21777,8 @@ ol.ui.list ol li,
|
|
|
21777
21777
|
.ui.list > .item .header {
|
|
21778
21778
|
display: block;
|
|
21779
21779
|
margin: 0;
|
|
21780
|
-
font-family: "
|
|
21781
|
-
font-weight:
|
|
21780
|
+
font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
21781
|
+
font-weight: 500;
|
|
21782
21782
|
color: rgba(0, 0, 0, 0.87);
|
|
21783
21783
|
}
|
|
21784
21784
|
|
|
@@ -21865,7 +21865,7 @@ ol.ui.list ol li,
|
|
|
21865
21865
|
background-color: transparent;
|
|
21866
21866
|
list-style-type: none;
|
|
21867
21867
|
list-style-position: outside;
|
|
21868
|
-
padding: 0
|
|
21868
|
+
padding: 0 0;
|
|
21869
21869
|
line-height: 1.14285714em;
|
|
21870
21870
|
}
|
|
21871
21871
|
|
|
@@ -21927,8 +21927,8 @@ ol.ui.list ol li,
|
|
|
21927
21927
|
|
|
21928
21928
|
.ui.horizontal.list > .item:first-child,
|
|
21929
21929
|
.ui.horizontal.list > .item:last-child {
|
|
21930
|
-
padding-top: 0
|
|
21931
|
-
padding-bottom: 0
|
|
21930
|
+
padding-top: 0;
|
|
21931
|
+
padding-bottom: 0;
|
|
21932
21932
|
}
|
|
21933
21933
|
|
|
21934
21934
|
/* Horizontal List */
|
|
@@ -22414,7 +22414,7 @@ ol.ui.suffixed.list li::before,
|
|
|
22414
22414
|
.ui.divided.ordered.list .item .list:not(.icon) {
|
|
22415
22415
|
margin-left: 0;
|
|
22416
22416
|
margin-right: 0;
|
|
22417
|
-
padding-bottom: 0
|
|
22417
|
+
padding-bottom: 0;
|
|
22418
22418
|
}
|
|
22419
22419
|
|
|
22420
22420
|
.ui.divided.ordered.list .item .list > .item {
|
|
@@ -22481,8 +22481,8 @@ ol.ui.suffixed.list li::before,
|
|
|
22481
22481
|
|
|
22482
22482
|
.ui.celled.list > .item:first-child,
|
|
22483
22483
|
.ui.celled.list > .item:last-child {
|
|
22484
|
-
padding-top: 0
|
|
22485
|
-
padding-bottom: 0
|
|
22484
|
+
padding-top: 0;
|
|
22485
|
+
padding-bottom: 0;
|
|
22486
22486
|
}
|
|
22487
22487
|
|
|
22488
22488
|
/* Sub Menu */
|
|
@@ -22509,7 +22509,7 @@ ol.ui.suffixed.list li::before,
|
|
|
22509
22509
|
.ui.celled.bulleted.list .item .list:not(.icon) {
|
|
22510
22510
|
margin-left: -1.25rem;
|
|
22511
22511
|
margin-right: -1.25rem;
|
|
22512
|
-
padding-bottom: 0
|
|
22512
|
+
padding-bottom: 0;
|
|
22513
22513
|
}
|
|
22514
22514
|
|
|
22515
22515
|
/* Celled Ordered */
|
|
@@ -22526,7 +22526,7 @@ ol.ui.suffixed.list li::before,
|
|
|
22526
22526
|
.ui.celled.ordered.list .item .list:not(.icon) {
|
|
22527
22527
|
margin-left: 0;
|
|
22528
22528
|
margin-right: 0;
|
|
22529
|
-
padding-bottom: 0
|
|
22529
|
+
padding-bottom: 0;
|
|
22530
22530
|
}
|
|
22531
22531
|
|
|
22532
22532
|
.ui.celled.ordered.list .list > .item {
|
|
@@ -22687,6 +22687,12 @@ ol.ui.suffixed.list li::before,
|
|
|
22687
22687
|
/*******************************
|
|
22688
22688
|
Site Overrides
|
|
22689
22689
|
*******************************/
|
|
22690
|
+
|
|
22691
|
+
.ui.list .list > .item .sub.header,
|
|
22692
|
+
.ui.list > .item .sub.header {
|
|
22693
|
+
font-weight: 300;
|
|
22694
|
+
margin-top: 0.28571429em;
|
|
22695
|
+
}
|
|
22690
22696
|
/*!
|
|
22691
22697
|
* # Fomantic-UI 2.9.4 - Loader
|
|
22692
22698
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -23068,7 +23074,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23068
23074
|
.ui.ui.ui.ui.orange.loading .input > i.icon::after,
|
|
23069
23075
|
.ui.ui.ui.ui.orange.loading > i.icon::after,
|
|
23070
23076
|
.ui.ui.ui.orange.loader::after {
|
|
23071
|
-
color: #
|
|
23077
|
+
color: #af6a66;
|
|
23072
23078
|
}
|
|
23073
23079
|
|
|
23074
23080
|
.ui.inverted.orange.elastic.loader::before,
|
|
@@ -23236,7 +23242,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23236
23242
|
.ui.ui.ui.ui.purple.loading .input > i.icon::after,
|
|
23237
23243
|
.ui.ui.ui.ui.purple.loading > i.icon::after,
|
|
23238
23244
|
.ui.ui.ui.purple.loader::after {
|
|
23239
|
-
color: #
|
|
23245
|
+
color: #6667af;
|
|
23240
23246
|
}
|
|
23241
23247
|
|
|
23242
23248
|
.ui.inverted.purple.elastic.loader::before,
|
|
@@ -23260,7 +23266,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23260
23266
|
.ui.ui.ui.ui.pink.loading .input > i.icon::after,
|
|
23261
23267
|
.ui.ui.ui.ui.pink.loading > i.icon::after,
|
|
23262
23268
|
.ui.ui.ui.pink.loader::after {
|
|
23263
|
-
color: #
|
|
23269
|
+
color: #af6687;
|
|
23264
23270
|
}
|
|
23265
23271
|
|
|
23266
23272
|
.ui.inverted.pink.elastic.loader::before,
|
|
@@ -23284,7 +23290,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23284
23290
|
.ui.ui.ui.ui.brown.loading .input > i.icon::after,
|
|
23285
23291
|
.ui.ui.ui.ui.brown.loading > i.icon::after,
|
|
23286
23292
|
.ui.ui.ui.brown.loader::after {
|
|
23287
|
-
color: #
|
|
23293
|
+
color: #af9066;
|
|
23288
23294
|
}
|
|
23289
23295
|
|
|
23290
23296
|
.ui.inverted.brown.elastic.loader::before,
|
|
@@ -24195,16 +24201,16 @@ ol.ui.suffixed.list li::before,
|
|
|
24195
24201
|
}
|
|
24196
24202
|
|
|
24197
24203
|
.ui.ui.ui.ui.ui.orange.segment:not(.inverted) {
|
|
24198
|
-
border-top: 2px solid #
|
|
24204
|
+
border-top: 2px solid #af6a66;
|
|
24199
24205
|
}
|
|
24200
24206
|
|
|
24201
24207
|
.ui.ui.ui.ui.ui.inverted.orange.segment {
|
|
24202
|
-
background-color: #
|
|
24208
|
+
background-color: #af6a66;
|
|
24203
24209
|
color: #fff;
|
|
24204
24210
|
}
|
|
24205
24211
|
|
|
24206
24212
|
.ui.ui.inverted.orange.segment:not(.piled) {
|
|
24207
|
-
border-color: #
|
|
24213
|
+
border-color: #af6a66;
|
|
24208
24214
|
}
|
|
24209
24215
|
|
|
24210
24216
|
.ui.ui.ui.ui.ui.yellow.segment:not(.inverted) {
|
|
@@ -24286,42 +24292,42 @@ ol.ui.suffixed.list li::before,
|
|
|
24286
24292
|
}
|
|
24287
24293
|
|
|
24288
24294
|
.ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
|
|
24289
|
-
border-top: 2px solid #
|
|
24295
|
+
border-top: 2px solid #6667af;
|
|
24290
24296
|
}
|
|
24291
24297
|
|
|
24292
24298
|
.ui.ui.ui.ui.ui.inverted.purple.segment {
|
|
24293
|
-
background-color: #
|
|
24299
|
+
background-color: #6667af;
|
|
24294
24300
|
color: #fff;
|
|
24295
24301
|
}
|
|
24296
24302
|
|
|
24297
24303
|
.ui.ui.inverted.purple.segment:not(.piled) {
|
|
24298
|
-
border-color: #
|
|
24304
|
+
border-color: #6667af;
|
|
24299
24305
|
}
|
|
24300
24306
|
|
|
24301
24307
|
.ui.ui.ui.ui.ui.pink.segment:not(.inverted) {
|
|
24302
|
-
border-top: 2px solid #
|
|
24308
|
+
border-top: 2px solid #af6687;
|
|
24303
24309
|
}
|
|
24304
24310
|
|
|
24305
24311
|
.ui.ui.ui.ui.ui.inverted.pink.segment {
|
|
24306
|
-
background-color: #
|
|
24312
|
+
background-color: #af6687;
|
|
24307
24313
|
color: #fff;
|
|
24308
24314
|
}
|
|
24309
24315
|
|
|
24310
24316
|
.ui.ui.inverted.pink.segment:not(.piled) {
|
|
24311
|
-
border-color: #
|
|
24317
|
+
border-color: #af6687;
|
|
24312
24318
|
}
|
|
24313
24319
|
|
|
24314
24320
|
.ui.ui.ui.ui.ui.brown.segment:not(.inverted) {
|
|
24315
|
-
border-top: 2px solid #
|
|
24321
|
+
border-top: 2px solid #af9066;
|
|
24316
24322
|
}
|
|
24317
24323
|
|
|
24318
24324
|
.ui.ui.ui.ui.ui.inverted.brown.segment {
|
|
24319
|
-
background-color: #
|
|
24325
|
+
background-color: #af9066;
|
|
24320
24326
|
color: #fff;
|
|
24321
24327
|
}
|
|
24322
24328
|
|
|
24323
24329
|
.ui.ui.inverted.brown.segment:not(.piled) {
|
|
24324
|
-
border-color: #
|
|
24330
|
+
border-color: #af9066;
|
|
24325
24331
|
}
|
|
24326
24332
|
|
|
24327
24333
|
.ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
|
|
@@ -28350,7 +28356,7 @@ ol.ui.suffixed.list li::before,
|
|
|
28350
28356
|
.ui.grid > .orange.row,
|
|
28351
28357
|
.ui.grid > .orange.column,
|
|
28352
28358
|
.ui.grid > .row > .orange.column {
|
|
28353
|
-
background-color: #
|
|
28359
|
+
background-color: #af6a66;
|
|
28354
28360
|
color: #fff;
|
|
28355
28361
|
}
|
|
28356
28362
|
|
|
@@ -28399,21 +28405,21 @@ ol.ui.suffixed.list li::before,
|
|
|
28399
28405
|
.ui.grid > .purple.row,
|
|
28400
28406
|
.ui.grid > .purple.column,
|
|
28401
28407
|
.ui.grid > .row > .purple.column {
|
|
28402
|
-
background-color: #
|
|
28408
|
+
background-color: #6667af;
|
|
28403
28409
|
color: #fff;
|
|
28404
28410
|
}
|
|
28405
28411
|
|
|
28406
28412
|
.ui.grid > .pink.row,
|
|
28407
28413
|
.ui.grid > .pink.column,
|
|
28408
28414
|
.ui.grid > .row > .pink.column {
|
|
28409
|
-
background-color: #
|
|
28415
|
+
background-color: #af6687;
|
|
28410
28416
|
color: #fff;
|
|
28411
28417
|
}
|
|
28412
28418
|
|
|
28413
28419
|
.ui.grid > .brown.row,
|
|
28414
28420
|
.ui.grid > .brown.column,
|
|
28415
28421
|
.ui.grid > .row > .brown.column {
|
|
28416
|
-
background-color: #
|
|
28422
|
+
background-color: #af9066;
|
|
28417
28423
|
color: #fff;
|
|
28418
28424
|
}
|
|
28419
28425
|
|
|
@@ -30603,8 +30609,8 @@ Floated Menu / Item
|
|
|
30603
30609
|
.ui.ui.ui.menu .orange.active.item,
|
|
30604
30610
|
.ui.ui.orange.menu .active.item:hover,
|
|
30605
30611
|
.ui.ui.orange.menu .active.item {
|
|
30606
|
-
border-color: #
|
|
30607
|
-
color: #
|
|
30612
|
+
border-color: #af6a66;
|
|
30613
|
+
color: #af6a66;
|
|
30608
30614
|
}
|
|
30609
30615
|
|
|
30610
30616
|
.ui.ui.ui.menu .yellow.active.item,
|
|
@@ -30652,22 +30658,22 @@ Floated Menu / Item
|
|
|
30652
30658
|
.ui.ui.ui.menu .purple.active.item,
|
|
30653
30659
|
.ui.ui.purple.menu .active.item:hover,
|
|
30654
30660
|
.ui.ui.purple.menu .active.item {
|
|
30655
|
-
border-color: #
|
|
30656
|
-
color: #
|
|
30661
|
+
border-color: #6667af;
|
|
30662
|
+
color: #6667af;
|
|
30657
30663
|
}
|
|
30658
30664
|
|
|
30659
30665
|
.ui.ui.ui.menu .pink.active.item,
|
|
30660
30666
|
.ui.ui.pink.menu .active.item:hover,
|
|
30661
30667
|
.ui.ui.pink.menu .active.item {
|
|
30662
|
-
border-color: #
|
|
30663
|
-
color: #
|
|
30668
|
+
border-color: #af6687;
|
|
30669
|
+
color: #af6687;
|
|
30664
30670
|
}
|
|
30665
30671
|
|
|
30666
30672
|
.ui.ui.ui.menu .brown.active.item,
|
|
30667
30673
|
.ui.ui.brown.menu .active.item:hover,
|
|
30668
30674
|
.ui.ui.brown.menu .active.item {
|
|
30669
|
-
border-color: #
|
|
30670
|
-
color: #
|
|
30675
|
+
border-color: #af9066;
|
|
30676
|
+
color: #af9066;
|
|
30671
30677
|
}
|
|
30672
30678
|
|
|
30673
30679
|
.ui.ui.ui.menu .grey.active.item,
|
|
@@ -30862,7 +30868,7 @@ Floated Menu / Item
|
|
|
30862
30868
|
|
|
30863
30869
|
.ui.ui.ui.inverted.menu .orange.active.item,
|
|
30864
30870
|
.ui.ui.inverted.orange.menu {
|
|
30865
|
-
background-color: #
|
|
30871
|
+
background-color: #af6a66;
|
|
30866
30872
|
}
|
|
30867
30873
|
|
|
30868
30874
|
.ui.inverted.orange.menu .item::before {
|
|
@@ -30874,7 +30880,7 @@ Floated Menu / Item
|
|
|
30874
30880
|
}
|
|
30875
30881
|
|
|
30876
30882
|
.ui.inverted.pointing.orange.menu .active.item {
|
|
30877
|
-
background-color: #
|
|
30883
|
+
background-color: #a95752;
|
|
30878
30884
|
}
|
|
30879
30885
|
|
|
30880
30886
|
.ui.ui.ui.inverted.menu .yellow.active.item,
|
|
@@ -30981,7 +30987,7 @@ Floated Menu / Item
|
|
|
30981
30987
|
|
|
30982
30988
|
.ui.ui.ui.inverted.menu .purple.active.item,
|
|
30983
30989
|
.ui.ui.inverted.purple.menu {
|
|
30984
|
-
background-color: #
|
|
30990
|
+
background-color: #6667af;
|
|
30985
30991
|
}
|
|
30986
30992
|
|
|
30987
30993
|
.ui.inverted.purple.menu .item::before {
|
|
@@ -30993,12 +30999,12 @@ Floated Menu / Item
|
|
|
30993
30999
|
}
|
|
30994
31000
|
|
|
30995
31001
|
.ui.inverted.pointing.purple.menu .active.item {
|
|
30996
|
-
background-color: #
|
|
31002
|
+
background-color: #5254a9;
|
|
30997
31003
|
}
|
|
30998
31004
|
|
|
30999
31005
|
.ui.ui.ui.inverted.menu .pink.active.item,
|
|
31000
31006
|
.ui.ui.inverted.pink.menu {
|
|
31001
|
-
background-color: #
|
|
31007
|
+
background-color: #af6687;
|
|
31002
31008
|
}
|
|
31003
31009
|
|
|
31004
31010
|
.ui.inverted.pink.menu .item::before {
|
|
@@ -31010,12 +31016,12 @@ Floated Menu / Item
|
|
|
31010
31016
|
}
|
|
31011
31017
|
|
|
31012
31018
|
.ui.inverted.pointing.pink.menu .active.item {
|
|
31013
|
-
background-color: #
|
|
31019
|
+
background-color: #a9527a;
|
|
31014
31020
|
}
|
|
31015
31021
|
|
|
31016
31022
|
.ui.ui.ui.inverted.menu .brown.active.item,
|
|
31017
31023
|
.ui.ui.inverted.brown.menu {
|
|
31018
|
-
background-color: #
|
|
31024
|
+
background-color: #af9066;
|
|
31019
31025
|
}
|
|
31020
31026
|
|
|
31021
31027
|
.ui.inverted.brown.menu .item::before {
|
|
@@ -31027,7 +31033,7 @@ Floated Menu / Item
|
|
|
31027
31033
|
}
|
|
31028
31034
|
|
|
31029
31035
|
.ui.inverted.pointing.brown.menu .active.item {
|
|
31030
|
-
background-color: #
|
|
31036
|
+
background-color: #a98452;
|
|
31031
31037
|
}
|
|
31032
31038
|
|
|
31033
31039
|
.ui.ui.ui.inverted.menu .grey.active.item,
|
|
@@ -31388,7 +31394,7 @@ Floated Menu / Item
|
|
|
31388
31394
|
}
|
|
31389
31395
|
|
|
31390
31396
|
.ui.inverted.pointing.menu .orange.active.item::after {
|
|
31391
|
-
background-color: #
|
|
31397
|
+
background-color: #af6a66;
|
|
31392
31398
|
}
|
|
31393
31399
|
|
|
31394
31400
|
.ui.inverted.pointing.menu .yellow.active.item::after {
|
|
@@ -31416,15 +31422,15 @@ Floated Menu / Item
|
|
|
31416
31422
|
}
|
|
31417
31423
|
|
|
31418
31424
|
.ui.inverted.pointing.menu .purple.active.item::after {
|
|
31419
|
-
background-color: #
|
|
31425
|
+
background-color: #6667af;
|
|
31420
31426
|
}
|
|
31421
31427
|
|
|
31422
31428
|
.ui.inverted.pointing.menu .pink.active.item::after {
|
|
31423
|
-
background-color: #
|
|
31429
|
+
background-color: #af6687;
|
|
31424
31430
|
}
|
|
31425
31431
|
|
|
31426
31432
|
.ui.inverted.pointing.menu .brown.active.item::after {
|
|
31427
|
-
background-color: #
|
|
31433
|
+
background-color: #af9066;
|
|
31428
31434
|
}
|
|
31429
31435
|
|
|
31430
31436
|
.ui.inverted.pointing.menu .grey.active.item::after {
|
|
@@ -31680,9 +31686,9 @@ Floated Menu / Item
|
|
|
31680
31686
|
.ui.message {
|
|
31681
31687
|
position: relative;
|
|
31682
31688
|
min-height: 1em;
|
|
31683
|
-
margin:
|
|
31689
|
+
margin: 1.14285714rem 0;
|
|
31684
31690
|
background: #f8f8f9;
|
|
31685
|
-
padding:
|
|
31691
|
+
padding: 1.14285714em;
|
|
31686
31692
|
line-height: 1.4285em;
|
|
31687
31693
|
color: rgba(0, 0, 0, 0.87);
|
|
31688
31694
|
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
|
|
@@ -31706,9 +31712,9 @@ Floated Menu / Item
|
|
|
31706
31712
|
|
|
31707
31713
|
.ui.message .header {
|
|
31708
31714
|
display: block;
|
|
31709
|
-
font-family: "
|
|
31710
|
-
font-weight:
|
|
31711
|
-
margin:
|
|
31715
|
+
font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
31716
|
+
font-weight: 300;
|
|
31717
|
+
margin: 0 0 0 0;
|
|
31712
31718
|
}
|
|
31713
31719
|
|
|
31714
31720
|
/* Default font size */
|
|
@@ -31733,7 +31739,7 @@ Floated Menu / Item
|
|
|
31733
31739
|
}
|
|
31734
31740
|
|
|
31735
31741
|
.ui.message .header + p {
|
|
31736
|
-
margin-top: 0.
|
|
31742
|
+
margin-top: 0.28571429em;
|
|
31737
31743
|
}
|
|
31738
31744
|
|
|
31739
31745
|
/* List */
|
|
@@ -31900,7 +31906,7 @@ Floated Menu / Item
|
|
|
31900
31906
|
}
|
|
31901
31907
|
|
|
31902
31908
|
.ui.bottom.attached.message:not(:last-child) {
|
|
31903
|
-
margin-bottom:
|
|
31909
|
+
margin-bottom: 1.14285714rem;
|
|
31904
31910
|
}
|
|
31905
31911
|
|
|
31906
31912
|
.ui.attached.icon.message {
|
|
@@ -32155,20 +32161,20 @@ Floated Menu / Item
|
|
|
32155
32161
|
|
|
32156
32162
|
.ui.orange.message {
|
|
32157
32163
|
background-color: #ffedde;
|
|
32158
|
-
color: #
|
|
32164
|
+
color: #af6a66;
|
|
32159
32165
|
}
|
|
32160
32166
|
|
|
32161
32167
|
.ui.orange.message,
|
|
32162
32168
|
.ui.attached.orange.message {
|
|
32163
|
-
box-shadow: 0 0 0 1px #
|
|
32169
|
+
box-shadow: 0 0 0 1px #af6a66 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32164
32170
|
}
|
|
32165
32171
|
|
|
32166
32172
|
.ui.floating.orange.message {
|
|
32167
|
-
box-shadow: 0 0 0 1px #
|
|
32173
|
+
box-shadow: 0 0 0 1px #af6a66 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
32168
32174
|
}
|
|
32169
32175
|
|
|
32170
32176
|
.ui.orange.message .header {
|
|
32171
|
-
color: #
|
|
32177
|
+
color: #a55b56;
|
|
32172
32178
|
}
|
|
32173
32179
|
|
|
32174
32180
|
.ui.yellow.message {
|
|
@@ -32281,56 +32287,56 @@ Floated Menu / Item
|
|
|
32281
32287
|
|
|
32282
32288
|
.ui.purple.message {
|
|
32283
32289
|
background-color: #f6e7ff;
|
|
32284
|
-
color: #
|
|
32290
|
+
color: #6667af;
|
|
32285
32291
|
}
|
|
32286
32292
|
|
|
32287
32293
|
.ui.purple.message,
|
|
32288
32294
|
.ui.attached.purple.message {
|
|
32289
|
-
box-shadow: 0 0 0 1px #
|
|
32295
|
+
box-shadow: 0 0 0 1px #6667af inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32290
32296
|
}
|
|
32291
32297
|
|
|
32292
32298
|
.ui.floating.purple.message {
|
|
32293
|
-
box-shadow: 0 0 0 1px #
|
|
32299
|
+
box-shadow: 0 0 0 1px #6667af inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
32294
32300
|
}
|
|
32295
32301
|
|
|
32296
32302
|
.ui.purple.message .header {
|
|
32297
|
-
color: #
|
|
32303
|
+
color: #5657a5;
|
|
32298
32304
|
}
|
|
32299
32305
|
|
|
32300
32306
|
.ui.pink.message {
|
|
32301
32307
|
background-color: #ffe3fb;
|
|
32302
|
-
color: #
|
|
32308
|
+
color: #af6687;
|
|
32303
32309
|
}
|
|
32304
32310
|
|
|
32305
32311
|
.ui.pink.message,
|
|
32306
32312
|
.ui.attached.pink.message {
|
|
32307
|
-
box-shadow: 0 0 0 1px #
|
|
32313
|
+
box-shadow: 0 0 0 1px #af6687 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32308
32314
|
}
|
|
32309
32315
|
|
|
32310
32316
|
.ui.floating.pink.message {
|
|
32311
|
-
box-shadow: 0 0 0 1px #
|
|
32317
|
+
box-shadow: 0 0 0 1px #af6687 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
32312
32318
|
}
|
|
32313
32319
|
|
|
32314
32320
|
.ui.pink.message .header {
|
|
32315
|
-
color: #
|
|
32321
|
+
color: #a5567a;
|
|
32316
32322
|
}
|
|
32317
32323
|
|
|
32318
32324
|
.ui.brown.message {
|
|
32319
32325
|
background-color: #f1e2d3;
|
|
32320
|
-
color: #
|
|
32326
|
+
color: #af9066;
|
|
32321
32327
|
}
|
|
32322
32328
|
|
|
32323
32329
|
.ui.brown.message,
|
|
32324
32330
|
.ui.attached.brown.message {
|
|
32325
|
-
box-shadow: 0 0 0 1px #
|
|
32331
|
+
box-shadow: 0 0 0 1px #af9066 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32326
32332
|
}
|
|
32327
32333
|
|
|
32328
32334
|
.ui.floating.brown.message {
|
|
32329
|
-
box-shadow: 0 0 0 1px #
|
|
32335
|
+
box-shadow: 0 0 0 1px #af9066 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
32330
32336
|
}
|
|
32331
32337
|
|
|
32332
32338
|
.ui.brown.message .header {
|
|
32333
|
-
color: #
|
|
32339
|
+
color: #a58456;
|
|
32334
32340
|
}
|
|
32335
32341
|
|
|
32336
32342
|
.ui.grey.message {
|
|
@@ -32408,6 +32414,22 @@ Floated Menu / Item
|
|
|
32408
32414
|
/*******************************
|
|
32409
32415
|
Site Overrides
|
|
32410
32416
|
*******************************/
|
|
32417
|
+
|
|
32418
|
+
.ui.icon.message {
|
|
32419
|
+
align-items: flex-start;
|
|
32420
|
+
}
|
|
32421
|
+
|
|
32422
|
+
.ui.icon.message > .content.details {
|
|
32423
|
+
flex: 0 0 auto;
|
|
32424
|
+
align-self: center;
|
|
32425
|
+
margin-left: 0.57142857em;
|
|
32426
|
+
}
|
|
32427
|
+
|
|
32428
|
+
@media only screen and (max-width: 767.98px) {
|
|
32429
|
+
.ui.icon.message > .content.details {
|
|
32430
|
+
display: none;
|
|
32431
|
+
}
|
|
32432
|
+
}
|
|
32411
32433
|
/*!
|
|
32412
32434
|
* # Fomantic-UI 2.9.4 - Table
|
|
32413
32435
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -32717,11 +32739,11 @@ Floated Menu / Item
|
|
|
32717
32739
|
}
|
|
32718
32740
|
|
|
32719
32741
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].left {
|
|
32720
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32742
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6a66 inset;
|
|
32721
32743
|
}
|
|
32722
32744
|
|
|
32723
32745
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].right {
|
|
32724
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32746
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6a66 inset;
|
|
32725
32747
|
}
|
|
32726
32748
|
|
|
32727
32749
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].left {
|
|
@@ -32829,11 +32851,11 @@ Floated Menu / Item
|
|
|
32829
32851
|
}
|
|
32830
32852
|
|
|
32831
32853
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].left {
|
|
32832
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32854
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6667af inset;
|
|
32833
32855
|
}
|
|
32834
32856
|
|
|
32835
32857
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].right {
|
|
32836
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32858
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6667af inset;
|
|
32837
32859
|
}
|
|
32838
32860
|
|
|
32839
32861
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].left {
|
|
@@ -32845,11 +32867,11 @@ Floated Menu / Item
|
|
|
32845
32867
|
}
|
|
32846
32868
|
|
|
32847
32869
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].left {
|
|
32848
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32870
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6687 inset;
|
|
32849
32871
|
}
|
|
32850
32872
|
|
|
32851
32873
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].right {
|
|
32852
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32874
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6687 inset;
|
|
32853
32875
|
}
|
|
32854
32876
|
|
|
32855
32877
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].left {
|
|
@@ -32861,11 +32883,11 @@ Floated Menu / Item
|
|
|
32861
32883
|
}
|
|
32862
32884
|
|
|
32863
32885
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].left {
|
|
32864
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32886
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af9066 inset;
|
|
32865
32887
|
}
|
|
32866
32888
|
|
|
32867
32889
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].right {
|
|
32868
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32890
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af9066 inset;
|
|
32869
32891
|
}
|
|
32870
32892
|
|
|
32871
32893
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].left {
|
|
@@ -33596,11 +33618,11 @@ Floated Menu / Item
|
|
|
33596
33618
|
}
|
|
33597
33619
|
|
|
33598
33620
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].left {
|
|
33599
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33621
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6a66 inset;
|
|
33600
33622
|
}
|
|
33601
33623
|
|
|
33602
33624
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].right {
|
|
33603
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33625
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6a66 inset;
|
|
33604
33626
|
}
|
|
33605
33627
|
|
|
33606
33628
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].left {
|
|
@@ -33708,11 +33730,11 @@ Floated Menu / Item
|
|
|
33708
33730
|
}
|
|
33709
33731
|
|
|
33710
33732
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].left {
|
|
33711
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33733
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6667af inset;
|
|
33712
33734
|
}
|
|
33713
33735
|
|
|
33714
33736
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].right {
|
|
33715
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33737
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6667af inset;
|
|
33716
33738
|
}
|
|
33717
33739
|
|
|
33718
33740
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].left {
|
|
@@ -33724,11 +33746,11 @@ Floated Menu / Item
|
|
|
33724
33746
|
}
|
|
33725
33747
|
|
|
33726
33748
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].left {
|
|
33727
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33749
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6687 inset;
|
|
33728
33750
|
}
|
|
33729
33751
|
|
|
33730
33752
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].right {
|
|
33731
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33753
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6687 inset;
|
|
33732
33754
|
}
|
|
33733
33755
|
|
|
33734
33756
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].left {
|
|
@@ -33740,11 +33762,11 @@ Floated Menu / Item
|
|
|
33740
33762
|
}
|
|
33741
33763
|
|
|
33742
33764
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].left {
|
|
33743
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33765
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af9066 inset;
|
|
33744
33766
|
}
|
|
33745
33767
|
|
|
33746
33768
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].right {
|
|
33747
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33769
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af9066 inset;
|
|
33748
33770
|
}
|
|
33749
33771
|
|
|
33750
33772
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].left {
|
|
@@ -34370,11 +34392,11 @@ Floated Menu / Item
|
|
|
34370
34392
|
}
|
|
34371
34393
|
|
|
34372
34394
|
.ui.orange.table {
|
|
34373
|
-
border-top: 0.2em solid #
|
|
34395
|
+
border-top: 0.2em solid #af6a66;
|
|
34374
34396
|
}
|
|
34375
34397
|
|
|
34376
34398
|
.ui.inverted.orange.table {
|
|
34377
|
-
background: #
|
|
34399
|
+
background: #af6a66;
|
|
34378
34400
|
color: #fff;
|
|
34379
34401
|
}
|
|
34380
34402
|
|
|
@@ -34391,13 +34413,13 @@ Floated Menu / Item
|
|
|
34391
34413
|
.ui.scrolling.table > thead.orange > tr > td,
|
|
34392
34414
|
.ui.scrolling.table > tfoot.orange > tr > td {
|
|
34393
34415
|
background: inherit;
|
|
34394
|
-
color: #
|
|
34416
|
+
color: #af6a66;
|
|
34395
34417
|
}
|
|
34396
34418
|
|
|
34397
34419
|
.ui.inverted.scrolling.table > thead.orange,
|
|
34398
34420
|
.ui.inverted.scrolling.table > tfoot.orange {
|
|
34399
|
-
background: #
|
|
34400
|
-
color: #
|
|
34421
|
+
background: #af6a66;
|
|
34422
|
+
color: #af6a66;
|
|
34401
34423
|
}
|
|
34402
34424
|
|
|
34403
34425
|
.ui.inverted.scrolling.table > thead.orange > tr > th,
|
|
@@ -34415,7 +34437,7 @@ Floated Menu / Item
|
|
|
34415
34437
|
.ui.ui.table th.orange:not(.marked),
|
|
34416
34438
|
.ui.ui.table td.orange:not(.marked) {
|
|
34417
34439
|
background: #ffe7d1;
|
|
34418
|
-
color: #
|
|
34440
|
+
color: #af6a66;
|
|
34419
34441
|
}
|
|
34420
34442
|
|
|
34421
34443
|
.ui.table > thead > tr[class*="orange colored"] > th,
|
|
@@ -34425,7 +34447,7 @@ Floated Menu / Item
|
|
|
34425
34447
|
.ui.table > tfoot > tr.orange:not(.marked) > th,
|
|
34426
34448
|
.ui.table > tfoot > tr.orange:not(.marked) > td {
|
|
34427
34449
|
background: inherit;
|
|
34428
|
-
color: #
|
|
34450
|
+
color: #af6a66;
|
|
34429
34451
|
}
|
|
34430
34452
|
|
|
34431
34453
|
.ui.ui.ui.ui.inverted.table tr[class*="orange colored"],
|
|
@@ -34434,7 +34456,7 @@ Floated Menu / Item
|
|
|
34434
34456
|
.ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
|
|
34435
34457
|
.ui.ui.inverted.table th.orange:not(.marked),
|
|
34436
34458
|
.ui.ui.inverted.table td.orange:not(.marked) {
|
|
34437
|
-
background: #
|
|
34459
|
+
background: #af6a66;
|
|
34438
34460
|
color: #fff;
|
|
34439
34461
|
}
|
|
34440
34462
|
|
|
@@ -34455,7 +34477,7 @@ Floated Menu / Item
|
|
|
34455
34477
|
.ui.table tr td.selectable.orange:not(.marked):hover,
|
|
34456
34478
|
.ui.selectable.table tr:hover td.orange:not(.marked) {
|
|
34457
34479
|
background: #fae1cc;
|
|
34458
|
-
color: #
|
|
34480
|
+
color: #af6a66;
|
|
34459
34481
|
}
|
|
34460
34482
|
|
|
34461
34483
|
.ui.ui.inverted.selectable.table tr[class*="orange colored"]:hover,
|
|
@@ -34470,12 +34492,12 @@ Floated Menu / Item
|
|
|
34470
34492
|
|
|
34471
34493
|
.ui.table td[class*="orange marked"].left,
|
|
34472
34494
|
.ui.table tr[class*="orange marked"].left {
|
|
34473
|
-
box-shadow: 0.2em 0 0 0 #
|
|
34495
|
+
box-shadow: 0.2em 0 0 0 #af6a66 inset;
|
|
34474
34496
|
}
|
|
34475
34497
|
|
|
34476
34498
|
.ui.table td[class*="orange marked"].right,
|
|
34477
34499
|
.ui.table tr[class*="orange marked"].right {
|
|
34478
|
-
box-shadow: -0.2em 0 0 0 #
|
|
34500
|
+
box-shadow: -0.2em 0 0 0 #af6a66 inset;
|
|
34479
34501
|
}
|
|
34480
34502
|
|
|
34481
34503
|
.ui.inverted.table td[class*="orange marked"].left,
|
|
@@ -35203,11 +35225,11 @@ Floated Menu / Item
|
|
|
35203
35225
|
}
|
|
35204
35226
|
|
|
35205
35227
|
.ui.purple.table {
|
|
35206
|
-
border-top: 0.2em solid #
|
|
35228
|
+
border-top: 0.2em solid #6667af;
|
|
35207
35229
|
}
|
|
35208
35230
|
|
|
35209
35231
|
.ui.inverted.purple.table {
|
|
35210
|
-
background: #
|
|
35232
|
+
background: #6667af;
|
|
35211
35233
|
color: #fff;
|
|
35212
35234
|
}
|
|
35213
35235
|
|
|
@@ -35224,13 +35246,13 @@ Floated Menu / Item
|
|
|
35224
35246
|
.ui.scrolling.table > thead.purple > tr > td,
|
|
35225
35247
|
.ui.scrolling.table > tfoot.purple > tr > td {
|
|
35226
35248
|
background: inherit;
|
|
35227
|
-
color: #
|
|
35249
|
+
color: #6667af;
|
|
35228
35250
|
}
|
|
35229
35251
|
|
|
35230
35252
|
.ui.inverted.scrolling.table > thead.purple,
|
|
35231
35253
|
.ui.inverted.scrolling.table > tfoot.purple {
|
|
35232
|
-
background: #
|
|
35233
|
-
color: #
|
|
35254
|
+
background: #6667af;
|
|
35255
|
+
color: #6667af;
|
|
35234
35256
|
}
|
|
35235
35257
|
|
|
35236
35258
|
.ui.inverted.scrolling.table > thead.purple > tr > th,
|
|
@@ -35248,7 +35270,7 @@ Floated Menu / Item
|
|
|
35248
35270
|
.ui.ui.table th.purple:not(.marked),
|
|
35249
35271
|
.ui.ui.table td.purple:not(.marked) {
|
|
35250
35272
|
background: #f8e3ff;
|
|
35251
|
-
color: #
|
|
35273
|
+
color: #6667af;
|
|
35252
35274
|
}
|
|
35253
35275
|
|
|
35254
35276
|
.ui.table > thead > tr[class*="purple colored"] > th,
|
|
@@ -35258,7 +35280,7 @@ Floated Menu / Item
|
|
|
35258
35280
|
.ui.table > tfoot > tr.purple:not(.marked) > th,
|
|
35259
35281
|
.ui.table > tfoot > tr.purple:not(.marked) > td {
|
|
35260
35282
|
background: inherit;
|
|
35261
|
-
color: #
|
|
35283
|
+
color: #6667af;
|
|
35262
35284
|
}
|
|
35263
35285
|
|
|
35264
35286
|
.ui.ui.ui.ui.inverted.table tr[class*="purple colored"],
|
|
@@ -35267,7 +35289,7 @@ Floated Menu / Item
|
|
|
35267
35289
|
.ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
|
|
35268
35290
|
.ui.ui.inverted.table th.purple:not(.marked),
|
|
35269
35291
|
.ui.ui.inverted.table td.purple:not(.marked) {
|
|
35270
|
-
background: #
|
|
35292
|
+
background: #6667af;
|
|
35271
35293
|
color: #fff;
|
|
35272
35294
|
}
|
|
35273
35295
|
|
|
@@ -35288,7 +35310,7 @@ Floated Menu / Item
|
|
|
35288
35310
|
.ui.table tr td.selectable.purple:not(.marked):hover,
|
|
35289
35311
|
.ui.selectable.table tr:hover td.purple:not(.marked) {
|
|
35290
35312
|
background: #f5d9ff;
|
|
35291
|
-
color: #
|
|
35313
|
+
color: #6667af;
|
|
35292
35314
|
}
|
|
35293
35315
|
|
|
35294
35316
|
.ui.ui.inverted.selectable.table tr[class*="purple colored"]:hover,
|
|
@@ -35303,12 +35325,12 @@ Floated Menu / Item
|
|
|
35303
35325
|
|
|
35304
35326
|
.ui.table td[class*="purple marked"].left,
|
|
35305
35327
|
.ui.table tr[class*="purple marked"].left {
|
|
35306
|
-
box-shadow: 0.2em 0 0 0 #
|
|
35328
|
+
box-shadow: 0.2em 0 0 0 #6667af inset;
|
|
35307
35329
|
}
|
|
35308
35330
|
|
|
35309
35331
|
.ui.table td[class*="purple marked"].right,
|
|
35310
35332
|
.ui.table tr[class*="purple marked"].right {
|
|
35311
|
-
box-shadow: -0.2em 0 0 0 #
|
|
35333
|
+
box-shadow: -0.2em 0 0 0 #6667af inset;
|
|
35312
35334
|
}
|
|
35313
35335
|
|
|
35314
35336
|
.ui.inverted.table td[class*="purple marked"].left,
|
|
@@ -35322,11 +35344,11 @@ Floated Menu / Item
|
|
|
35322
35344
|
}
|
|
35323
35345
|
|
|
35324
35346
|
.ui.pink.table {
|
|
35325
|
-
border-top: 0.2em solid #
|
|
35347
|
+
border-top: 0.2em solid #af6687;
|
|
35326
35348
|
}
|
|
35327
35349
|
|
|
35328
35350
|
.ui.inverted.pink.table {
|
|
35329
|
-
background: #
|
|
35351
|
+
background: #af6687;
|
|
35330
35352
|
color: #fff;
|
|
35331
35353
|
}
|
|
35332
35354
|
|
|
@@ -35343,13 +35365,13 @@ Floated Menu / Item
|
|
|
35343
35365
|
.ui.scrolling.table > thead.pink > tr > td,
|
|
35344
35366
|
.ui.scrolling.table > tfoot.pink > tr > td {
|
|
35345
35367
|
background: inherit;
|
|
35346
|
-
color: #
|
|
35368
|
+
color: #af6687;
|
|
35347
35369
|
}
|
|
35348
35370
|
|
|
35349
35371
|
.ui.inverted.scrolling.table > thead.pink,
|
|
35350
35372
|
.ui.inverted.scrolling.table > tfoot.pink {
|
|
35351
|
-
background: #
|
|
35352
|
-
color: #
|
|
35373
|
+
background: #af6687;
|
|
35374
|
+
color: #af6687;
|
|
35353
35375
|
}
|
|
35354
35376
|
|
|
35355
35377
|
.ui.inverted.scrolling.table > thead.pink > tr > th,
|
|
@@ -35367,7 +35389,7 @@ Floated Menu / Item
|
|
|
35367
35389
|
.ui.ui.table th.pink:not(.marked),
|
|
35368
35390
|
.ui.ui.table td.pink:not(.marked) {
|
|
35369
35391
|
background: #ffe8f9;
|
|
35370
|
-
color: #
|
|
35392
|
+
color: #af6687;
|
|
35371
35393
|
}
|
|
35372
35394
|
|
|
35373
35395
|
.ui.table > thead > tr[class*="pink colored"] > th,
|
|
@@ -35377,7 +35399,7 @@ Floated Menu / Item
|
|
|
35377
35399
|
.ui.table > tfoot > tr.pink:not(.marked) > th,
|
|
35378
35400
|
.ui.table > tfoot > tr.pink:not(.marked) > td {
|
|
35379
35401
|
background: inherit;
|
|
35380
|
-
color: #
|
|
35402
|
+
color: #af6687;
|
|
35381
35403
|
}
|
|
35382
35404
|
|
|
35383
35405
|
.ui.ui.ui.ui.inverted.table tr[class*="pink colored"],
|
|
@@ -35386,7 +35408,7 @@ Floated Menu / Item
|
|
|
35386
35408
|
.ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
|
|
35387
35409
|
.ui.ui.inverted.table th.pink:not(.marked),
|
|
35388
35410
|
.ui.ui.inverted.table td.pink:not(.marked) {
|
|
35389
|
-
background: #
|
|
35411
|
+
background: #af6687;
|
|
35390
35412
|
color: #fff;
|
|
35391
35413
|
}
|
|
35392
35414
|
|
|
@@ -35407,7 +35429,7 @@ Floated Menu / Item
|
|
|
35407
35429
|
.ui.table tr td.selectable.pink:not(.marked):hover,
|
|
35408
35430
|
.ui.selectable.table tr:hover td.pink:not(.marked) {
|
|
35409
35431
|
background: #ffdef6;
|
|
35410
|
-
color: #
|
|
35432
|
+
color: #af6687;
|
|
35411
35433
|
}
|
|
35412
35434
|
|
|
35413
35435
|
.ui.ui.inverted.selectable.table tr[class*="pink colored"]:hover,
|
|
@@ -35422,12 +35444,12 @@ Floated Menu / Item
|
|
|
35422
35444
|
|
|
35423
35445
|
.ui.table td[class*="pink marked"].left,
|
|
35424
35446
|
.ui.table tr[class*="pink marked"].left {
|
|
35425
|
-
box-shadow: 0.2em 0 0 0 #
|
|
35447
|
+
box-shadow: 0.2em 0 0 0 #af6687 inset;
|
|
35426
35448
|
}
|
|
35427
35449
|
|
|
35428
35450
|
.ui.table td[class*="pink marked"].right,
|
|
35429
35451
|
.ui.table tr[class*="pink marked"].right {
|
|
35430
|
-
box-shadow: -0.2em 0 0 0 #
|
|
35452
|
+
box-shadow: -0.2em 0 0 0 #af6687 inset;
|
|
35431
35453
|
}
|
|
35432
35454
|
|
|
35433
35455
|
.ui.inverted.table td[class*="pink marked"].left,
|
|
@@ -35441,11 +35463,11 @@ Floated Menu / Item
|
|
|
35441
35463
|
}
|
|
35442
35464
|
|
|
35443
35465
|
.ui.brown.table {
|
|
35444
|
-
border-top: 0.2em solid #
|
|
35466
|
+
border-top: 0.2em solid #af9066;
|
|
35445
35467
|
}
|
|
35446
35468
|
|
|
35447
35469
|
.ui.inverted.brown.table {
|
|
35448
|
-
background: #
|
|
35470
|
+
background: #af9066;
|
|
35449
35471
|
color: #fff;
|
|
35450
35472
|
}
|
|
35451
35473
|
|
|
@@ -35462,13 +35484,13 @@ Floated Menu / Item
|
|
|
35462
35484
|
.ui.scrolling.table > thead.brown > tr > td,
|
|
35463
35485
|
.ui.scrolling.table > tfoot.brown > tr > td {
|
|
35464
35486
|
background: inherit;
|
|
35465
|
-
color: #
|
|
35487
|
+
color: #af9066;
|
|
35466
35488
|
}
|
|
35467
35489
|
|
|
35468
35490
|
.ui.inverted.scrolling.table > thead.brown,
|
|
35469
35491
|
.ui.inverted.scrolling.table > tfoot.brown {
|
|
35470
|
-
background: #
|
|
35471
|
-
color: #
|
|
35492
|
+
background: #af9066;
|
|
35493
|
+
color: #af9066;
|
|
35472
35494
|
}
|
|
35473
35495
|
|
|
35474
35496
|
.ui.inverted.scrolling.table > thead.brown > tr > th,
|
|
@@ -35486,7 +35508,7 @@ Floated Menu / Item
|
|
|
35486
35508
|
.ui.ui.table th.brown:not(.marked),
|
|
35487
35509
|
.ui.ui.table td.brown:not(.marked) {
|
|
35488
35510
|
background: #f7e5d2;
|
|
35489
|
-
color: #
|
|
35511
|
+
color: #af9066;
|
|
35490
35512
|
}
|
|
35491
35513
|
|
|
35492
35514
|
.ui.table > thead > tr[class*="brown colored"] > th,
|
|
@@ -35496,7 +35518,7 @@ Floated Menu / Item
|
|
|
35496
35518
|
.ui.table > tfoot > tr.brown:not(.marked) > th,
|
|
35497
35519
|
.ui.table > tfoot > tr.brown:not(.marked) > td {
|
|
35498
35520
|
background: inherit;
|
|
35499
|
-
color: #
|
|
35521
|
+
color: #af9066;
|
|
35500
35522
|
}
|
|
35501
35523
|
|
|
35502
35524
|
.ui.ui.ui.ui.inverted.table tr[class*="brown colored"],
|
|
@@ -35505,7 +35527,7 @@ Floated Menu / Item
|
|
|
35505
35527
|
.ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
|
|
35506
35528
|
.ui.ui.inverted.table th.brown:not(.marked),
|
|
35507
35529
|
.ui.ui.inverted.table td.brown:not(.marked) {
|
|
35508
|
-
background: #
|
|
35530
|
+
background: #af9066;
|
|
35509
35531
|
color: #fff;
|
|
35510
35532
|
}
|
|
35511
35533
|
|
|
@@ -35526,7 +35548,7 @@ Floated Menu / Item
|
|
|
35526
35548
|
.ui.table tr td.selectable.brown:not(.marked):hover,
|
|
35527
35549
|
.ui.selectable.table tr:hover td.brown:not(.marked) {
|
|
35528
35550
|
background: #efe0cf;
|
|
35529
|
-
color: #
|
|
35551
|
+
color: #af9066;
|
|
35530
35552
|
}
|
|
35531
35553
|
|
|
35532
35554
|
.ui.ui.inverted.selectable.table tr[class*="brown colored"]:hover,
|
|
@@ -35541,12 +35563,12 @@ Floated Menu / Item
|
|
|
35541
35563
|
|
|
35542
35564
|
.ui.table td[class*="brown marked"].left,
|
|
35543
35565
|
.ui.table tr[class*="brown marked"].left {
|
|
35544
|
-
box-shadow: 0.2em 0 0 0 #
|
|
35566
|
+
box-shadow: 0.2em 0 0 0 #af9066 inset;
|
|
35545
35567
|
}
|
|
35546
35568
|
|
|
35547
35569
|
.ui.table td[class*="brown marked"].right,
|
|
35548
35570
|
.ui.table tr[class*="brown marked"].right {
|
|
35549
|
-
box-shadow: -0.2em 0 0 0 #
|
|
35571
|
+
box-shadow: -0.2em 0 0 0 #af9066 inset;
|
|
35550
35572
|
}
|
|
35551
35573
|
|
|
35552
35574
|
.ui.inverted.table td[class*="brown marked"].left,
|
|
@@ -36484,393 +36506,548 @@ Floated Menu / Item
|
|
|
36484
36506
|
Site Overrides
|
|
36485
36507
|
*******************************/
|
|
36486
36508
|
|
|
36487
|
-
.ui.
|
|
36509
|
+
.ui.panel {
|
|
36510
|
+
background-color: #f9fafb;
|
|
36488
36511
|
border-top-left-radius: 0.28571429em;
|
|
36489
36512
|
border-top-right-radius: 0.28571429em;
|
|
36490
36513
|
}
|
|
36491
36514
|
|
|
36492
|
-
.ui.
|
|
36493
|
-
|
|
36494
|
-
|
|
36515
|
+
.ui.panel > .header,
|
|
36516
|
+
.ui.panel > .content {
|
|
36517
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
36518
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
36519
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
36520
|
+
padding: 0.92857143em 0.7em;
|
|
36495
36521
|
}
|
|
36496
36522
|
|
|
36497
|
-
.ui.
|
|
36498
|
-
|
|
36523
|
+
.ui.fitted.panel > .content {
|
|
36524
|
+
padding: 0;
|
|
36525
|
+
border: none;
|
|
36526
|
+
overflow-x: auto;
|
|
36499
36527
|
}
|
|
36500
36528
|
|
|
36501
|
-
|
|
36502
|
-
|
|
36503
|
-
background: none;
|
|
36504
|
-
}
|
|
36529
|
+
.ui.primary.panel {
|
|
36530
|
+
border-top: 0.2em solid #007388;
|
|
36505
36531
|
}
|
|
36506
36532
|
|
|
36507
|
-
|
|
36508
|
-
|
|
36509
|
-
|
|
36510
|
-
|
|
36533
|
+
.ui.primary.panel > .header {
|
|
36534
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36535
|
+
background-size: auto 65px;
|
|
36536
|
+
background-repeat: no-repeat;
|
|
36511
36537
|
}
|
|
36512
36538
|
|
|
36513
|
-
.ui.ui.ui.ui.
|
|
36539
|
+
.ui.ui.ui.ui.ui.primary.table {
|
|
36514
36540
|
border-top-left-radius: 0.28571429em;
|
|
36515
36541
|
border-top-right-radius: 0.28571429em;
|
|
36516
36542
|
}
|
|
36517
36543
|
|
|
36518
|
-
.ui.ui.ui.ui.
|
|
36544
|
+
.ui.ui.ui.ui.ui.primary.table > thead > tr:first-child > th {
|
|
36519
36545
|
/* Colored header */
|
|
36520
|
-
|
|
36521
|
-
|
|
36522
|
-
|
|
36523
|
-
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36524
|
-
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%);
|
|
36546
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36547
|
+
background-size: auto 65px;
|
|
36548
|
+
background-repeat: no-repeat;
|
|
36525
36549
|
}
|
|
36526
36550
|
|
|
36527
36551
|
@media only screen and (max-width: 767.98px) {
|
|
36528
|
-
.ui.ui.ui.ui.
|
|
36552
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child {
|
|
36553
|
+
/* Colored header (stacked table) */
|
|
36554
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%), transparent;
|
|
36555
|
+
background-size: auto 65px;
|
|
36556
|
+
background-repeat: no-repeat;
|
|
36557
|
+
}
|
|
36558
|
+
|
|
36559
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36529
36560
|
background: none;
|
|
36530
36561
|
}
|
|
36531
36562
|
}
|
|
36532
36563
|
|
|
36533
|
-
|
|
36534
|
-
|
|
36535
|
-
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%);
|
|
36536
|
-
}
|
|
36564
|
+
.ui.secondary.panel {
|
|
36565
|
+
border-top: 0.2em solid #294755;
|
|
36537
36566
|
}
|
|
36538
36567
|
|
|
36539
|
-
.ui.
|
|
36568
|
+
.ui.secondary.panel > .header {
|
|
36569
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
36570
|
+
background-size: auto 65px;
|
|
36571
|
+
background-repeat: no-repeat;
|
|
36572
|
+
}
|
|
36573
|
+
|
|
36574
|
+
.ui.ui.ui.ui.ui.secondary.table {
|
|
36540
36575
|
border-top-left-radius: 0.28571429em;
|
|
36541
36576
|
border-top-right-radius: 0.28571429em;
|
|
36542
36577
|
}
|
|
36543
36578
|
|
|
36544
|
-
.ui.ui.ui.ui.
|
|
36579
|
+
.ui.ui.ui.ui.ui.secondary.table > thead > tr:first-child > th {
|
|
36545
36580
|
/* Colored header */
|
|
36546
|
-
|
|
36547
|
-
|
|
36548
|
-
|
|
36549
|
-
.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36550
|
-
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), #f9fafb 80%);
|
|
36581
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
36582
|
+
background-size: auto 65px;
|
|
36583
|
+
background-repeat: no-repeat;
|
|
36551
36584
|
}
|
|
36552
36585
|
|
|
36553
36586
|
@media only screen and (max-width: 767.98px) {
|
|
36554
|
-
.ui.ui.ui.ui.
|
|
36587
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child {
|
|
36588
|
+
/* Colored header (stacked table) */
|
|
36589
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%), transparent;
|
|
36590
|
+
background-size: auto 65px;
|
|
36591
|
+
background-repeat: no-repeat;
|
|
36592
|
+
}
|
|
36593
|
+
|
|
36594
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36555
36595
|
background: none;
|
|
36556
36596
|
}
|
|
36557
36597
|
}
|
|
36558
36598
|
|
|
36559
|
-
|
|
36560
|
-
|
|
36561
|
-
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), transparent 80%);
|
|
36562
|
-
}
|
|
36599
|
+
.ui.red.panel {
|
|
36600
|
+
border-top: 0.2em solid #af4e4a;
|
|
36563
36601
|
}
|
|
36564
36602
|
|
|
36565
|
-
.ui.
|
|
36603
|
+
.ui.red.panel > .header {
|
|
36604
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), #f9fafb 80%), #f9fafb;
|
|
36605
|
+
background-size: auto 65px;
|
|
36606
|
+
background-repeat: no-repeat;
|
|
36607
|
+
}
|
|
36608
|
+
|
|
36609
|
+
.ui.ui.ui.ui.ui.red.table {
|
|
36566
36610
|
border-top-left-radius: 0.28571429em;
|
|
36567
36611
|
border-top-right-radius: 0.28571429em;
|
|
36568
36612
|
}
|
|
36569
36613
|
|
|
36570
|
-
.ui.ui.ui.ui.
|
|
36614
|
+
.ui.ui.ui.ui.ui.red.table > thead > tr:first-child > th {
|
|
36571
36615
|
/* Colored header */
|
|
36572
|
-
|
|
36573
|
-
|
|
36574
|
-
|
|
36575
|
-
.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36576
|
-
background: linear-gradient(to bottom, rgba(242, 113, 28, 0.12), #f9fafb 80%);
|
|
36616
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), #f9fafb 80%), #f9fafb;
|
|
36617
|
+
background-size: auto 65px;
|
|
36618
|
+
background-repeat: no-repeat;
|
|
36577
36619
|
}
|
|
36578
36620
|
|
|
36579
36621
|
@media only screen and (max-width: 767.98px) {
|
|
36580
|
-
.ui.ui.ui.ui.
|
|
36622
|
+
.ui.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr:first-child {
|
|
36623
|
+
/* Colored header (stacked table) */
|
|
36624
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), transparent 80%), transparent;
|
|
36625
|
+
background-size: auto 65px;
|
|
36626
|
+
background-repeat: no-repeat;
|
|
36627
|
+
}
|
|
36628
|
+
|
|
36629
|
+
.ui.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36581
36630
|
background: none;
|
|
36582
36631
|
}
|
|
36583
36632
|
}
|
|
36584
36633
|
|
|
36585
|
-
|
|
36586
|
-
|
|
36587
|
-
background: linear-gradient(to bottom, rgba(242, 113, 28, 0.12), transparent 80%);
|
|
36588
|
-
}
|
|
36634
|
+
.ui.orange.panel {
|
|
36635
|
+
border-top: 0.2em solid #af6a66;
|
|
36589
36636
|
}
|
|
36590
36637
|
|
|
36591
|
-
.ui.
|
|
36638
|
+
.ui.orange.panel > .header {
|
|
36639
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36640
|
+
background-size: auto 65px;
|
|
36641
|
+
background-repeat: no-repeat;
|
|
36642
|
+
}
|
|
36643
|
+
|
|
36644
|
+
.ui.ui.ui.ui.ui.orange.table {
|
|
36592
36645
|
border-top-left-radius: 0.28571429em;
|
|
36593
36646
|
border-top-right-radius: 0.28571429em;
|
|
36594
36647
|
}
|
|
36595
36648
|
|
|
36596
|
-
.ui.ui.ui.ui.
|
|
36649
|
+
.ui.ui.ui.ui.ui.orange.table > thead > tr:first-child > th {
|
|
36597
36650
|
/* Colored header */
|
|
36598
|
-
|
|
36599
|
-
|
|
36600
|
-
|
|
36601
|
-
.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36602
|
-
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), #f9fafb 80%);
|
|
36651
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36652
|
+
background-size: auto 65px;
|
|
36653
|
+
background-repeat: no-repeat;
|
|
36603
36654
|
}
|
|
36604
36655
|
|
|
36605
36656
|
@media only screen and (max-width: 767.98px) {
|
|
36606
|
-
.ui.ui.ui.ui.
|
|
36657
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child {
|
|
36658
|
+
/* Colored header (stacked table) */
|
|
36659
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), transparent 80%), transparent;
|
|
36660
|
+
background-size: auto 65px;
|
|
36661
|
+
background-repeat: no-repeat;
|
|
36662
|
+
}
|
|
36663
|
+
|
|
36664
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36607
36665
|
background: none;
|
|
36608
36666
|
}
|
|
36609
36667
|
}
|
|
36610
36668
|
|
|
36611
|
-
|
|
36612
|
-
|
|
36613
|
-
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), transparent 80%);
|
|
36614
|
-
}
|
|
36669
|
+
.ui.yellow.panel {
|
|
36670
|
+
border-top: 0.2em solid #fbbd08;
|
|
36615
36671
|
}
|
|
36616
36672
|
|
|
36617
|
-
.ui.
|
|
36673
|
+
.ui.yellow.panel > .header {
|
|
36674
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), #f9fafb 80%), #f9fafb;
|
|
36675
|
+
background-size: auto 65px;
|
|
36676
|
+
background-repeat: no-repeat;
|
|
36677
|
+
}
|
|
36678
|
+
|
|
36679
|
+
.ui.ui.ui.ui.ui.yellow.table {
|
|
36618
36680
|
border-top-left-radius: 0.28571429em;
|
|
36619
36681
|
border-top-right-radius: 0.28571429em;
|
|
36620
36682
|
}
|
|
36621
36683
|
|
|
36622
|
-
.ui.ui.ui.ui.
|
|
36684
|
+
.ui.ui.ui.ui.ui.yellow.table > thead > tr:first-child > th {
|
|
36623
36685
|
/* Colored header */
|
|
36624
|
-
|
|
36625
|
-
|
|
36626
|
-
|
|
36627
|
-
.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36628
|
-
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%);
|
|
36686
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), #f9fafb 80%), #f9fafb;
|
|
36687
|
+
background-size: auto 65px;
|
|
36688
|
+
background-repeat: no-repeat;
|
|
36629
36689
|
}
|
|
36630
36690
|
|
|
36631
36691
|
@media only screen and (max-width: 767.98px) {
|
|
36632
|
-
.ui.ui.ui.ui.
|
|
36692
|
+
.ui.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr:first-child {
|
|
36693
|
+
/* Colored header (stacked table) */
|
|
36694
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), transparent 80%), transparent;
|
|
36695
|
+
background-size: auto 65px;
|
|
36696
|
+
background-repeat: no-repeat;
|
|
36697
|
+
}
|
|
36698
|
+
|
|
36699
|
+
.ui.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36633
36700
|
background: none;
|
|
36634
36701
|
}
|
|
36635
36702
|
}
|
|
36636
36703
|
|
|
36637
|
-
|
|
36638
|
-
|
|
36639
|
-
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%);
|
|
36640
|
-
}
|
|
36704
|
+
.ui.olive.panel {
|
|
36705
|
+
border-top: 0.2em solid #a0b06c;
|
|
36641
36706
|
}
|
|
36642
36707
|
|
|
36643
|
-
.ui.
|
|
36708
|
+
.ui.olive.panel > .header {
|
|
36709
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
36710
|
+
background-size: auto 65px;
|
|
36711
|
+
background-repeat: no-repeat;
|
|
36712
|
+
}
|
|
36713
|
+
|
|
36714
|
+
.ui.ui.ui.ui.ui.olive.table {
|
|
36644
36715
|
border-top-left-radius: 0.28571429em;
|
|
36645
36716
|
border-top-right-radius: 0.28571429em;
|
|
36646
36717
|
}
|
|
36647
36718
|
|
|
36648
|
-
.ui.ui.ui.ui.
|
|
36719
|
+
.ui.ui.ui.ui.ui.olive.table > thead > tr:first-child > th {
|
|
36649
36720
|
/* Colored header */
|
|
36650
|
-
|
|
36651
|
-
|
|
36652
|
-
|
|
36653
|
-
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36654
|
-
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%);
|
|
36721
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
36722
|
+
background-size: auto 65px;
|
|
36723
|
+
background-repeat: no-repeat;
|
|
36655
36724
|
}
|
|
36656
36725
|
|
|
36657
36726
|
@media only screen and (max-width: 767.98px) {
|
|
36658
|
-
.ui.ui.ui.ui.
|
|
36727
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child {
|
|
36728
|
+
/* Colored header (stacked table) */
|
|
36729
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%), transparent;
|
|
36730
|
+
background-size: auto 65px;
|
|
36731
|
+
background-repeat: no-repeat;
|
|
36732
|
+
}
|
|
36733
|
+
|
|
36734
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36659
36735
|
background: none;
|
|
36660
36736
|
}
|
|
36661
36737
|
}
|
|
36662
36738
|
|
|
36663
|
-
|
|
36664
|
-
|
|
36665
|
-
|
|
36666
|
-
|
|
36739
|
+
.ui.green.panel {
|
|
36740
|
+
border-top: 0.2em solid #81b08c;
|
|
36741
|
+
}
|
|
36742
|
+
|
|
36743
|
+
.ui.green.panel > .header {
|
|
36744
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
36745
|
+
background-size: auto 65px;
|
|
36746
|
+
background-repeat: no-repeat;
|
|
36667
36747
|
}
|
|
36668
36748
|
|
|
36669
|
-
.ui.ui.ui.ui.
|
|
36749
|
+
.ui.ui.ui.ui.ui.green.table {
|
|
36670
36750
|
border-top-left-radius: 0.28571429em;
|
|
36671
36751
|
border-top-right-radius: 0.28571429em;
|
|
36672
36752
|
}
|
|
36673
36753
|
|
|
36674
|
-
.ui.ui.ui.ui.
|
|
36754
|
+
.ui.ui.ui.ui.ui.green.table > thead > tr:first-child > th {
|
|
36675
36755
|
/* Colored header */
|
|
36676
|
-
|
|
36677
|
-
|
|
36678
|
-
|
|
36679
|
-
.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36680
|
-
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), #f9fafb 80%);
|
|
36756
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
36757
|
+
background-size: auto 65px;
|
|
36758
|
+
background-repeat: no-repeat;
|
|
36681
36759
|
}
|
|
36682
36760
|
|
|
36683
36761
|
@media only screen and (max-width: 767.98px) {
|
|
36684
|
-
.ui.ui.ui.ui.
|
|
36762
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child {
|
|
36763
|
+
/* Colored header (stacked table) */
|
|
36764
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%), transparent;
|
|
36765
|
+
background-size: auto 65px;
|
|
36766
|
+
background-repeat: no-repeat;
|
|
36767
|
+
}
|
|
36768
|
+
|
|
36769
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36685
36770
|
background: none;
|
|
36686
36771
|
}
|
|
36687
36772
|
}
|
|
36688
36773
|
|
|
36689
|
-
|
|
36690
|
-
|
|
36691
|
-
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), transparent 80%);
|
|
36692
|
-
}
|
|
36774
|
+
.ui.teal.panel {
|
|
36775
|
+
border-top: 0.2em solid #7fb5c2;
|
|
36693
36776
|
}
|
|
36694
36777
|
|
|
36695
|
-
.ui.
|
|
36778
|
+
.ui.teal.panel > .header {
|
|
36779
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), #f9fafb 80%), #f9fafb;
|
|
36780
|
+
background-size: auto 65px;
|
|
36781
|
+
background-repeat: no-repeat;
|
|
36782
|
+
}
|
|
36783
|
+
|
|
36784
|
+
.ui.ui.ui.ui.ui.teal.table {
|
|
36696
36785
|
border-top-left-radius: 0.28571429em;
|
|
36697
36786
|
border-top-right-radius: 0.28571429em;
|
|
36698
36787
|
}
|
|
36699
36788
|
|
|
36700
|
-
.ui.ui.ui.ui.
|
|
36789
|
+
.ui.ui.ui.ui.ui.teal.table > thead > tr:first-child > th {
|
|
36701
36790
|
/* Colored header */
|
|
36702
|
-
|
|
36703
|
-
|
|
36704
|
-
|
|
36705
|
-
.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36706
|
-
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%);
|
|
36791
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), #f9fafb 80%), #f9fafb;
|
|
36792
|
+
background-size: auto 65px;
|
|
36793
|
+
background-repeat: no-repeat;
|
|
36707
36794
|
}
|
|
36708
36795
|
|
|
36709
36796
|
@media only screen and (max-width: 767.98px) {
|
|
36710
|
-
.ui.ui.ui.ui.
|
|
36797
|
+
.ui.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr:first-child {
|
|
36798
|
+
/* Colored header (stacked table) */
|
|
36799
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), transparent 80%), transparent;
|
|
36800
|
+
background-size: auto 65px;
|
|
36801
|
+
background-repeat: no-repeat;
|
|
36802
|
+
}
|
|
36803
|
+
|
|
36804
|
+
.ui.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36711
36805
|
background: none;
|
|
36712
36806
|
}
|
|
36713
36807
|
}
|
|
36714
36808
|
|
|
36715
|
-
|
|
36716
|
-
|
|
36717
|
-
|
|
36718
|
-
|
|
36809
|
+
.ui.blue.panel {
|
|
36810
|
+
border-top: 0.2em solid #007388;
|
|
36811
|
+
}
|
|
36812
|
+
|
|
36813
|
+
.ui.blue.panel > .header {
|
|
36814
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36815
|
+
background-size: auto 65px;
|
|
36816
|
+
background-repeat: no-repeat;
|
|
36719
36817
|
}
|
|
36720
36818
|
|
|
36721
|
-
.ui.ui.ui.ui.
|
|
36819
|
+
.ui.ui.ui.ui.ui.blue.table {
|
|
36722
36820
|
border-top-left-radius: 0.28571429em;
|
|
36723
36821
|
border-top-right-radius: 0.28571429em;
|
|
36724
36822
|
}
|
|
36725
36823
|
|
|
36726
|
-
.ui.ui.ui.ui.
|
|
36824
|
+
.ui.ui.ui.ui.ui.blue.table > thead > tr:first-child > th {
|
|
36727
36825
|
/* Colored header */
|
|
36728
|
-
|
|
36729
|
-
|
|
36730
|
-
|
|
36731
|
-
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36732
|
-
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%);
|
|
36826
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36827
|
+
background-size: auto 65px;
|
|
36828
|
+
background-repeat: no-repeat;
|
|
36733
36829
|
}
|
|
36734
36830
|
|
|
36735
36831
|
@media only screen and (max-width: 767.98px) {
|
|
36736
|
-
.ui.ui.ui.ui.
|
|
36832
|
+
.ui.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr:first-child {
|
|
36833
|
+
/* Colored header (stacked table) */
|
|
36834
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%), transparent;
|
|
36835
|
+
background-size: auto 65px;
|
|
36836
|
+
background-repeat: no-repeat;
|
|
36837
|
+
}
|
|
36838
|
+
|
|
36839
|
+
.ui.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36737
36840
|
background: none;
|
|
36738
36841
|
}
|
|
36739
36842
|
}
|
|
36740
36843
|
|
|
36741
|
-
|
|
36742
|
-
|
|
36743
|
-
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%);
|
|
36744
|
-
}
|
|
36844
|
+
.ui.violet.panel {
|
|
36845
|
+
border-top: 0.2em solid #9461ac;
|
|
36745
36846
|
}
|
|
36746
36847
|
|
|
36747
|
-
.ui.
|
|
36848
|
+
.ui.violet.panel > .header {
|
|
36849
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
36850
|
+
background-size: auto 65px;
|
|
36851
|
+
background-repeat: no-repeat;
|
|
36852
|
+
}
|
|
36853
|
+
|
|
36854
|
+
.ui.ui.ui.ui.ui.violet.table {
|
|
36748
36855
|
border-top-left-radius: 0.28571429em;
|
|
36749
36856
|
border-top-right-radius: 0.28571429em;
|
|
36750
36857
|
}
|
|
36751
36858
|
|
|
36752
|
-
.ui.ui.ui.ui.
|
|
36859
|
+
.ui.ui.ui.ui.ui.violet.table > thead > tr:first-child > th {
|
|
36753
36860
|
/* Colored header */
|
|
36754
|
-
|
|
36755
|
-
|
|
36756
|
-
|
|
36757
|
-
.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36758
|
-
background: linear-gradient(to bottom, rgba(175, 102, 144, 0.12), #f9fafb 80%);
|
|
36861
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
36862
|
+
background-size: auto 65px;
|
|
36863
|
+
background-repeat: no-repeat;
|
|
36759
36864
|
}
|
|
36760
36865
|
|
|
36761
36866
|
@media only screen and (max-width: 767.98px) {
|
|
36762
|
-
.ui.ui.ui.ui.
|
|
36867
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child {
|
|
36868
|
+
/* Colored header (stacked table) */
|
|
36869
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%), transparent;
|
|
36870
|
+
background-size: auto 65px;
|
|
36871
|
+
background-repeat: no-repeat;
|
|
36872
|
+
}
|
|
36873
|
+
|
|
36874
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36763
36875
|
background: none;
|
|
36764
36876
|
}
|
|
36765
36877
|
}
|
|
36766
36878
|
|
|
36767
|
-
|
|
36768
|
-
|
|
36769
|
-
background: linear-gradient(to bottom, rgba(175, 102, 144, 0.12), transparent 80%);
|
|
36770
|
-
}
|
|
36879
|
+
.ui.purple.panel {
|
|
36880
|
+
border-top: 0.2em solid #6667af;
|
|
36771
36881
|
}
|
|
36772
36882
|
|
|
36773
|
-
.ui.
|
|
36883
|
+
.ui.purple.panel > .header {
|
|
36884
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
36885
|
+
background-size: auto 65px;
|
|
36886
|
+
background-repeat: no-repeat;
|
|
36887
|
+
}
|
|
36888
|
+
|
|
36889
|
+
.ui.ui.ui.ui.ui.purple.table {
|
|
36774
36890
|
border-top-left-radius: 0.28571429em;
|
|
36775
36891
|
border-top-right-radius: 0.28571429em;
|
|
36776
36892
|
}
|
|
36777
36893
|
|
|
36778
|
-
.ui.ui.ui.ui.
|
|
36894
|
+
.ui.ui.ui.ui.ui.purple.table > thead > tr:first-child > th {
|
|
36779
36895
|
/* Colored header */
|
|
36780
|
-
|
|
36781
|
-
|
|
36782
|
-
|
|
36783
|
-
.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36784
|
-
background: linear-gradient(to bottom, rgba(224, 57, 151, 0.12), #f9fafb 80%);
|
|
36896
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
36897
|
+
background-size: auto 65px;
|
|
36898
|
+
background-repeat: no-repeat;
|
|
36785
36899
|
}
|
|
36786
36900
|
|
|
36787
36901
|
@media only screen and (max-width: 767.98px) {
|
|
36788
|
-
.ui.ui.ui.ui.
|
|
36902
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child {
|
|
36903
|
+
/* Colored header (stacked table) */
|
|
36904
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), transparent 80%), transparent;
|
|
36905
|
+
background-size: auto 65px;
|
|
36906
|
+
background-repeat: no-repeat;
|
|
36907
|
+
}
|
|
36908
|
+
|
|
36909
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36789
36910
|
background: none;
|
|
36790
36911
|
}
|
|
36791
36912
|
}
|
|
36792
36913
|
|
|
36793
|
-
|
|
36794
|
-
|
|
36795
|
-
background: linear-gradient(to bottom, rgba(224, 57, 151, 0.12), transparent 80%);
|
|
36796
|
-
}
|
|
36914
|
+
.ui.pink.panel {
|
|
36915
|
+
border-top: 0.2em solid #af6687;
|
|
36797
36916
|
}
|
|
36798
36917
|
|
|
36799
|
-
.ui.
|
|
36918
|
+
.ui.pink.panel > .header {
|
|
36919
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
36920
|
+
background-size: auto 65px;
|
|
36921
|
+
background-repeat: no-repeat;
|
|
36922
|
+
}
|
|
36923
|
+
|
|
36924
|
+
.ui.ui.ui.ui.ui.pink.table {
|
|
36800
36925
|
border-top-left-radius: 0.28571429em;
|
|
36801
36926
|
border-top-right-radius: 0.28571429em;
|
|
36802
36927
|
}
|
|
36803
36928
|
|
|
36804
|
-
.ui.ui.ui.ui.
|
|
36929
|
+
.ui.ui.ui.ui.ui.pink.table > thead > tr:first-child > th {
|
|
36805
36930
|
/* Colored header */
|
|
36806
|
-
|
|
36807
|
-
|
|
36808
|
-
|
|
36809
|
-
.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36810
|
-
background: linear-gradient(to bottom, rgba(175, 150, 102, 0.12), #f9fafb 80%);
|
|
36931
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
36932
|
+
background-size: auto 65px;
|
|
36933
|
+
background-repeat: no-repeat;
|
|
36811
36934
|
}
|
|
36812
36935
|
|
|
36813
36936
|
@media only screen and (max-width: 767.98px) {
|
|
36814
|
-
.ui.ui.ui.ui.
|
|
36937
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child {
|
|
36938
|
+
/* Colored header (stacked table) */
|
|
36939
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), transparent 80%), transparent;
|
|
36940
|
+
background-size: auto 65px;
|
|
36941
|
+
background-repeat: no-repeat;
|
|
36942
|
+
}
|
|
36943
|
+
|
|
36944
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36815
36945
|
background: none;
|
|
36816
36946
|
}
|
|
36817
36947
|
}
|
|
36818
36948
|
|
|
36819
|
-
|
|
36820
|
-
|
|
36821
|
-
background: linear-gradient(to bottom, rgba(175, 150, 102, 0.12), transparent 80%);
|
|
36822
|
-
}
|
|
36949
|
+
.ui.brown.panel {
|
|
36950
|
+
border-top: 0.2em solid #af9066;
|
|
36823
36951
|
}
|
|
36824
36952
|
|
|
36825
|
-
.ui.
|
|
36953
|
+
.ui.brown.panel > .header {
|
|
36954
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36955
|
+
background-size: auto 65px;
|
|
36956
|
+
background-repeat: no-repeat;
|
|
36957
|
+
}
|
|
36958
|
+
|
|
36959
|
+
.ui.ui.ui.ui.ui.brown.table {
|
|
36826
36960
|
border-top-left-radius: 0.28571429em;
|
|
36827
36961
|
border-top-right-radius: 0.28571429em;
|
|
36828
36962
|
}
|
|
36829
36963
|
|
|
36830
|
-
.ui.ui.ui.ui.
|
|
36964
|
+
.ui.ui.ui.ui.ui.brown.table > thead > tr:first-child > th {
|
|
36831
36965
|
/* Colored header */
|
|
36832
|
-
|
|
36833
|
-
|
|
36834
|
-
|
|
36835
|
-
.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36836
|
-
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), #f9fafb 80%);
|
|
36966
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36967
|
+
background-size: auto 65px;
|
|
36968
|
+
background-repeat: no-repeat;
|
|
36837
36969
|
}
|
|
36838
36970
|
|
|
36839
36971
|
@media only screen and (max-width: 767.98px) {
|
|
36840
|
-
.ui.ui.ui.ui.
|
|
36972
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child {
|
|
36973
|
+
/* Colored header (stacked table) */
|
|
36974
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), transparent 80%), transparent;
|
|
36975
|
+
background-size: auto 65px;
|
|
36976
|
+
background-repeat: no-repeat;
|
|
36977
|
+
}
|
|
36978
|
+
|
|
36979
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36841
36980
|
background: none;
|
|
36842
36981
|
}
|
|
36843
36982
|
}
|
|
36844
36983
|
|
|
36845
|
-
|
|
36846
|
-
|
|
36847
|
-
|
|
36848
|
-
|
|
36984
|
+
.ui.grey.panel {
|
|
36985
|
+
border-top: 0.2em solid #a3b3c0;
|
|
36986
|
+
}
|
|
36987
|
+
|
|
36988
|
+
.ui.grey.panel > .header {
|
|
36989
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), #f9fafb 80%), #f9fafb;
|
|
36990
|
+
background-size: auto 65px;
|
|
36991
|
+
background-repeat: no-repeat;
|
|
36849
36992
|
}
|
|
36850
36993
|
|
|
36851
|
-
.ui.ui.ui.ui.
|
|
36994
|
+
.ui.ui.ui.ui.ui.grey.table {
|
|
36852
36995
|
border-top-left-radius: 0.28571429em;
|
|
36853
36996
|
border-top-right-radius: 0.28571429em;
|
|
36854
36997
|
}
|
|
36855
36998
|
|
|
36856
|
-
.ui.ui.ui.ui.
|
|
36999
|
+
.ui.ui.ui.ui.ui.grey.table > thead > tr:first-child > th {
|
|
36857
37000
|
/* Colored header */
|
|
36858
|
-
|
|
36859
|
-
|
|
36860
|
-
|
|
36861
|
-
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36862
|
-
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), #f9fafb 80%);
|
|
37001
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), #f9fafb 80%), #f9fafb;
|
|
37002
|
+
background-size: auto 65px;
|
|
37003
|
+
background-repeat: no-repeat;
|
|
36863
37004
|
}
|
|
36864
37005
|
|
|
36865
37006
|
@media only screen and (max-width: 767.98px) {
|
|
36866
|
-
.ui.ui.ui.ui.
|
|
37007
|
+
.ui.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr:first-child {
|
|
37008
|
+
/* Colored header (stacked table) */
|
|
37009
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), transparent 80%), transparent;
|
|
37010
|
+
background-size: auto 65px;
|
|
37011
|
+
background-repeat: no-repeat;
|
|
37012
|
+
}
|
|
37013
|
+
|
|
37014
|
+
.ui.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36867
37015
|
background: none;
|
|
36868
37016
|
}
|
|
36869
37017
|
}
|
|
36870
37018
|
|
|
37019
|
+
.ui.black.panel {
|
|
37020
|
+
border-top: 0.2em solid #1b1c1d;
|
|
37021
|
+
}
|
|
37022
|
+
|
|
37023
|
+
.ui.black.panel > .header {
|
|
37024
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), #f9fafb 80%), #f9fafb;
|
|
37025
|
+
background-size: auto 65px;
|
|
37026
|
+
background-repeat: no-repeat;
|
|
37027
|
+
}
|
|
37028
|
+
|
|
37029
|
+
.ui.ui.ui.ui.ui.black.table {
|
|
37030
|
+
border-top-left-radius: 0.28571429em;
|
|
37031
|
+
border-top-right-radius: 0.28571429em;
|
|
37032
|
+
}
|
|
37033
|
+
|
|
37034
|
+
.ui.ui.ui.ui.ui.black.table > thead > tr:first-child > th {
|
|
37035
|
+
/* Colored header */
|
|
37036
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), #f9fafb 80%), #f9fafb;
|
|
37037
|
+
background-size: auto 65px;
|
|
37038
|
+
background-repeat: no-repeat;
|
|
37039
|
+
}
|
|
37040
|
+
|
|
36871
37041
|
@media only screen and (max-width: 767.98px) {
|
|
36872
|
-
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr
|
|
36873
|
-
|
|
37042
|
+
.ui.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr:first-child {
|
|
37043
|
+
/* Colored header (stacked table) */
|
|
37044
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), transparent 80%), transparent;
|
|
37045
|
+
background-size: auto 65px;
|
|
37046
|
+
background-repeat: no-repeat;
|
|
37047
|
+
}
|
|
37048
|
+
|
|
37049
|
+
.ui.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr:first-child > th {
|
|
37050
|
+
background: none;
|
|
36874
37051
|
}
|
|
36875
37052
|
}
|
|
36876
37053
|
/*!
|
|
@@ -37722,7 +37899,7 @@ a.ui.basic.inverted.red.card:hover,
|
|
|
37722
37899
|
.ui.orange.cards > .card,
|
|
37723
37900
|
.ui.cards > .orange.card,
|
|
37724
37901
|
.ui.orange.card {
|
|
37725
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
37902
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #af6a66, 0 1px 3px 0 #d4d4d5;
|
|
37726
37903
|
}
|
|
37727
37904
|
|
|
37728
37905
|
.ui.cards a.orange.card:hover,
|
|
@@ -37731,7 +37908,7 @@ a.ui.basic.inverted.red.card:hover,
|
|
|
37731
37908
|
.ui.link.cards .orange.card:not(.icon):hover,
|
|
37732
37909
|
a.ui.orange.card:hover,
|
|
37733
37910
|
.ui.link.orange.card:hover {
|
|
37734
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
37911
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a95752, 0 1px 3px 0 #bcbdbd;
|
|
37735
37912
|
}
|
|
37736
37913
|
|
|
37737
37914
|
.ui.cards > .basic.orange.card,
|
|
@@ -37771,7 +37948,7 @@ a.ui.inverted.orange.card:hover,
|
|
|
37771
37948
|
.ui.basic.inverted.orange.cards > .card,
|
|
37772
37949
|
.ui.basic.inverted.cards > .orange.card,
|
|
37773
37950
|
.ui.basic.inverted.orange.card {
|
|
37774
|
-
background: #
|
|
37951
|
+
background: #af6a66;
|
|
37775
37952
|
}
|
|
37776
37953
|
|
|
37777
37954
|
.ui.inverted.cards a.basic.orange.card:hover,
|
|
@@ -37782,7 +37959,7 @@ a.ui.inverted.orange.card:hover,
|
|
|
37782
37959
|
.ui.link.basic.inverted.cards .orange.card:not(.icon):hover,
|
|
37783
37960
|
a.ui.basic.inverted.orange.card:hover,
|
|
37784
37961
|
.ui.link.basic.inverted.orange.card:hover {
|
|
37785
|
-
background: #
|
|
37962
|
+
background: #a95752;
|
|
37786
37963
|
}
|
|
37787
37964
|
|
|
37788
37965
|
.ui.yellow.cards > .card,
|
|
@@ -38184,7 +38361,7 @@ a.ui.basic.inverted.violet.card:hover,
|
|
|
38184
38361
|
.ui.purple.cards > .card,
|
|
38185
38362
|
.ui.cards > .purple.card,
|
|
38186
38363
|
.ui.purple.card {
|
|
38187
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38364
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #6667af, 0 1px 3px 0 #d4d4d5;
|
|
38188
38365
|
}
|
|
38189
38366
|
|
|
38190
38367
|
.ui.cards a.purple.card:hover,
|
|
@@ -38193,7 +38370,7 @@ a.ui.basic.inverted.violet.card:hover,
|
|
|
38193
38370
|
.ui.link.cards .purple.card:not(.icon):hover,
|
|
38194
38371
|
a.ui.purple.card:hover,
|
|
38195
38372
|
.ui.link.purple.card:hover {
|
|
38196
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38373
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #5254a9, 0 1px 3px 0 #bcbdbd;
|
|
38197
38374
|
}
|
|
38198
38375
|
|
|
38199
38376
|
.ui.cards > .basic.purple.card,
|
|
@@ -38233,7 +38410,7 @@ a.ui.inverted.purple.card:hover,
|
|
|
38233
38410
|
.ui.basic.inverted.purple.cards > .card,
|
|
38234
38411
|
.ui.basic.inverted.cards > .purple.card,
|
|
38235
38412
|
.ui.basic.inverted.purple.card {
|
|
38236
|
-
background: #
|
|
38413
|
+
background: #6667af;
|
|
38237
38414
|
}
|
|
38238
38415
|
|
|
38239
38416
|
.ui.inverted.cards a.basic.purple.card:hover,
|
|
@@ -38244,13 +38421,13 @@ a.ui.inverted.purple.card:hover,
|
|
|
38244
38421
|
.ui.link.basic.inverted.cards .purple.card:not(.icon):hover,
|
|
38245
38422
|
a.ui.basic.inverted.purple.card:hover,
|
|
38246
38423
|
.ui.link.basic.inverted.purple.card:hover {
|
|
38247
|
-
background: #
|
|
38424
|
+
background: #5254a9;
|
|
38248
38425
|
}
|
|
38249
38426
|
|
|
38250
38427
|
.ui.pink.cards > .card,
|
|
38251
38428
|
.ui.cards > .pink.card,
|
|
38252
38429
|
.ui.pink.card {
|
|
38253
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38430
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #af6687, 0 1px 3px 0 #d4d4d5;
|
|
38254
38431
|
}
|
|
38255
38432
|
|
|
38256
38433
|
.ui.cards a.pink.card:hover,
|
|
@@ -38259,7 +38436,7 @@ a.ui.basic.inverted.purple.card:hover,
|
|
|
38259
38436
|
.ui.link.cards .pink.card:not(.icon):hover,
|
|
38260
38437
|
a.ui.pink.card:hover,
|
|
38261
38438
|
.ui.link.pink.card:hover {
|
|
38262
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38439
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a9527a, 0 1px 3px 0 #bcbdbd;
|
|
38263
38440
|
}
|
|
38264
38441
|
|
|
38265
38442
|
.ui.cards > .basic.pink.card,
|
|
@@ -38299,7 +38476,7 @@ a.ui.inverted.pink.card:hover,
|
|
|
38299
38476
|
.ui.basic.inverted.pink.cards > .card,
|
|
38300
38477
|
.ui.basic.inverted.cards > .pink.card,
|
|
38301
38478
|
.ui.basic.inverted.pink.card {
|
|
38302
|
-
background: #
|
|
38479
|
+
background: #af6687;
|
|
38303
38480
|
}
|
|
38304
38481
|
|
|
38305
38482
|
.ui.inverted.cards a.basic.pink.card:hover,
|
|
@@ -38310,13 +38487,13 @@ a.ui.inverted.pink.card:hover,
|
|
|
38310
38487
|
.ui.link.basic.inverted.cards .pink.card:not(.icon):hover,
|
|
38311
38488
|
a.ui.basic.inverted.pink.card:hover,
|
|
38312
38489
|
.ui.link.basic.inverted.pink.card:hover {
|
|
38313
|
-
background: #
|
|
38490
|
+
background: #a9527a;
|
|
38314
38491
|
}
|
|
38315
38492
|
|
|
38316
38493
|
.ui.brown.cards > .card,
|
|
38317
38494
|
.ui.cards > .brown.card,
|
|
38318
38495
|
.ui.brown.card {
|
|
38319
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38496
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #af9066, 0 1px 3px 0 #d4d4d5;
|
|
38320
38497
|
}
|
|
38321
38498
|
|
|
38322
38499
|
.ui.cards a.brown.card:hover,
|
|
@@ -38325,7 +38502,7 @@ a.ui.basic.inverted.pink.card:hover,
|
|
|
38325
38502
|
.ui.link.cards .brown.card:not(.icon):hover,
|
|
38326
38503
|
a.ui.brown.card:hover,
|
|
38327
38504
|
.ui.link.brown.card:hover {
|
|
38328
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38505
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a98452, 0 1px 3px 0 #bcbdbd;
|
|
38329
38506
|
}
|
|
38330
38507
|
|
|
38331
38508
|
.ui.cards > .basic.brown.card,
|
|
@@ -38365,7 +38542,7 @@ a.ui.inverted.brown.card:hover,
|
|
|
38365
38542
|
.ui.basic.inverted.brown.cards > .card,
|
|
38366
38543
|
.ui.basic.inverted.cards > .brown.card,
|
|
38367
38544
|
.ui.basic.inverted.brown.card {
|
|
38368
|
-
background: #
|
|
38545
|
+
background: #af9066;
|
|
38369
38546
|
}
|
|
38370
38547
|
|
|
38371
38548
|
.ui.inverted.cards a.basic.brown.card:hover,
|
|
@@ -38376,7 +38553,7 @@ a.ui.inverted.brown.card:hover,
|
|
|
38376
38553
|
.ui.link.basic.inverted.cards .brown.card:not(.icon):hover,
|
|
38377
38554
|
a.ui.basic.inverted.brown.card:hover,
|
|
38378
38555
|
.ui.link.basic.inverted.brown.card:hover {
|
|
38379
|
-
background: #
|
|
38556
|
+
background: #a98452;
|
|
38380
38557
|
}
|
|
38381
38558
|
|
|
38382
38559
|
.ui.grey.cards > .card,
|
|
@@ -39596,12 +39773,12 @@ a.inverted.ui.card:hover,
|
|
|
39596
39773
|
|
|
39597
39774
|
.ui.ui.feed > .event > .orange.label::before,
|
|
39598
39775
|
.ui.orange.feed > .event > .label::before {
|
|
39599
|
-
background: #
|
|
39776
|
+
background: #af6a66;
|
|
39600
39777
|
}
|
|
39601
39778
|
|
|
39602
39779
|
.ui.orange.connected.feed > .event::before,
|
|
39603
39780
|
.ui.connected.feed > .orange.event::before {
|
|
39604
|
-
border-color: #
|
|
39781
|
+
border-color: #af6a66;
|
|
39605
39782
|
}
|
|
39606
39783
|
|
|
39607
39784
|
.ui.inverted.orange.connected.feed > .event::before,
|
|
@@ -39611,7 +39788,7 @@ a.inverted.ui.card:hover,
|
|
|
39611
39788
|
|
|
39612
39789
|
.ui.ui.feed > .event > .orange.basic.label::before,
|
|
39613
39790
|
.ui.orange.basic.feed > .event > .label::before {
|
|
39614
|
-
color: #
|
|
39791
|
+
color: #af6a66;
|
|
39615
39792
|
}
|
|
39616
39793
|
|
|
39617
39794
|
.ui.feed > .event > .inverted.orange.label::before,
|
|
@@ -39806,12 +39983,12 @@ a.inverted.ui.card:hover,
|
|
|
39806
39983
|
|
|
39807
39984
|
.ui.ui.feed > .event > .purple.label::before,
|
|
39808
39985
|
.ui.purple.feed > .event > .label::before {
|
|
39809
|
-
background: #
|
|
39986
|
+
background: #6667af;
|
|
39810
39987
|
}
|
|
39811
39988
|
|
|
39812
39989
|
.ui.purple.connected.feed > .event::before,
|
|
39813
39990
|
.ui.connected.feed > .purple.event::before {
|
|
39814
|
-
border-color: #
|
|
39991
|
+
border-color: #6667af;
|
|
39815
39992
|
}
|
|
39816
39993
|
|
|
39817
39994
|
.ui.inverted.purple.connected.feed > .event::before,
|
|
@@ -39821,7 +39998,7 @@ a.inverted.ui.card:hover,
|
|
|
39821
39998
|
|
|
39822
39999
|
.ui.ui.feed > .event > .purple.basic.label::before,
|
|
39823
40000
|
.ui.purple.basic.feed > .event > .label::before {
|
|
39824
|
-
color: #
|
|
40001
|
+
color: #6667af;
|
|
39825
40002
|
}
|
|
39826
40003
|
|
|
39827
40004
|
.ui.feed > .event > .inverted.purple.label::before,
|
|
@@ -39836,12 +40013,12 @@ a.inverted.ui.card:hover,
|
|
|
39836
40013
|
|
|
39837
40014
|
.ui.ui.feed > .event > .pink.label::before,
|
|
39838
40015
|
.ui.pink.feed > .event > .label::before {
|
|
39839
|
-
background: #
|
|
40016
|
+
background: #af6687;
|
|
39840
40017
|
}
|
|
39841
40018
|
|
|
39842
40019
|
.ui.pink.connected.feed > .event::before,
|
|
39843
40020
|
.ui.connected.feed > .pink.event::before {
|
|
39844
|
-
border-color: #
|
|
40021
|
+
border-color: #af6687;
|
|
39845
40022
|
}
|
|
39846
40023
|
|
|
39847
40024
|
.ui.inverted.pink.connected.feed > .event::before,
|
|
@@ -39851,7 +40028,7 @@ a.inverted.ui.card:hover,
|
|
|
39851
40028
|
|
|
39852
40029
|
.ui.ui.feed > .event > .pink.basic.label::before,
|
|
39853
40030
|
.ui.pink.basic.feed > .event > .label::before {
|
|
39854
|
-
color: #
|
|
40031
|
+
color: #af6687;
|
|
39855
40032
|
}
|
|
39856
40033
|
|
|
39857
40034
|
.ui.feed > .event > .inverted.pink.label::before,
|
|
@@ -39866,12 +40043,12 @@ a.inverted.ui.card:hover,
|
|
|
39866
40043
|
|
|
39867
40044
|
.ui.ui.feed > .event > .brown.label::before,
|
|
39868
40045
|
.ui.brown.feed > .event > .label::before {
|
|
39869
|
-
background: #
|
|
40046
|
+
background: #af9066;
|
|
39870
40047
|
}
|
|
39871
40048
|
|
|
39872
40049
|
.ui.brown.connected.feed > .event::before,
|
|
39873
40050
|
.ui.connected.feed > .brown.event::before {
|
|
39874
|
-
border-color: #
|
|
40051
|
+
border-color: #af9066;
|
|
39875
40052
|
}
|
|
39876
40053
|
|
|
39877
40054
|
.ui.inverted.brown.connected.feed > .event::before,
|
|
@@ -39881,7 +40058,7 @@ a.inverted.ui.card:hover,
|
|
|
39881
40058
|
|
|
39882
40059
|
.ui.ui.feed > .event > .brown.basic.label::before,
|
|
39883
40060
|
.ui.brown.basic.feed > .event > .label::before {
|
|
39884
|
-
color: #
|
|
40061
|
+
color: #af9066;
|
|
39885
40062
|
}
|
|
39886
40063
|
|
|
39887
40064
|
.ui.feed > .event > .inverted.brown.label::before,
|
|
@@ -40958,7 +41135,7 @@ a.inverted.ui.card:hover,
|
|
|
40958
41135
|
.ui.orange.statistics .statistic > .value,
|
|
40959
41136
|
.ui.statistics .orange.statistic > .value,
|
|
40960
41137
|
.ui.orange.statistic > .value {
|
|
40961
|
-
color: #
|
|
41138
|
+
color: #af6a66;
|
|
40962
41139
|
}
|
|
40963
41140
|
|
|
40964
41141
|
.ui.inverted.orange.statistics .statistic > .value,
|
|
@@ -41042,7 +41219,7 @@ a.inverted.ui.card:hover,
|
|
|
41042
41219
|
.ui.purple.statistics .statistic > .value,
|
|
41043
41220
|
.ui.statistics .purple.statistic > .value,
|
|
41044
41221
|
.ui.purple.statistic > .value {
|
|
41045
|
-
color: #
|
|
41222
|
+
color: #6667af;
|
|
41046
41223
|
}
|
|
41047
41224
|
|
|
41048
41225
|
.ui.inverted.purple.statistics .statistic > .value,
|
|
@@ -41054,7 +41231,7 @@ a.inverted.ui.card:hover,
|
|
|
41054
41231
|
.ui.pink.statistics .statistic > .value,
|
|
41055
41232
|
.ui.statistics .pink.statistic > .value,
|
|
41056
41233
|
.ui.pink.statistic > .value {
|
|
41057
|
-
color: #
|
|
41234
|
+
color: #af6687;
|
|
41058
41235
|
}
|
|
41059
41236
|
|
|
41060
41237
|
.ui.inverted.pink.statistics .statistic > .value,
|
|
@@ -41066,7 +41243,7 @@ a.inverted.ui.card:hover,
|
|
|
41066
41243
|
.ui.brown.statistics .statistic > .value,
|
|
41067
41244
|
.ui.statistics .brown.statistic > .value,
|
|
41068
41245
|
.ui.brown.statistic > .value {
|
|
41069
|
-
color: #
|
|
41246
|
+
color: #af9066;
|
|
41070
41247
|
}
|
|
41071
41248
|
|
|
41072
41249
|
.ui.inverted.brown.statistics .statistic > .value,
|
|
@@ -41674,6 +41851,60 @@ a.inverted.ui.card:hover,
|
|
|
41674
41851
|
/*******************************
|
|
41675
41852
|
User Overrides
|
|
41676
41853
|
*******************************/
|
|
41854
|
+
|
|
41855
|
+
.plain-accordion {
|
|
41856
|
+
max-width: 100%;
|
|
41857
|
+
}
|
|
41858
|
+
|
|
41859
|
+
.plain-accordion .title {
|
|
41860
|
+
cursor: pointer;
|
|
41861
|
+
}
|
|
41862
|
+
|
|
41863
|
+
/* Dropdown Icon */
|
|
41864
|
+
|
|
41865
|
+
.plain-accordion .title > .dropdown.icon {
|
|
41866
|
+
font-family: Accordion;
|
|
41867
|
+
line-height: 1;
|
|
41868
|
+
backface-visibility: hidden;
|
|
41869
|
+
font-weight: normal;
|
|
41870
|
+
font-style: normal;
|
|
41871
|
+
text-align: center;
|
|
41872
|
+
}
|
|
41873
|
+
|
|
41874
|
+
.plain-accordion .title > .dropdown.icon::before {
|
|
41875
|
+
content: "\f0da"
|
|
41876
|
+
;
|
|
41877
|
+
}
|
|
41878
|
+
|
|
41879
|
+
.plain-accordion .title > .dropdown.icon {
|
|
41880
|
+
display: inline-block;
|
|
41881
|
+
float: none;
|
|
41882
|
+
opacity: 1;
|
|
41883
|
+
width: 1.25em;
|
|
41884
|
+
height: 1em;
|
|
41885
|
+
margin: 0 0.25rem 0 0;
|
|
41886
|
+
padding: 0;
|
|
41887
|
+
font-size: 1em;
|
|
41888
|
+
transition: transform 0.1s ease, opacity 0.1s ease;
|
|
41889
|
+
vertical-align: baseline;
|
|
41890
|
+
transform: none;
|
|
41891
|
+
}
|
|
41892
|
+
|
|
41893
|
+
.plain-accordion .title > .dropdown.icon.right {
|
|
41894
|
+
float: right;
|
|
41895
|
+
transform: rotate(180deg);
|
|
41896
|
+
}
|
|
41897
|
+
|
|
41898
|
+
/* States */
|
|
41899
|
+
|
|
41900
|
+
.plain-accordion[open] .title > .dropdown.icon,
|
|
41901
|
+
.plain-accordion .active.title > .dropdown.icon {
|
|
41902
|
+
transform: rotate(90deg);
|
|
41903
|
+
}
|
|
41904
|
+
|
|
41905
|
+
.plain-accordion .title ~ .content:not(.active) {
|
|
41906
|
+
display: none;
|
|
41907
|
+
}
|
|
41677
41908
|
/*!
|
|
41678
41909
|
* # Fomantic-UI 2.9.4 - Calendar
|
|
41679
41910
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -45863,7 +46094,7 @@ select.ui.dropdown {
|
|
|
45863
46094
|
display: block;
|
|
45864
46095
|
width: 100%;
|
|
45865
46096
|
font-size: 1em;
|
|
45866
|
-
line-height: 1.
|
|
46097
|
+
line-height: 1.4285em;
|
|
45867
46098
|
padding: 1.5rem;
|
|
45868
46099
|
background: #fff;
|
|
45869
46100
|
}
|
|
@@ -45928,7 +46159,7 @@ select.ui.dropdown {
|
|
|
45928
46159
|
|
|
45929
46160
|
.ui.modal > .actions {
|
|
45930
46161
|
background: #f9fafb;
|
|
45931
|
-
padding:
|
|
46162
|
+
padding: 1.5rem;
|
|
45932
46163
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
45933
46164
|
text-align: right;
|
|
45934
46165
|
}
|
|
@@ -46652,6 +46883,14 @@ select.ui.dropdown {
|
|
|
46652
46883
|
/*******************************
|
|
46653
46884
|
Site Overrides
|
|
46654
46885
|
*******************************/
|
|
46886
|
+
|
|
46887
|
+
.ui.modal > .actions > .ui.button {
|
|
46888
|
+
margin-inline: 1rem 0;
|
|
46889
|
+
}
|
|
46890
|
+
|
|
46891
|
+
.ui.modal > .left.actions > .ui.button {
|
|
46892
|
+
margin-inline: 0 1rem;
|
|
46893
|
+
}
|
|
46655
46894
|
/*!
|
|
46656
46895
|
* # Fomantic-UI 2.9.4 - Popup
|
|
46657
46896
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -47555,14 +47794,14 @@ select.ui.dropdown {
|
|
|
47555
47794
|
.ui.orange.popup,
|
|
47556
47795
|
[data-tooltip][data-variation~="orange"]::after,
|
|
47557
47796
|
[data-tooltip][data-variation~="orange"]::before {
|
|
47558
|
-
background: #
|
|
47797
|
+
background: #af6a66;
|
|
47559
47798
|
color: #fff;
|
|
47560
47799
|
border: none;
|
|
47561
47800
|
}
|
|
47562
47801
|
|
|
47563
47802
|
.ui.ui.ui.orange.loading.popup::before,
|
|
47564
47803
|
.ui.orange.loading.popup {
|
|
47565
|
-
background: #
|
|
47804
|
+
background: #e4ccca;
|
|
47566
47805
|
}
|
|
47567
47806
|
|
|
47568
47807
|
.ui.ui.ui.orange.popup::before,
|
|
@@ -47779,14 +48018,14 @@ select.ui.dropdown {
|
|
|
47779
48018
|
.ui.purple.popup,
|
|
47780
48019
|
[data-tooltip][data-variation~="purple"]::after,
|
|
47781
48020
|
[data-tooltip][data-variation~="purple"]::before {
|
|
47782
|
-
background: #
|
|
48021
|
+
background: #6667af;
|
|
47783
48022
|
color: #fff;
|
|
47784
48023
|
border: none;
|
|
47785
48024
|
}
|
|
47786
48025
|
|
|
47787
48026
|
.ui.ui.ui.purple.loading.popup::before,
|
|
47788
48027
|
.ui.purple.loading.popup {
|
|
47789
|
-
background: #
|
|
48028
|
+
background: #cacbe4;
|
|
47790
48029
|
}
|
|
47791
48030
|
|
|
47792
48031
|
.ui.ui.ui.purple.popup::before,
|
|
@@ -47811,14 +48050,14 @@ select.ui.dropdown {
|
|
|
47811
48050
|
.ui.pink.popup,
|
|
47812
48051
|
[data-tooltip][data-variation~="pink"]::after,
|
|
47813
48052
|
[data-tooltip][data-variation~="pink"]::before {
|
|
47814
|
-
background: #
|
|
48053
|
+
background: #af6687;
|
|
47815
48054
|
color: #fff;
|
|
47816
48055
|
border: none;
|
|
47817
48056
|
}
|
|
47818
48057
|
|
|
47819
48058
|
.ui.ui.ui.pink.loading.popup::before,
|
|
47820
48059
|
.ui.pink.loading.popup {
|
|
47821
|
-
background: #
|
|
48060
|
+
background: #e4cad6;
|
|
47822
48061
|
}
|
|
47823
48062
|
|
|
47824
48063
|
.ui.ui.ui.pink.popup::before,
|
|
@@ -47843,14 +48082,14 @@ select.ui.dropdown {
|
|
|
47843
48082
|
.ui.brown.popup,
|
|
47844
48083
|
[data-tooltip][data-variation~="brown"]::after,
|
|
47845
48084
|
[data-tooltip][data-variation~="brown"]::before {
|
|
47846
|
-
background: #
|
|
48085
|
+
background: #af9066;
|
|
47847
48086
|
color: #fff;
|
|
47848
48087
|
border: none;
|
|
47849
48088
|
}
|
|
47850
48089
|
|
|
47851
48090
|
.ui.ui.ui.brown.loading.popup::before,
|
|
47852
48091
|
.ui.brown.loading.popup {
|
|
47853
|
-
background: #
|
|
48092
|
+
background: #e4d9ca;
|
|
47854
48093
|
}
|
|
47855
48094
|
|
|
47856
48095
|
.ui.ui.ui.brown.popup::before,
|
|
@@ -48711,6 +48950,965 @@ select.ui.dropdown {
|
|
|
48711
48950
|
/*******************************
|
|
48712
48951
|
User Overrides
|
|
48713
48952
|
*******************************/
|
|
48953
|
+
/*!
|
|
48954
|
+
* # Fomantic-UI 2.9.4 - Toast
|
|
48955
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
48956
|
+
*
|
|
48957
|
+
*
|
|
48958
|
+
* Released under the MIT license
|
|
48959
|
+
* https://opensource.org/licenses/MIT
|
|
48960
|
+
*
|
|
48961
|
+
*/
|
|
48962
|
+
|
|
48963
|
+
/*******************************
|
|
48964
|
+
Toast container
|
|
48965
|
+
*******************************/
|
|
48966
|
+
|
|
48967
|
+
.ui.toast-container {
|
|
48968
|
+
position: fixed;
|
|
48969
|
+
z-index: 9999;
|
|
48970
|
+
}
|
|
48971
|
+
|
|
48972
|
+
.ui.toast-container.absolute {
|
|
48973
|
+
position: absolute;
|
|
48974
|
+
}
|
|
48975
|
+
|
|
48976
|
+
.ui.toast-container.ui.attached {
|
|
48977
|
+
width: 100%;
|
|
48978
|
+
left: 0;
|
|
48979
|
+
}
|
|
48980
|
+
|
|
48981
|
+
.ui.toast-container.ui.attached .vertical.attached {
|
|
48982
|
+
border-radius: 0;
|
|
48983
|
+
}
|
|
48984
|
+
|
|
48985
|
+
.ui.toast-container.ui.attached.ui.ui .attached.actions .button {
|
|
48986
|
+
border-radius: 0;
|
|
48987
|
+
}
|
|
48988
|
+
|
|
48989
|
+
.ui.toast-container.ui.attached .toast-box {
|
|
48990
|
+
margin: 0;
|
|
48991
|
+
width: 100%;
|
|
48992
|
+
border-radius: 0;
|
|
48993
|
+
}
|
|
48994
|
+
|
|
48995
|
+
.ui.toast-container.ui.attached .toast-box > .ui.toast,
|
|
48996
|
+
.ui.toast-container.ui.attached .toast-box > .ui.message {
|
|
48997
|
+
margin-left: 0;
|
|
48998
|
+
}
|
|
48999
|
+
|
|
49000
|
+
.ui.toast-container.ui.attached .toast-box.floating,
|
|
49001
|
+
.ui.toast-container.ui.attached .toast-box.hoverfloating:hover {
|
|
49002
|
+
border: none;
|
|
49003
|
+
}
|
|
49004
|
+
|
|
49005
|
+
.ui.toast-container.ui.attached .toast-box > .vertical > .content {
|
|
49006
|
+
flex: 1;
|
|
49007
|
+
}
|
|
49008
|
+
|
|
49009
|
+
.ui.toast-container.ui.attached .toast-box > * {
|
|
49010
|
+
width: 100%;
|
|
49011
|
+
border-radius: 0;
|
|
49012
|
+
}
|
|
49013
|
+
|
|
49014
|
+
.ui.toast-container.ui.attached .toast-box > * > .vertical:not(.actions) {
|
|
49015
|
+
flex: 1;
|
|
49016
|
+
}
|
|
49017
|
+
|
|
49018
|
+
.ui.toast-container.ui.attached .toast-box > .attached.actions {
|
|
49019
|
+
margin-right: 1px;
|
|
49020
|
+
}
|
|
49021
|
+
|
|
49022
|
+
.ui.toast-container.ui.attached.top {
|
|
49023
|
+
top: 0;
|
|
49024
|
+
}
|
|
49025
|
+
|
|
49026
|
+
.ui.toast-container.ui.attached.bottom {
|
|
49027
|
+
bottom: 0;
|
|
49028
|
+
}
|
|
49029
|
+
|
|
49030
|
+
.ui.toast-container.top.right {
|
|
49031
|
+
top: 0.85714286em;
|
|
49032
|
+
right: 0.85714286em;
|
|
49033
|
+
margin-left: 0.85714286em;
|
|
49034
|
+
}
|
|
49035
|
+
|
|
49036
|
+
.ui.toast-container.top.left {
|
|
49037
|
+
top: 0.85714286em;
|
|
49038
|
+
left: 0.85714286em;
|
|
49039
|
+
margin-right: 0.85714286em;
|
|
49040
|
+
}
|
|
49041
|
+
|
|
49042
|
+
.ui.toast-container.top.center {
|
|
49043
|
+
left: 50%;
|
|
49044
|
+
transform: translate(-50%, 0);
|
|
49045
|
+
top: 0.85714286em;
|
|
49046
|
+
}
|
|
49047
|
+
|
|
49048
|
+
.ui.toast-container.bottom.right {
|
|
49049
|
+
bottom: 0.85714286em;
|
|
49050
|
+
right: 0.85714286em;
|
|
49051
|
+
margin-left: 0.85714286em;
|
|
49052
|
+
}
|
|
49053
|
+
|
|
49054
|
+
.ui.toast-container.bottom.left {
|
|
49055
|
+
bottom: 0.85714286em;
|
|
49056
|
+
left: 0.85714286em;
|
|
49057
|
+
margin-right: 0.85714286em;
|
|
49058
|
+
}
|
|
49059
|
+
|
|
49060
|
+
.ui.toast-container.bottom.center {
|
|
49061
|
+
left: 50%;
|
|
49062
|
+
transform: translate(-50%, 0);
|
|
49063
|
+
bottom: 0.85714286em;
|
|
49064
|
+
}
|
|
49065
|
+
|
|
49066
|
+
.ui.toast-container.centered {
|
|
49067
|
+
transform: translate(-50%, -50%);
|
|
49068
|
+
top: 50%;
|
|
49069
|
+
left: 50%;
|
|
49070
|
+
}
|
|
49071
|
+
|
|
49072
|
+
.ui.toast-container .visible.toast-box,
|
|
49073
|
+
.ui.toast-container .animating.toast-box,
|
|
49074
|
+
.ui.toast-container .toast-box {
|
|
49075
|
+
display: table !important;
|
|
49076
|
+
}
|
|
49077
|
+
|
|
49078
|
+
.ui.toast-container.horizontal {
|
|
49079
|
+
display: flex;
|
|
49080
|
+
flex-direction: row;
|
|
49081
|
+
}
|
|
49082
|
+
|
|
49083
|
+
.ui.toast-container.horizontal .toast-box {
|
|
49084
|
+
margin-right: 0.5em;
|
|
49085
|
+
}
|
|
49086
|
+
|
|
49087
|
+
.ui.toast-container .toast-box {
|
|
49088
|
+
margin-bottom: 0.5em;
|
|
49089
|
+
border-radius: 0;
|
|
49090
|
+
cursor: default;
|
|
49091
|
+
will-change: transform, opacity;
|
|
49092
|
+
}
|
|
49093
|
+
|
|
49094
|
+
.ui.toast-container .toast-box:hover {
|
|
49095
|
+
opacity: 1;
|
|
49096
|
+
}
|
|
49097
|
+
|
|
49098
|
+
.ui.toast-container .toast-box:not(.unclickable):hover {
|
|
49099
|
+
cursor: pointer;
|
|
49100
|
+
}
|
|
49101
|
+
|
|
49102
|
+
.ui.toast-container .toast-box.floating,
|
|
49103
|
+
.ui.toast-container .toast-box.hoverfloating:hover {
|
|
49104
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
49105
|
+
border: none;
|
|
49106
|
+
}
|
|
49107
|
+
|
|
49108
|
+
.ui.toast-container .toast-box.inverted.floating,
|
|
49109
|
+
.ui.toast-container .toast-box.inverted.hoverfloating:hover {
|
|
49110
|
+
box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
|
|
49111
|
+
border: 1px solid rgba(225, 225, 225, 0.5);
|
|
49112
|
+
}
|
|
49113
|
+
|
|
49114
|
+
.ui.toast-container .toast-box.compact,
|
|
49115
|
+
.ui.toast-container .toast-box > .compact {
|
|
49116
|
+
width: 416px;
|
|
49117
|
+
}
|
|
49118
|
+
|
|
49119
|
+
.ui.toast-container .toast-box > .ui.toast,
|
|
49120
|
+
.ui.toast-container .toast-box > .ui.message {
|
|
49121
|
+
margin: 0;
|
|
49122
|
+
position: relative;
|
|
49123
|
+
}
|
|
49124
|
+
|
|
49125
|
+
.ui.toast-container .toast-box > .attached.progress {
|
|
49126
|
+
z-index: 1;
|
|
49127
|
+
}
|
|
49128
|
+
|
|
49129
|
+
.ui.toast-container .toast-box > .attached.progress.bottom {
|
|
49130
|
+
margin: -0.2em -1px -0.01em;
|
|
49131
|
+
}
|
|
49132
|
+
|
|
49133
|
+
.ui.toast-container .toast-box > .attached.progress.top {
|
|
49134
|
+
margin: -0.01em -1px -0.2em;
|
|
49135
|
+
}
|
|
49136
|
+
|
|
49137
|
+
.ui.toast-container .toast-box > .attached.progress .bar {
|
|
49138
|
+
min-width: 0;
|
|
49139
|
+
}
|
|
49140
|
+
|
|
49141
|
+
.ui.toast-container .toast-box > .attached.progress.info .bar.bar.bar {
|
|
49142
|
+
background: #12a1bf;
|
|
49143
|
+
}
|
|
49144
|
+
|
|
49145
|
+
.ui.toast-container .toast-box > .attached.progress.warning .bar.bar.bar {
|
|
49146
|
+
background: #cf9b0d;
|
|
49147
|
+
}
|
|
49148
|
+
|
|
49149
|
+
.ui.toast-container .toast-box > .attached.progress.success .bar.bar.bar {
|
|
49150
|
+
background: #588c64;
|
|
49151
|
+
}
|
|
49152
|
+
|
|
49153
|
+
.ui.toast-container .toast-box > .attached.progress.error .bar.bar.bar {
|
|
49154
|
+
background: #793633;
|
|
49155
|
+
}
|
|
49156
|
+
|
|
49157
|
+
.ui.toast-container .toast-box > .attached.progress.neutral .bar.bar.bar {
|
|
49158
|
+
background: #d9d9d9;
|
|
49159
|
+
}
|
|
49160
|
+
|
|
49161
|
+
.ui.toast-container .toast-box > .ui.message > .close.icon {
|
|
49162
|
+
top: 1rem;
|
|
49163
|
+
right: 1rem;
|
|
49164
|
+
}
|
|
49165
|
+
|
|
49166
|
+
.ui.toast-container .toast-box > .ui.message > .actions:last-child {
|
|
49167
|
+
margin-bottom: -1em;
|
|
49168
|
+
}
|
|
49169
|
+
|
|
49170
|
+
.ui.toast-container .toast-box > .ui.message.icon {
|
|
49171
|
+
align-items: inherit;
|
|
49172
|
+
}
|
|
49173
|
+
|
|
49174
|
+
.ui.toast-container .toast-box > .ui.message.icon > :not(.icon):not(.actions) {
|
|
49175
|
+
padding-left: 0;
|
|
49176
|
+
}
|
|
49177
|
+
|
|
49178
|
+
.ui.toast-container .toast-box > .ui.message.icon > i.icon:not(.close) {
|
|
49179
|
+
display: inline-block;
|
|
49180
|
+
position: absolute;
|
|
49181
|
+
width: 4rem;
|
|
49182
|
+
top: 50%;
|
|
49183
|
+
transform: translateY(-50%);
|
|
49184
|
+
}
|
|
49185
|
+
|
|
49186
|
+
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).actions > i.icon:not(.close) {
|
|
49187
|
+
top: calc(50% - 1.2em);
|
|
49188
|
+
transform: none;
|
|
49189
|
+
}
|
|
49190
|
+
|
|
49191
|
+
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).icon.icon.icon {
|
|
49192
|
+
display: block;
|
|
49193
|
+
}
|
|
49194
|
+
|
|
49195
|
+
.ui.toast-container .toast-box .ui.toast > .close.icon {
|
|
49196
|
+
cursor: pointer;
|
|
49197
|
+
margin: 0;
|
|
49198
|
+
opacity: 0.7;
|
|
49199
|
+
transition: opacity 0.1s ease;
|
|
49200
|
+
}
|
|
49201
|
+
|
|
49202
|
+
.ui.toast-container .toast-box .ui.toast > .close.icon:hover {
|
|
49203
|
+
opacity: 1;
|
|
49204
|
+
}
|
|
49205
|
+
|
|
49206
|
+
.ui.toast-container .toast-box .ui.toast.vertical > .close.icon {
|
|
49207
|
+
margin-top: -1rem;
|
|
49208
|
+
margin-right: -1rem;
|
|
49209
|
+
}
|
|
49210
|
+
|
|
49211
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon {
|
|
49212
|
+
position: absolute;
|
|
49213
|
+
top: 1rem;
|
|
49214
|
+
}
|
|
49215
|
+
|
|
49216
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon:not(.left) {
|
|
49217
|
+
right: 1rem;
|
|
49218
|
+
}
|
|
49219
|
+
|
|
49220
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon.left {
|
|
49221
|
+
margin-left: -1rem;
|
|
49222
|
+
}
|
|
49223
|
+
|
|
49224
|
+
.ui.toast-container .toast-box .ui.card {
|
|
49225
|
+
margin: 0;
|
|
49226
|
+
}
|
|
49227
|
+
|
|
49228
|
+
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom {
|
|
49229
|
+
border-top-left-radius: 0;
|
|
49230
|
+
border-top-right-radius: 0;
|
|
49231
|
+
}
|
|
49232
|
+
|
|
49233
|
+
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal > .image > img {
|
|
49234
|
+
border-top-left-radius: 0;
|
|
49235
|
+
}
|
|
49236
|
+
|
|
49237
|
+
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal > .image:last-child > img {
|
|
49238
|
+
border-top-right-radius: 0;
|
|
49239
|
+
}
|
|
49240
|
+
|
|
49241
|
+
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top {
|
|
49242
|
+
border-bottom-left-radius: 0;
|
|
49243
|
+
border-bottom-right-radius: 0;
|
|
49244
|
+
}
|
|
49245
|
+
|
|
49246
|
+
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal > .image > img {
|
|
49247
|
+
border-bottom-left-radius: 0;
|
|
49248
|
+
}
|
|
49249
|
+
|
|
49250
|
+
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal > .image:last-child > img {
|
|
49251
|
+
border-bottom-right-radius: 0;
|
|
49252
|
+
}
|
|
49253
|
+
|
|
49254
|
+
.ui.toast-container .toast-box .ui.card.horizontal.actions > .image > img {
|
|
49255
|
+
border-bottom-left-radius: 0;
|
|
49256
|
+
}
|
|
49257
|
+
|
|
49258
|
+
.ui.toast-container .toast-box .ui.card.horizontal.actions > .image:last-child > img {
|
|
49259
|
+
border-bottom-right-radius: 0;
|
|
49260
|
+
}
|
|
49261
|
+
|
|
49262
|
+
.ui.toast-container .toast-box .progressing {
|
|
49263
|
+
animation-iteration-count: 1;
|
|
49264
|
+
animation-timing-function: linear;
|
|
49265
|
+
}
|
|
49266
|
+
|
|
49267
|
+
.ui.toast-container .toast-box .progressing.up {
|
|
49268
|
+
animation-name: progressUp;
|
|
49269
|
+
}
|
|
49270
|
+
|
|
49271
|
+
.ui.toast-container .toast-box .progressing.down {
|
|
49272
|
+
animation-name: progressDown;
|
|
49273
|
+
}
|
|
49274
|
+
|
|
49275
|
+
.ui.toast-container .toast-box .progressing.wait {
|
|
49276
|
+
animation-name: progressWait;
|
|
49277
|
+
}
|
|
49278
|
+
|
|
49279
|
+
.ui.toast-container .toast-box:hover .pausable.progressing {
|
|
49280
|
+
animation-play-state: paused;
|
|
49281
|
+
}
|
|
49282
|
+
|
|
49283
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) {
|
|
49284
|
+
display: block;
|
|
49285
|
+
}
|
|
49286
|
+
|
|
49287
|
+
.ui.toast-container .toast-box :not(.comment):not(.card) .actions {
|
|
49288
|
+
margin: 0.5em -1em -1em -1em;
|
|
49289
|
+
}
|
|
49290
|
+
|
|
49291
|
+
.ui.toast-container .toast-box :not(.comment) .actions {
|
|
49292
|
+
padding: 0.5em 0.5em 0.75em 0.5em;
|
|
49293
|
+
text-align: right;
|
|
49294
|
+
}
|
|
49295
|
+
|
|
49296
|
+
.ui.toast-container .toast-box :not(.comment) .actions.attached:not(.vertical) {
|
|
49297
|
+
margin-right: 1px;
|
|
49298
|
+
}
|
|
49299
|
+
|
|
49300
|
+
.ui.toast-container .toast-box :not(.comment) .actions:not(.basic):not(.attached) {
|
|
49301
|
+
background: rgba(255, 255, 255, 0.25);
|
|
49302
|
+
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
|
49303
|
+
}
|
|
49304
|
+
|
|
49305
|
+
.ui.toast-container .toast-box :not(.comment) .actions.left {
|
|
49306
|
+
text-align: left;
|
|
49307
|
+
}
|
|
49308
|
+
|
|
49309
|
+
.ui.toast-container .toast-box .vertical.actions > .button,
|
|
49310
|
+
.ui.toast-container .toast-box > .vertical > .vertical.vertical,
|
|
49311
|
+
.ui.toast-container .toast-box > .vertical.vertical.vertical {
|
|
49312
|
+
display: flex;
|
|
49313
|
+
}
|
|
49314
|
+
|
|
49315
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions {
|
|
49316
|
+
flex-direction: column;
|
|
49317
|
+
}
|
|
49318
|
+
|
|
49319
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions > .button {
|
|
49320
|
+
justify-content: center;
|
|
49321
|
+
}
|
|
49322
|
+
|
|
49323
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions.attached > .button {
|
|
49324
|
+
align-items: center;
|
|
49325
|
+
}
|
|
49326
|
+
|
|
49327
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) {
|
|
49328
|
+
border-top: 0;
|
|
49329
|
+
margin-top: -0.75em;
|
|
49330
|
+
margin-bottom: -0.75em;
|
|
49331
|
+
margin-left: 1em;
|
|
49332
|
+
justify-content: space-around;
|
|
49333
|
+
}
|
|
49334
|
+
|
|
49335
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached):not(.basic) {
|
|
49336
|
+
border-left: 1px solid rgba(0, 0, 0, 0.2);
|
|
49337
|
+
}
|
|
49338
|
+
|
|
49339
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) > .button:not(:last-child) {
|
|
49340
|
+
margin-bottom: 0.3em;
|
|
49341
|
+
}
|
|
49342
|
+
|
|
49343
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).top {
|
|
49344
|
+
justify-content: flex-start;
|
|
49345
|
+
}
|
|
49346
|
+
|
|
49347
|
+
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).bottom {
|
|
49348
|
+
justify-content: flex-end;
|
|
49349
|
+
}
|
|
49350
|
+
|
|
49351
|
+
.ui.vertical.attached:not(.left).card > .image > img {
|
|
49352
|
+
border-top-right-radius: 0;
|
|
49353
|
+
}
|
|
49354
|
+
|
|
49355
|
+
.ui.vertical.attached:not(.left).card.horizontal > .image:last-child > img {
|
|
49356
|
+
border-top-right-radius: 0;
|
|
49357
|
+
border-bottom-right-radius: 0;
|
|
49358
|
+
}
|
|
49359
|
+
|
|
49360
|
+
.ui.vertical.attached:not(.left).card,
|
|
49361
|
+
.ui.vertical.attached:not(.left).toast {
|
|
49362
|
+
border-top-right-radius: 0;
|
|
49363
|
+
border-bottom-right-radius: 0;
|
|
49364
|
+
}
|
|
49365
|
+
|
|
49366
|
+
.ui.vertical.attached:not(.left).actions {
|
|
49367
|
+
border-top-right-radius: 0;
|
|
49368
|
+
border-bottom-right-radius: 0;
|
|
49369
|
+
}
|
|
49370
|
+
|
|
49371
|
+
.ui.vertical.attached:not(.left).actions .button:first-child,
|
|
49372
|
+
.ui.vertical.attached:not(.left).actions .button:last-child {
|
|
49373
|
+
border-top-left-radius: 0;
|
|
49374
|
+
border-bottom-left-radius: 0;
|
|
49375
|
+
}
|
|
49376
|
+
|
|
49377
|
+
.ui.vertical.attached:not(.left).message {
|
|
49378
|
+
border-top-right-radius: 0;
|
|
49379
|
+
border-bottom-left-radius: 0;
|
|
49380
|
+
}
|
|
49381
|
+
|
|
49382
|
+
.ui.vertical.attached.left.card > .image > img {
|
|
49383
|
+
border-top-left-radius: 0;
|
|
49384
|
+
}
|
|
49385
|
+
|
|
49386
|
+
.ui.vertical.attached.left.card.horizontal > .image > img {
|
|
49387
|
+
border-top-left-radius: 0;
|
|
49388
|
+
border-bottom-left-radius: 0;
|
|
49389
|
+
}
|
|
49390
|
+
|
|
49391
|
+
.ui.vertical.attached.left.card,
|
|
49392
|
+
.ui.vertical.attached.left.toast {
|
|
49393
|
+
border-top-left-radius: 0;
|
|
49394
|
+
border-bottom-left-radius: 0;
|
|
49395
|
+
}
|
|
49396
|
+
|
|
49397
|
+
.ui.vertical.attached.left.actions {
|
|
49398
|
+
border-top-left-radius: 0;
|
|
49399
|
+
border-bottom-left-radius: 0;
|
|
49400
|
+
}
|
|
49401
|
+
|
|
49402
|
+
.ui.vertical.attached.left.actions .button:first-child,
|
|
49403
|
+
.ui.vertical.attached.left.actions .button:last-child {
|
|
49404
|
+
border-top-right-radius: 0;
|
|
49405
|
+
border-bottom-right-radius: 0;
|
|
49406
|
+
}
|
|
49407
|
+
|
|
49408
|
+
.ui.vertical.attached.left.message.message.message {
|
|
49409
|
+
border-top-right-radius: 0;
|
|
49410
|
+
border-bottom-right-radius: 0;
|
|
49411
|
+
}
|
|
49412
|
+
|
|
49413
|
+
.ui.attached:not(.vertical):not(.top).actions {
|
|
49414
|
+
border-bottom-left-radius: 0;
|
|
49415
|
+
border-bottom-right-radius: 0;
|
|
49416
|
+
}
|
|
49417
|
+
|
|
49418
|
+
.ui.attached:not(.vertical):not(.top).actions .button:first-child {
|
|
49419
|
+
border-bottom-left-radius: 0;
|
|
49420
|
+
}
|
|
49421
|
+
|
|
49422
|
+
.ui.attached:not(.vertical):not(.top).actions .button:last-child {
|
|
49423
|
+
border-bottom-right-radius: 0;
|
|
49424
|
+
}
|
|
49425
|
+
|
|
49426
|
+
.ui.attached:not(.vertical).top.actions {
|
|
49427
|
+
border-top-left-radius: 0;
|
|
49428
|
+
border-top-right-radius: 0;
|
|
49429
|
+
}
|
|
49430
|
+
|
|
49431
|
+
.ui.attached:not(.vertical).top.actions .button:first-child {
|
|
49432
|
+
border-top-left-radius: 0;
|
|
49433
|
+
}
|
|
49434
|
+
|
|
49435
|
+
.ui.attached:not(.vertical).top.actions .button:last-child {
|
|
49436
|
+
border-top-right-radius: 0;
|
|
49437
|
+
}
|
|
49438
|
+
|
|
49439
|
+
/*******************************
|
|
49440
|
+
Toast
|
|
49441
|
+
*******************************/
|
|
49442
|
+
|
|
49443
|
+
.ui.toast {
|
|
49444
|
+
display: none;
|
|
49445
|
+
border-radius: 0;
|
|
49446
|
+
padding: 0.78571429em 1em;
|
|
49447
|
+
margin: 0;
|
|
49448
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49449
|
+
background-color: #fff;
|
|
49450
|
+
}
|
|
49451
|
+
|
|
49452
|
+
.ui.toast > .content > .header {
|
|
49453
|
+
font-weight: bold;
|
|
49454
|
+
color: inherit;
|
|
49455
|
+
margin: 0;
|
|
49456
|
+
}
|
|
49457
|
+
|
|
49458
|
+
.ui.toast.info {
|
|
49459
|
+
background-color: #31ccec;
|
|
49460
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49461
|
+
}
|
|
49462
|
+
|
|
49463
|
+
.ui.toast.warning {
|
|
49464
|
+
background-color: #f2c037;
|
|
49465
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49466
|
+
}
|
|
49467
|
+
|
|
49468
|
+
.ui.toast.success {
|
|
49469
|
+
background-color: #81b08c;
|
|
49470
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49471
|
+
}
|
|
49472
|
+
|
|
49473
|
+
.ui.toast.error {
|
|
49474
|
+
background-color: #af4e4a;
|
|
49475
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49476
|
+
}
|
|
49477
|
+
|
|
49478
|
+
.ui.toast.neutral {
|
|
49479
|
+
background-color: #fff;
|
|
49480
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49481
|
+
}
|
|
49482
|
+
|
|
49483
|
+
.ui.toast > i.icon:not(.close) {
|
|
49484
|
+
font-size: 1.5em;
|
|
49485
|
+
}
|
|
49486
|
+
|
|
49487
|
+
.ui.toast:not(.vertical):not(.centered):not(.center) > i.icon:not(.close) {
|
|
49488
|
+
position: absolute;
|
|
49489
|
+
}
|
|
49490
|
+
|
|
49491
|
+
.ui.toast:not(.vertical):not(.centered):not(.center) > .ui.image {
|
|
49492
|
+
position: absolute;
|
|
49493
|
+
}
|
|
49494
|
+
|
|
49495
|
+
.ui.toast:not(.vertical) > i.icon:not(.close) + .content {
|
|
49496
|
+
padding-left: 3em;
|
|
49497
|
+
}
|
|
49498
|
+
|
|
49499
|
+
.ui.toast:not(.vertical) > .close.icon + .content {
|
|
49500
|
+
padding-left: 1.5em;
|
|
49501
|
+
}
|
|
49502
|
+
|
|
49503
|
+
.ui.toast:not(.vertical) > .ui.image.avatar + .content {
|
|
49504
|
+
padding-left: 3em;
|
|
49505
|
+
min-height: 2em;
|
|
49506
|
+
}
|
|
49507
|
+
|
|
49508
|
+
.ui.toast:not(.vertical) > .ui.image.mini + .content {
|
|
49509
|
+
padding-left: 3.4em;
|
|
49510
|
+
min-height: 35px;
|
|
49511
|
+
}
|
|
49512
|
+
|
|
49513
|
+
.ui.toast:not(.vertical) > .ui.image.tiny + .content {
|
|
49514
|
+
padding-left: 7em;
|
|
49515
|
+
min-height: 80px;
|
|
49516
|
+
}
|
|
49517
|
+
|
|
49518
|
+
.ui.toast:not(.vertical) > .ui.image.small + .content {
|
|
49519
|
+
padding-left: 12em;
|
|
49520
|
+
min-height: 150px;
|
|
49521
|
+
}
|
|
49522
|
+
|
|
49523
|
+
.ui.toast:not(.vertical):not(.centered):not(.center) > .centered.image,
|
|
49524
|
+
.ui.toast:not(.vertical):not(.centered):not(.center) > .centered.icon {
|
|
49525
|
+
transform: translateY(-50%);
|
|
49526
|
+
top: 50%;
|
|
49527
|
+
}
|
|
49528
|
+
|
|
49529
|
+
.ui.toast:not(.vertical).actions > .centered.image {
|
|
49530
|
+
top: calc(50% - 2em);
|
|
49531
|
+
}
|
|
49532
|
+
|
|
49533
|
+
.ui.toast:not(.vertical).actions > .centered.icon {
|
|
49534
|
+
top: calc(50% - 1.2em);
|
|
49535
|
+
}
|
|
49536
|
+
|
|
49537
|
+
.ui.toast.vertical > .content {
|
|
49538
|
+
flex-grow: 1;
|
|
49539
|
+
}
|
|
49540
|
+
|
|
49541
|
+
.ui.toast.vertical.attached {
|
|
49542
|
+
flex-grow: 1;
|
|
49543
|
+
}
|
|
49544
|
+
|
|
49545
|
+
.ui.toast.vertical > .close.icon + .content {
|
|
49546
|
+
padding-left: 1em;
|
|
49547
|
+
}
|
|
49548
|
+
|
|
49549
|
+
.ui.toast.vertical > .ui.image + .content,
|
|
49550
|
+
.ui.toast.vertical > i.icon:not(.close) + .content {
|
|
49551
|
+
padding-left: 1em;
|
|
49552
|
+
}
|
|
49553
|
+
|
|
49554
|
+
.ui.toast.vertical > .ui.image {
|
|
49555
|
+
align-self: flex-start;
|
|
49556
|
+
flex-shrink: 0;
|
|
49557
|
+
/* IE11 fix */
|
|
49558
|
+
}
|
|
49559
|
+
|
|
49560
|
+
.ui.toast.vertical > .centered.image,
|
|
49561
|
+
.ui.toast.vertical > .centered.icon {
|
|
49562
|
+
align-self: center;
|
|
49563
|
+
}
|
|
49564
|
+
|
|
49565
|
+
.ui.toast.attached.bottom {
|
|
49566
|
+
border-top-left-radius: 0;
|
|
49567
|
+
border-top-right-radius: 0;
|
|
49568
|
+
}
|
|
49569
|
+
|
|
49570
|
+
.ui.toast.attached.top {
|
|
49571
|
+
border-bottom-left-radius: 0;
|
|
49572
|
+
border-bottom-right-radius: 0;
|
|
49573
|
+
}
|
|
49574
|
+
|
|
49575
|
+
.ui.toast.ui.ui.ui.image {
|
|
49576
|
+
padding: 0;
|
|
49577
|
+
}
|
|
49578
|
+
|
|
49579
|
+
.ui.toast.ui.ui.ui.image > .content {
|
|
49580
|
+
padding-top: 0.78571429em;
|
|
49581
|
+
padding-bottom: 0.78571429em;
|
|
49582
|
+
padding-right: 1em;
|
|
49583
|
+
}
|
|
49584
|
+
|
|
49585
|
+
.ui.toast.ui.ui.ui.image > .actions {
|
|
49586
|
+
margin: 0;
|
|
49587
|
+
}
|
|
49588
|
+
|
|
49589
|
+
.ui.toast.ui.ui.ui.image > .ui.image {
|
|
49590
|
+
border-top-left-radius: 0;
|
|
49591
|
+
border-bottom-left-radius: 0;
|
|
49592
|
+
}
|
|
49593
|
+
|
|
49594
|
+
.ui.toast.ui.ui.ui.image > .ui.image.mini {
|
|
49595
|
+
min-width: calc(0.7857142857142857em + 35px);
|
|
49596
|
+
}
|
|
49597
|
+
|
|
49598
|
+
.ui.toast.ui.ui.ui.image > .ui.image.mini + .content {
|
|
49599
|
+
min-height: calc(0.7857142857142857em + 35px);
|
|
49600
|
+
padding-left: 4.4em;
|
|
49601
|
+
}
|
|
49602
|
+
|
|
49603
|
+
.ui.hoverfloating.message:hover {
|
|
49604
|
+
box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
49605
|
+
}
|
|
49606
|
+
|
|
49607
|
+
.ui.center.toast-container .toast-box,
|
|
49608
|
+
.ui.right.toast-container .toast-box {
|
|
49609
|
+
margin-left: auto;
|
|
49610
|
+
}
|
|
49611
|
+
|
|
49612
|
+
.ui.center.toast-container .toast-box {
|
|
49613
|
+
margin-right: auto;
|
|
49614
|
+
}
|
|
49615
|
+
|
|
49616
|
+
.ui.ui.toast-container .toast-box .centered.toast,
|
|
49617
|
+
.ui.ui.toast-container .toast-box .center.aligned.toast {
|
|
49618
|
+
text-align: center;
|
|
49619
|
+
display: flex;
|
|
49620
|
+
justify-content: center;
|
|
49621
|
+
}
|
|
49622
|
+
|
|
49623
|
+
.ui.ui.toast-container .toast-box .centered.toast > .content,
|
|
49624
|
+
.ui.ui.toast-container .toast-box .center.aligned.toast > .content,
|
|
49625
|
+
.ui.ui.toast-container .toast-box .centered.toast > .ui.image,
|
|
49626
|
+
.ui.ui.toast-container .toast-box .center.aligned.toast > .ui.image,
|
|
49627
|
+
.ui.ui.toast-container .toast-box .centered.toast > i.icon:not(.close),
|
|
49628
|
+
.ui.ui.toast-container .toast-box .center.aligned.toast > i.icon:not(.close) {
|
|
49629
|
+
align-self: center;
|
|
49630
|
+
}
|
|
49631
|
+
|
|
49632
|
+
.ui.toast-container .toast-box .toast .centered.content,
|
|
49633
|
+
.ui.toast-container .toast-box .toast .center.aligned.content {
|
|
49634
|
+
text-align: center;
|
|
49635
|
+
}
|
|
49636
|
+
|
|
49637
|
+
.ui.toast-container .toast-box .centered.actions,
|
|
49638
|
+
.ui.toast-container .toast-box .center.aligned.actions {
|
|
49639
|
+
text-align: center;
|
|
49640
|
+
}
|
|
49641
|
+
|
|
49642
|
+
.ui.toast-container .toast-box .centered.actions:not(.attached) > .button:not(.fluid),
|
|
49643
|
+
.ui.toast-container .toast-box .center.aligned.actions:not(.attached) > .button:not(.fluid) {
|
|
49644
|
+
margin-left: 0.25em;
|
|
49645
|
+
margin-right: 0.25em;
|
|
49646
|
+
}
|
|
49647
|
+
|
|
49648
|
+
/* --------------
|
|
49649
|
+
Colors
|
|
49650
|
+
-------------- */
|
|
49651
|
+
|
|
49652
|
+
.ui.primary.toast {
|
|
49653
|
+
background-color: #007388;
|
|
49654
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49655
|
+
}
|
|
49656
|
+
|
|
49657
|
+
.ui.inverted.primary.toast,
|
|
49658
|
+
.ui.toast-container .toast-box > .inverted.primary.attached.progress .bar {
|
|
49659
|
+
background-color: #54c8ff;
|
|
49660
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49661
|
+
}
|
|
49662
|
+
|
|
49663
|
+
.ui.secondary.toast {
|
|
49664
|
+
background-color: #294755;
|
|
49665
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49666
|
+
}
|
|
49667
|
+
|
|
49668
|
+
.ui.inverted.secondary.toast,
|
|
49669
|
+
.ui.toast-container .toast-box > .inverted.secondary.attached.progress .bar {
|
|
49670
|
+
background-color: #545454;
|
|
49671
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49672
|
+
}
|
|
49673
|
+
|
|
49674
|
+
.ui.red.toast {
|
|
49675
|
+
background-color: #af4e4a;
|
|
49676
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49677
|
+
}
|
|
49678
|
+
|
|
49679
|
+
.ui.inverted.red.toast,
|
|
49680
|
+
.ui.toast-container .toast-box > .inverted.red.attached.progress .bar {
|
|
49681
|
+
background-color: #ff695e;
|
|
49682
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49683
|
+
}
|
|
49684
|
+
|
|
49685
|
+
.ui.orange.toast {
|
|
49686
|
+
background-color: #af6a66;
|
|
49687
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49688
|
+
}
|
|
49689
|
+
|
|
49690
|
+
.ui.inverted.orange.toast,
|
|
49691
|
+
.ui.toast-container .toast-box > .inverted.orange.attached.progress .bar {
|
|
49692
|
+
background-color: #ff851b;
|
|
49693
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49694
|
+
}
|
|
49695
|
+
|
|
49696
|
+
.ui.yellow.toast {
|
|
49697
|
+
background-color: #fbbd08;
|
|
49698
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49699
|
+
}
|
|
49700
|
+
|
|
49701
|
+
.ui.inverted.yellow.toast,
|
|
49702
|
+
.ui.toast-container .toast-box > .inverted.yellow.attached.progress .bar {
|
|
49703
|
+
background-color: #ffe21f;
|
|
49704
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49705
|
+
}
|
|
49706
|
+
|
|
49707
|
+
.ui.olive.toast {
|
|
49708
|
+
background-color: #a0b06c;
|
|
49709
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49710
|
+
}
|
|
49711
|
+
|
|
49712
|
+
.ui.inverted.olive.toast,
|
|
49713
|
+
.ui.toast-container .toast-box > .inverted.olive.attached.progress .bar {
|
|
49714
|
+
background-color: #d9e778;
|
|
49715
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49716
|
+
}
|
|
49717
|
+
|
|
49718
|
+
.ui.green.toast {
|
|
49719
|
+
background-color: #81b08c;
|
|
49720
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49721
|
+
}
|
|
49722
|
+
|
|
49723
|
+
.ui.inverted.green.toast,
|
|
49724
|
+
.ui.toast-container .toast-box > .inverted.green.attached.progress .bar {
|
|
49725
|
+
background-color: #2ecc40;
|
|
49726
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49727
|
+
}
|
|
49728
|
+
|
|
49729
|
+
.ui.teal.toast {
|
|
49730
|
+
background-color: #7fb5c2;
|
|
49731
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49732
|
+
}
|
|
49733
|
+
|
|
49734
|
+
.ui.inverted.teal.toast,
|
|
49735
|
+
.ui.toast-container .toast-box > .inverted.teal.attached.progress .bar {
|
|
49736
|
+
background-color: #6dffff;
|
|
49737
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49738
|
+
}
|
|
49739
|
+
|
|
49740
|
+
.ui.blue.toast {
|
|
49741
|
+
background-color: #007388;
|
|
49742
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49743
|
+
}
|
|
49744
|
+
|
|
49745
|
+
.ui.inverted.blue.toast,
|
|
49746
|
+
.ui.toast-container .toast-box > .inverted.blue.attached.progress .bar {
|
|
49747
|
+
background-color: #54c8ff;
|
|
49748
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49749
|
+
}
|
|
49750
|
+
|
|
49751
|
+
.ui.violet.toast {
|
|
49752
|
+
background-color: #9461ac;
|
|
49753
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49754
|
+
}
|
|
49755
|
+
|
|
49756
|
+
.ui.inverted.violet.toast,
|
|
49757
|
+
.ui.toast-container .toast-box > .inverted.violet.attached.progress .bar {
|
|
49758
|
+
background-color: #a291fb;
|
|
49759
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49760
|
+
}
|
|
49761
|
+
|
|
49762
|
+
.ui.purple.toast {
|
|
49763
|
+
background-color: #6667af;
|
|
49764
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49765
|
+
}
|
|
49766
|
+
|
|
49767
|
+
.ui.inverted.purple.toast,
|
|
49768
|
+
.ui.toast-container .toast-box > .inverted.purple.attached.progress .bar {
|
|
49769
|
+
background-color: #dc73ff;
|
|
49770
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49771
|
+
}
|
|
49772
|
+
|
|
49773
|
+
.ui.pink.toast {
|
|
49774
|
+
background-color: #af6687;
|
|
49775
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49776
|
+
}
|
|
49777
|
+
|
|
49778
|
+
.ui.inverted.pink.toast,
|
|
49779
|
+
.ui.toast-container .toast-box > .inverted.pink.attached.progress .bar {
|
|
49780
|
+
background-color: #ff8edf;
|
|
49781
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49782
|
+
}
|
|
49783
|
+
|
|
49784
|
+
.ui.brown.toast {
|
|
49785
|
+
background-color: #af9066;
|
|
49786
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49787
|
+
}
|
|
49788
|
+
|
|
49789
|
+
.ui.inverted.brown.toast,
|
|
49790
|
+
.ui.toast-container .toast-box > .inverted.brown.attached.progress .bar {
|
|
49791
|
+
background-color: #d67c1c;
|
|
49792
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49793
|
+
}
|
|
49794
|
+
|
|
49795
|
+
.ui.grey.toast {
|
|
49796
|
+
background-color: #a3b3c0;
|
|
49797
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49798
|
+
}
|
|
49799
|
+
|
|
49800
|
+
.ui.inverted.grey.toast,
|
|
49801
|
+
.ui.toast-container .toast-box > .inverted.grey.attached.progress .bar {
|
|
49802
|
+
background-color: #dcddde;
|
|
49803
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49804
|
+
}
|
|
49805
|
+
|
|
49806
|
+
.ui.black.toast {
|
|
49807
|
+
background-color: #1b1c1d;
|
|
49808
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49809
|
+
}
|
|
49810
|
+
|
|
49811
|
+
.ui.inverted.black.toast,
|
|
49812
|
+
.ui.toast-container .toast-box > .inverted.black.attached.progress .bar {
|
|
49813
|
+
background-color: #545454;
|
|
49814
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49815
|
+
}
|
|
49816
|
+
|
|
49817
|
+
.ui.inverted.toast {
|
|
49818
|
+
color: rgba(255, 255, 255, 0.9);
|
|
49819
|
+
background-color: #1b1c1d;
|
|
49820
|
+
}
|
|
49821
|
+
|
|
49822
|
+
@media only screen and (max-width: 420px) {
|
|
49823
|
+
.ui.toast-container .toast-box.toast-box,
|
|
49824
|
+
.ui.toast-container .toast-box > .compact,
|
|
49825
|
+
.ui.toast-container .toast-box > .vertical > *,
|
|
49826
|
+
.ui.toast-container .toast-box > * {
|
|
49827
|
+
width: auto;
|
|
49828
|
+
max-width: 100%;
|
|
49829
|
+
}
|
|
49830
|
+
|
|
49831
|
+
.ui.toast-container .toast-box > *:not(.vertical) {
|
|
49832
|
+
min-width: 280px;
|
|
49833
|
+
}
|
|
49834
|
+
|
|
49835
|
+
.ui.toast-container .toast-box > .ui.card.horizontal,
|
|
49836
|
+
.ui.toast-container .toast-box > .vertical > .ui.horizontal.card {
|
|
49837
|
+
min-width: initial;
|
|
49838
|
+
}
|
|
49839
|
+
}
|
|
49840
|
+
|
|
49841
|
+
/* ---------------
|
|
49842
|
+
Progress Bar
|
|
49843
|
+
---------------- */
|
|
49844
|
+
|
|
49845
|
+
@keyframes progressDown {
|
|
49846
|
+
0% {
|
|
49847
|
+
width: 100%;
|
|
49848
|
+
}
|
|
49849
|
+
|
|
49850
|
+
100% {
|
|
49851
|
+
width: 0;
|
|
49852
|
+
}
|
|
49853
|
+
}
|
|
49854
|
+
|
|
49855
|
+
@keyframes progressUp {
|
|
49856
|
+
0% {
|
|
49857
|
+
width: 0;
|
|
49858
|
+
}
|
|
49859
|
+
|
|
49860
|
+
100% {
|
|
49861
|
+
width: 100%;
|
|
49862
|
+
}
|
|
49863
|
+
}
|
|
49864
|
+
|
|
49865
|
+
@keyframes progressWait {
|
|
49866
|
+
0% {
|
|
49867
|
+
opacity: 1;
|
|
49868
|
+
}
|
|
49869
|
+
|
|
49870
|
+
100% {
|
|
49871
|
+
opacity: 0;
|
|
49872
|
+
}
|
|
49873
|
+
}
|
|
49874
|
+
|
|
49875
|
+
/*******************************
|
|
49876
|
+
Theme Overrides
|
|
49877
|
+
*******************************/
|
|
49878
|
+
|
|
49879
|
+
/*******************************
|
|
49880
|
+
User Overrides
|
|
49881
|
+
*******************************/
|
|
49882
|
+
|
|
49883
|
+
.ui.toast-container .toast-box > .ui.message > .close.icon,
|
|
49884
|
+
.ui.toast-container .toast-box > .ui.toast > .close.icon {
|
|
49885
|
+
color: rgba(0, 0, 0, 0.87);
|
|
49886
|
+
font-size: 1.075em;
|
|
49887
|
+
}
|
|
49888
|
+
|
|
49889
|
+
.ui.toast-container .toast-box > .ui.message {
|
|
49890
|
+
padding: 0.85714286rem 3.42857143rem 0.85714286rem 1rem;
|
|
49891
|
+
}
|
|
49892
|
+
|
|
49893
|
+
.ui.toast-container .toast-box > .ui.message .header {
|
|
49894
|
+
font-size: 1.14285714rem;
|
|
49895
|
+
font-weight: 500;
|
|
49896
|
+
}
|
|
49897
|
+
|
|
49898
|
+
.ui.toast-container .toast-box > .ui.message .header + .message {
|
|
49899
|
+
margin-top: 0.28571429em;
|
|
49900
|
+
}
|
|
49901
|
+
|
|
49902
|
+
.ui.toast-container .toast-box > .ui.icon.message > i.icon:not(.close) {
|
|
49903
|
+
width: auto;
|
|
49904
|
+
top: 1rem;
|
|
49905
|
+
transform: none;
|
|
49906
|
+
font-size: 1.075em;
|
|
49907
|
+
}
|
|
49908
|
+
|
|
49909
|
+
.ui.toast-container .toast-box > .ui.icon.message > .content {
|
|
49910
|
+
padding-left: 1.57142857em;
|
|
49911
|
+
}
|
|
48714
49912
|
/*!
|
|
48715
49913
|
* # Fomantic-UI 2.9.4 - Transition
|
|
48716
49914
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -48824,7 +50022,7 @@ select.ui.dropdown {
|
|
|
48824
50022
|
}
|
|
48825
50023
|
|
|
48826
50024
|
.orange.pulsating.transition {
|
|
48827
|
-
box-shadow: 0 0 0 0 rgba(
|
|
50025
|
+
box-shadow: 0 0 0 0 rgba(175, 106, 102, 0.5);
|
|
48828
50026
|
}
|
|
48829
50027
|
|
|
48830
50028
|
.orange.inverted.pulsating.transition {
|
|
@@ -48880,7 +50078,7 @@ select.ui.dropdown {
|
|
|
48880
50078
|
}
|
|
48881
50079
|
|
|
48882
50080
|
.purple.pulsating.transition {
|
|
48883
|
-
box-shadow: 0 0 0 0 rgba(
|
|
50081
|
+
box-shadow: 0 0 0 0 rgba(102, 103, 175, 0.5);
|
|
48884
50082
|
}
|
|
48885
50083
|
|
|
48886
50084
|
.purple.inverted.pulsating.transition {
|
|
@@ -48888,7 +50086,7 @@ select.ui.dropdown {
|
|
|
48888
50086
|
}
|
|
48889
50087
|
|
|
48890
50088
|
.pink.pulsating.transition {
|
|
48891
|
-
box-shadow: 0 0 0 0 rgba(
|
|
50089
|
+
box-shadow: 0 0 0 0 rgba(175, 102, 135, 0.5);
|
|
48892
50090
|
}
|
|
48893
50091
|
|
|
48894
50092
|
.pink.inverted.pulsating.transition {
|
|
@@ -48896,7 +50094,7 @@ select.ui.dropdown {
|
|
|
48896
50094
|
}
|
|
48897
50095
|
|
|
48898
50096
|
.brown.pulsating.transition {
|
|
48899
|
-
box-shadow: 0 0 0 0 rgba(175,
|
|
50097
|
+
box-shadow: 0 0 0 0 rgba(175, 144, 102, 0.5);
|
|
48900
50098
|
}
|
|
48901
50099
|
|
|
48902
50100
|
.brown.inverted.pulsating.transition {
|