epfl-elements 4.5.1 → 4.6.1
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/dist/components/atoms/video/video.yml +2 -2
- package/dist/components/molecules/carousel/carousel.yml +1 -1
- package/dist/components/molecules/collapse-group/collapse-group-rich-content.twig +9 -9
- package/dist/components/molecules/filters/filters.yml +1 -1
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-horizontal.twig +9 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-legend.twig +38 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.yml +6 -0
- package/dist/components/organisms/headlines/headlines-legend.twig +44 -0
- package/dist/components/organisms/headlines/headlines.yml +3 -0
- package/dist/components/organisms/modal/modal.yml +1 -1
- package/dist/components/pages/layout-demo/layout-demo.twig +1 -1
- package/dist/css/elements.css +518 -426
- package/dist/css/elements.min.css +5 -7
- package/dist/css/elements.min.css.map +1 -1
- package/dist/css/reader.css +4 -4
- package/dist/css/reader.min.css +1 -1
- package/dist/css/reader.min.css.map +1 -1
- package/dist/docs/user documentation/create a page.md +3 -3
- package/dist/docs/user documentation/index.md +1 -1
- package/dist/images/styleguide/teaser/home-teaser-1-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-2240x1260.jpg +0 -0
- package/dist/index.html +1 -1
- package/dist/js/reader.js +39 -21
- package/dist/js/reader.min.js +1 -1
- package/dist/js/reader.min.js.map +1 -1
- package/dist/js/vendors.js +814 -888
- package/dist/js/vendors.min.js +1 -1
- package/dist/js/vendors.min.js.LICENSE.txt +2 -2
- package/dist/package.json +4 -4
- package/package.json +4 -4
package/dist/css/elements.css
CHANGED
|
@@ -7,12 +7,10 @@
|
|
|
7
7
|
Variables for trapezes card
|
|
8
8
|
*/
|
|
9
9
|
/*!
|
|
10
|
-
* Bootstrap v4.
|
|
11
|
-
* Copyright 2011-
|
|
12
|
-
* Copyright 2011-
|
|
13
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/
|
|
14
|
-
*
|
|
15
|
-
* This list has not changed since the v4.0.0
|
|
10
|
+
* Bootstrap v4.6.2 (https://getbootstrap.com/)
|
|
11
|
+
* Copyright 2011-2022 The Bootstrap Authors
|
|
12
|
+
* Copyright 2011-2022 Twitter, Inc.
|
|
13
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
16
14
|
*/
|
|
17
15
|
:root {
|
|
18
16
|
--blue: #4a90e2;
|
|
@@ -75,10 +73,6 @@ body {
|
|
|
75
73
|
background-color: #fff;
|
|
76
74
|
}
|
|
77
75
|
|
|
78
|
-
[tabindex="-1"]:focus:not(.focus-visible) {
|
|
79
|
-
outline: 0 !important;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
76
|
[tabindex="-1"]:focus:not(:focus-visible) {
|
|
83
77
|
outline: 0 !important;
|
|
84
78
|
}
|
|
@@ -102,6 +96,7 @@ p {
|
|
|
102
96
|
|
|
103
97
|
abbr[title],
|
|
104
98
|
abbr[data-original-title] {
|
|
99
|
+
text-decoration: underline;
|
|
105
100
|
text-decoration: underline;
|
|
106
101
|
-webkit-text-decoration: underline dotted;
|
|
107
102
|
text-decoration: underline dotted;
|
|
@@ -171,20 +166,24 @@ sup {
|
|
|
171
166
|
|
|
172
167
|
a {
|
|
173
168
|
color: #212121;
|
|
169
|
+
-webkit-text-decoration: underline;
|
|
174
170
|
text-decoration: underline;
|
|
175
171
|
background-color: transparent;
|
|
176
172
|
}
|
|
177
173
|
a:hover {
|
|
178
174
|
color: #ff0000;
|
|
175
|
+
-webkit-text-decoration: underline;
|
|
179
176
|
text-decoration: underline;
|
|
180
177
|
}
|
|
181
178
|
|
|
182
179
|
a:not([href]):not([class]) {
|
|
183
180
|
color: inherit;
|
|
181
|
+
-webkit-text-decoration: none;
|
|
184
182
|
text-decoration: none;
|
|
185
183
|
}
|
|
186
184
|
a:not([href]):not([class]):hover {
|
|
187
185
|
color: inherit;
|
|
186
|
+
-webkit-text-decoration: none;
|
|
188
187
|
text-decoration: none;
|
|
189
188
|
}
|
|
190
189
|
|
|
@@ -243,10 +242,6 @@ button {
|
|
|
243
242
|
border-radius: 0;
|
|
244
243
|
}
|
|
245
244
|
|
|
246
|
-
button:focus:not(.focus-visible) {
|
|
247
|
-
outline: 0;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
245
|
button:focus:not(:focus-visible) {
|
|
251
246
|
outline: 0;
|
|
252
247
|
}
|
|
@@ -645,16 +640,16 @@ mark,
|
|
|
645
640
|
|
|
646
641
|
.col-1 {
|
|
647
642
|
-webkit-box-flex: 0;
|
|
648
|
-
-ms-flex: 0 0 8.
|
|
649
|
-
flex: 0 0 8.
|
|
650
|
-
max-width: 8.
|
|
643
|
+
-ms-flex: 0 0 8.33333333%;
|
|
644
|
+
flex: 0 0 8.33333333%;
|
|
645
|
+
max-width: 8.33333333%;
|
|
651
646
|
}
|
|
652
647
|
|
|
653
648
|
.col-2 {
|
|
654
649
|
-webkit-box-flex: 0;
|
|
655
|
-
-ms-flex: 0 0 16.
|
|
656
|
-
flex: 0 0 16.
|
|
657
|
-
max-width: 16.
|
|
650
|
+
-ms-flex: 0 0 16.66666667%;
|
|
651
|
+
flex: 0 0 16.66666667%;
|
|
652
|
+
max-width: 16.66666667%;
|
|
658
653
|
}
|
|
659
654
|
|
|
660
655
|
.col-3 {
|
|
@@ -666,16 +661,16 @@ mark,
|
|
|
666
661
|
|
|
667
662
|
.col-4 {
|
|
668
663
|
-webkit-box-flex: 0;
|
|
669
|
-
-ms-flex: 0 0 33.
|
|
670
|
-
flex: 0 0 33.
|
|
671
|
-
max-width: 33.
|
|
664
|
+
-ms-flex: 0 0 33.33333333%;
|
|
665
|
+
flex: 0 0 33.33333333%;
|
|
666
|
+
max-width: 33.33333333%;
|
|
672
667
|
}
|
|
673
668
|
|
|
674
669
|
.col-5 {
|
|
675
670
|
-webkit-box-flex: 0;
|
|
676
|
-
-ms-flex: 0 0 41.
|
|
677
|
-
flex: 0 0 41.
|
|
678
|
-
max-width: 41.
|
|
671
|
+
-ms-flex: 0 0 41.66666667%;
|
|
672
|
+
flex: 0 0 41.66666667%;
|
|
673
|
+
max-width: 41.66666667%;
|
|
679
674
|
}
|
|
680
675
|
|
|
681
676
|
.col-6 {
|
|
@@ -687,16 +682,16 @@ mark,
|
|
|
687
682
|
|
|
688
683
|
.col-7 {
|
|
689
684
|
-webkit-box-flex: 0;
|
|
690
|
-
-ms-flex: 0 0 58.
|
|
691
|
-
flex: 0 0 58.
|
|
692
|
-
max-width: 58.
|
|
685
|
+
-ms-flex: 0 0 58.33333333%;
|
|
686
|
+
flex: 0 0 58.33333333%;
|
|
687
|
+
max-width: 58.33333333%;
|
|
693
688
|
}
|
|
694
689
|
|
|
695
690
|
.col-8 {
|
|
696
691
|
-webkit-box-flex: 0;
|
|
697
|
-
-ms-flex: 0 0 66.
|
|
698
|
-
flex: 0 0 66.
|
|
699
|
-
max-width: 66.
|
|
692
|
+
-ms-flex: 0 0 66.66666667%;
|
|
693
|
+
flex: 0 0 66.66666667%;
|
|
694
|
+
max-width: 66.66666667%;
|
|
700
695
|
}
|
|
701
696
|
|
|
702
697
|
.col-9 {
|
|
@@ -708,16 +703,16 @@ mark,
|
|
|
708
703
|
|
|
709
704
|
.col-10 {
|
|
710
705
|
-webkit-box-flex: 0;
|
|
711
|
-
-ms-flex: 0 0 83.
|
|
712
|
-
flex: 0 0 83.
|
|
713
|
-
max-width: 83.
|
|
706
|
+
-ms-flex: 0 0 83.33333333%;
|
|
707
|
+
flex: 0 0 83.33333333%;
|
|
708
|
+
max-width: 83.33333333%;
|
|
714
709
|
}
|
|
715
710
|
|
|
716
711
|
.col-11 {
|
|
717
712
|
-webkit-box-flex: 0;
|
|
718
|
-
-ms-flex: 0 0 91.
|
|
719
|
-
flex: 0 0 91.
|
|
720
|
-
max-width: 91.
|
|
713
|
+
-ms-flex: 0 0 91.66666667%;
|
|
714
|
+
flex: 0 0 91.66666667%;
|
|
715
|
+
max-width: 91.66666667%;
|
|
721
716
|
}
|
|
722
717
|
|
|
723
718
|
.col-12 {
|
|
@@ -818,11 +813,11 @@ mark,
|
|
|
818
813
|
}
|
|
819
814
|
|
|
820
815
|
.offset-1 {
|
|
821
|
-
margin-left: 8.
|
|
816
|
+
margin-left: 8.33333333%;
|
|
822
817
|
}
|
|
823
818
|
|
|
824
819
|
.offset-2 {
|
|
825
|
-
margin-left: 16.
|
|
820
|
+
margin-left: 16.66666667%;
|
|
826
821
|
}
|
|
827
822
|
|
|
828
823
|
.offset-3 {
|
|
@@ -830,11 +825,11 @@ mark,
|
|
|
830
825
|
}
|
|
831
826
|
|
|
832
827
|
.offset-4 {
|
|
833
|
-
margin-left: 33.
|
|
828
|
+
margin-left: 33.33333333%;
|
|
834
829
|
}
|
|
835
830
|
|
|
836
831
|
.offset-5 {
|
|
837
|
-
margin-left: 41.
|
|
832
|
+
margin-left: 41.66666667%;
|
|
838
833
|
}
|
|
839
834
|
|
|
840
835
|
.offset-6 {
|
|
@@ -842,11 +837,11 @@ mark,
|
|
|
842
837
|
}
|
|
843
838
|
|
|
844
839
|
.offset-7 {
|
|
845
|
-
margin-left: 58.
|
|
840
|
+
margin-left: 58.33333333%;
|
|
846
841
|
}
|
|
847
842
|
|
|
848
843
|
.offset-8 {
|
|
849
|
-
margin-left: 66.
|
|
844
|
+
margin-left: 66.66666667%;
|
|
850
845
|
}
|
|
851
846
|
|
|
852
847
|
.offset-9 {
|
|
@@ -854,11 +849,11 @@ mark,
|
|
|
854
849
|
}
|
|
855
850
|
|
|
856
851
|
.offset-10 {
|
|
857
|
-
margin-left: 83.
|
|
852
|
+
margin-left: 83.33333333%;
|
|
858
853
|
}
|
|
859
854
|
|
|
860
855
|
.offset-11 {
|
|
861
|
-
margin-left: 91.
|
|
856
|
+
margin-left: 91.66666667%;
|
|
862
857
|
}
|
|
863
858
|
|
|
864
859
|
@media (min-width: 576px) {
|
|
@@ -915,15 +910,15 @@ mark,
|
|
|
915
910
|
}
|
|
916
911
|
.col-sm-1 {
|
|
917
912
|
-webkit-box-flex: 0;
|
|
918
|
-
-ms-flex: 0 0 8.
|
|
919
|
-
flex: 0 0 8.
|
|
920
|
-
max-width: 8.
|
|
913
|
+
-ms-flex: 0 0 8.33333333%;
|
|
914
|
+
flex: 0 0 8.33333333%;
|
|
915
|
+
max-width: 8.33333333%;
|
|
921
916
|
}
|
|
922
917
|
.col-sm-2 {
|
|
923
918
|
-webkit-box-flex: 0;
|
|
924
|
-
-ms-flex: 0 0 16.
|
|
925
|
-
flex: 0 0 16.
|
|
926
|
-
max-width: 16.
|
|
919
|
+
-ms-flex: 0 0 16.66666667%;
|
|
920
|
+
flex: 0 0 16.66666667%;
|
|
921
|
+
max-width: 16.66666667%;
|
|
927
922
|
}
|
|
928
923
|
.col-sm-3 {
|
|
929
924
|
-webkit-box-flex: 0;
|
|
@@ -933,15 +928,15 @@ mark,
|
|
|
933
928
|
}
|
|
934
929
|
.col-sm-4 {
|
|
935
930
|
-webkit-box-flex: 0;
|
|
936
|
-
-ms-flex: 0 0 33.
|
|
937
|
-
flex: 0 0 33.
|
|
938
|
-
max-width: 33.
|
|
931
|
+
-ms-flex: 0 0 33.33333333%;
|
|
932
|
+
flex: 0 0 33.33333333%;
|
|
933
|
+
max-width: 33.33333333%;
|
|
939
934
|
}
|
|
940
935
|
.col-sm-5 {
|
|
941
936
|
-webkit-box-flex: 0;
|
|
942
|
-
-ms-flex: 0 0 41.
|
|
943
|
-
flex: 0 0 41.
|
|
944
|
-
max-width: 41.
|
|
937
|
+
-ms-flex: 0 0 41.66666667%;
|
|
938
|
+
flex: 0 0 41.66666667%;
|
|
939
|
+
max-width: 41.66666667%;
|
|
945
940
|
}
|
|
946
941
|
.col-sm-6 {
|
|
947
942
|
-webkit-box-flex: 0;
|
|
@@ -951,15 +946,15 @@ mark,
|
|
|
951
946
|
}
|
|
952
947
|
.col-sm-7 {
|
|
953
948
|
-webkit-box-flex: 0;
|
|
954
|
-
-ms-flex: 0 0 58.
|
|
955
|
-
flex: 0 0 58.
|
|
956
|
-
max-width: 58.
|
|
949
|
+
-ms-flex: 0 0 58.33333333%;
|
|
950
|
+
flex: 0 0 58.33333333%;
|
|
951
|
+
max-width: 58.33333333%;
|
|
957
952
|
}
|
|
958
953
|
.col-sm-8 {
|
|
959
954
|
-webkit-box-flex: 0;
|
|
960
|
-
-ms-flex: 0 0 66.
|
|
961
|
-
flex: 0 0 66.
|
|
962
|
-
max-width: 66.
|
|
955
|
+
-ms-flex: 0 0 66.66666667%;
|
|
956
|
+
flex: 0 0 66.66666667%;
|
|
957
|
+
max-width: 66.66666667%;
|
|
963
958
|
}
|
|
964
959
|
.col-sm-9 {
|
|
965
960
|
-webkit-box-flex: 0;
|
|
@@ -969,15 +964,15 @@ mark,
|
|
|
969
964
|
}
|
|
970
965
|
.col-sm-10 {
|
|
971
966
|
-webkit-box-flex: 0;
|
|
972
|
-
-ms-flex: 0 0 83.
|
|
973
|
-
flex: 0 0 83.
|
|
974
|
-
max-width: 83.
|
|
967
|
+
-ms-flex: 0 0 83.33333333%;
|
|
968
|
+
flex: 0 0 83.33333333%;
|
|
969
|
+
max-width: 83.33333333%;
|
|
975
970
|
}
|
|
976
971
|
.col-sm-11 {
|
|
977
972
|
-webkit-box-flex: 0;
|
|
978
|
-
-ms-flex: 0 0 91.
|
|
979
|
-
flex: 0 0 91.
|
|
980
|
-
max-width: 91.
|
|
973
|
+
-ms-flex: 0 0 91.66666667%;
|
|
974
|
+
flex: 0 0 91.66666667%;
|
|
975
|
+
max-width: 91.66666667%;
|
|
981
976
|
}
|
|
982
977
|
.col-sm-12 {
|
|
983
978
|
-webkit-box-flex: 0;
|
|
@@ -1064,37 +1059,37 @@ mark,
|
|
|
1064
1059
|
margin-left: 0;
|
|
1065
1060
|
}
|
|
1066
1061
|
.offset-sm-1 {
|
|
1067
|
-
margin-left: 8.
|
|
1062
|
+
margin-left: 8.33333333%;
|
|
1068
1063
|
}
|
|
1069
1064
|
.offset-sm-2 {
|
|
1070
|
-
margin-left: 16.
|
|
1065
|
+
margin-left: 16.66666667%;
|
|
1071
1066
|
}
|
|
1072
1067
|
.offset-sm-3 {
|
|
1073
1068
|
margin-left: 25%;
|
|
1074
1069
|
}
|
|
1075
1070
|
.offset-sm-4 {
|
|
1076
|
-
margin-left: 33.
|
|
1071
|
+
margin-left: 33.33333333%;
|
|
1077
1072
|
}
|
|
1078
1073
|
.offset-sm-5 {
|
|
1079
|
-
margin-left: 41.
|
|
1074
|
+
margin-left: 41.66666667%;
|
|
1080
1075
|
}
|
|
1081
1076
|
.offset-sm-6 {
|
|
1082
1077
|
margin-left: 50%;
|
|
1083
1078
|
}
|
|
1084
1079
|
.offset-sm-7 {
|
|
1085
|
-
margin-left: 58.
|
|
1080
|
+
margin-left: 58.33333333%;
|
|
1086
1081
|
}
|
|
1087
1082
|
.offset-sm-8 {
|
|
1088
|
-
margin-left: 66.
|
|
1083
|
+
margin-left: 66.66666667%;
|
|
1089
1084
|
}
|
|
1090
1085
|
.offset-sm-9 {
|
|
1091
1086
|
margin-left: 75%;
|
|
1092
1087
|
}
|
|
1093
1088
|
.offset-sm-10 {
|
|
1094
|
-
margin-left: 83.
|
|
1089
|
+
margin-left: 83.33333333%;
|
|
1095
1090
|
}
|
|
1096
1091
|
.offset-sm-11 {
|
|
1097
|
-
margin-left: 91.
|
|
1092
|
+
margin-left: 91.66666667%;
|
|
1098
1093
|
}
|
|
1099
1094
|
}
|
|
1100
1095
|
@media (min-width: 768px) {
|
|
@@ -1151,15 +1146,15 @@ mark,
|
|
|
1151
1146
|
}
|
|
1152
1147
|
.col-md-1 {
|
|
1153
1148
|
-webkit-box-flex: 0;
|
|
1154
|
-
-ms-flex: 0 0 8.
|
|
1155
|
-
flex: 0 0 8.
|
|
1156
|
-
max-width: 8.
|
|
1149
|
+
-ms-flex: 0 0 8.33333333%;
|
|
1150
|
+
flex: 0 0 8.33333333%;
|
|
1151
|
+
max-width: 8.33333333%;
|
|
1157
1152
|
}
|
|
1158
1153
|
.col-md-2 {
|
|
1159
1154
|
-webkit-box-flex: 0;
|
|
1160
|
-
-ms-flex: 0 0 16.
|
|
1161
|
-
flex: 0 0 16.
|
|
1162
|
-
max-width: 16.
|
|
1155
|
+
-ms-flex: 0 0 16.66666667%;
|
|
1156
|
+
flex: 0 0 16.66666667%;
|
|
1157
|
+
max-width: 16.66666667%;
|
|
1163
1158
|
}
|
|
1164
1159
|
.col-md-3 {
|
|
1165
1160
|
-webkit-box-flex: 0;
|
|
@@ -1169,15 +1164,15 @@ mark,
|
|
|
1169
1164
|
}
|
|
1170
1165
|
.col-md-4 {
|
|
1171
1166
|
-webkit-box-flex: 0;
|
|
1172
|
-
-ms-flex: 0 0 33.
|
|
1173
|
-
flex: 0 0 33.
|
|
1174
|
-
max-width: 33.
|
|
1167
|
+
-ms-flex: 0 0 33.33333333%;
|
|
1168
|
+
flex: 0 0 33.33333333%;
|
|
1169
|
+
max-width: 33.33333333%;
|
|
1175
1170
|
}
|
|
1176
1171
|
.col-md-5 {
|
|
1177
1172
|
-webkit-box-flex: 0;
|
|
1178
|
-
-ms-flex: 0 0 41.
|
|
1179
|
-
flex: 0 0 41.
|
|
1180
|
-
max-width: 41.
|
|
1173
|
+
-ms-flex: 0 0 41.66666667%;
|
|
1174
|
+
flex: 0 0 41.66666667%;
|
|
1175
|
+
max-width: 41.66666667%;
|
|
1181
1176
|
}
|
|
1182
1177
|
.col-md-6 {
|
|
1183
1178
|
-webkit-box-flex: 0;
|
|
@@ -1187,15 +1182,15 @@ mark,
|
|
|
1187
1182
|
}
|
|
1188
1183
|
.col-md-7 {
|
|
1189
1184
|
-webkit-box-flex: 0;
|
|
1190
|
-
-ms-flex: 0 0 58.
|
|
1191
|
-
flex: 0 0 58.
|
|
1192
|
-
max-width: 58.
|
|
1185
|
+
-ms-flex: 0 0 58.33333333%;
|
|
1186
|
+
flex: 0 0 58.33333333%;
|
|
1187
|
+
max-width: 58.33333333%;
|
|
1193
1188
|
}
|
|
1194
1189
|
.col-md-8 {
|
|
1195
1190
|
-webkit-box-flex: 0;
|
|
1196
|
-
-ms-flex: 0 0 66.
|
|
1197
|
-
flex: 0 0 66.
|
|
1198
|
-
max-width: 66.
|
|
1191
|
+
-ms-flex: 0 0 66.66666667%;
|
|
1192
|
+
flex: 0 0 66.66666667%;
|
|
1193
|
+
max-width: 66.66666667%;
|
|
1199
1194
|
}
|
|
1200
1195
|
.col-md-9 {
|
|
1201
1196
|
-webkit-box-flex: 0;
|
|
@@ -1205,15 +1200,15 @@ mark,
|
|
|
1205
1200
|
}
|
|
1206
1201
|
.col-md-10 {
|
|
1207
1202
|
-webkit-box-flex: 0;
|
|
1208
|
-
-ms-flex: 0 0 83.
|
|
1209
|
-
flex: 0 0 83.
|
|
1210
|
-
max-width: 83.
|
|
1203
|
+
-ms-flex: 0 0 83.33333333%;
|
|
1204
|
+
flex: 0 0 83.33333333%;
|
|
1205
|
+
max-width: 83.33333333%;
|
|
1211
1206
|
}
|
|
1212
1207
|
.col-md-11 {
|
|
1213
1208
|
-webkit-box-flex: 0;
|
|
1214
|
-
-ms-flex: 0 0 91.
|
|
1215
|
-
flex: 0 0 91.
|
|
1216
|
-
max-width: 91.
|
|
1209
|
+
-ms-flex: 0 0 91.66666667%;
|
|
1210
|
+
flex: 0 0 91.66666667%;
|
|
1211
|
+
max-width: 91.66666667%;
|
|
1217
1212
|
}
|
|
1218
1213
|
.col-md-12 {
|
|
1219
1214
|
-webkit-box-flex: 0;
|
|
@@ -1300,37 +1295,37 @@ mark,
|
|
|
1300
1295
|
margin-left: 0;
|
|
1301
1296
|
}
|
|
1302
1297
|
.offset-md-1 {
|
|
1303
|
-
margin-left: 8.
|
|
1298
|
+
margin-left: 8.33333333%;
|
|
1304
1299
|
}
|
|
1305
1300
|
.offset-md-2 {
|
|
1306
|
-
margin-left: 16.
|
|
1301
|
+
margin-left: 16.66666667%;
|
|
1307
1302
|
}
|
|
1308
1303
|
.offset-md-3 {
|
|
1309
1304
|
margin-left: 25%;
|
|
1310
1305
|
}
|
|
1311
1306
|
.offset-md-4 {
|
|
1312
|
-
margin-left: 33.
|
|
1307
|
+
margin-left: 33.33333333%;
|
|
1313
1308
|
}
|
|
1314
1309
|
.offset-md-5 {
|
|
1315
|
-
margin-left: 41.
|
|
1310
|
+
margin-left: 41.66666667%;
|
|
1316
1311
|
}
|
|
1317
1312
|
.offset-md-6 {
|
|
1318
1313
|
margin-left: 50%;
|
|
1319
1314
|
}
|
|
1320
1315
|
.offset-md-7 {
|
|
1321
|
-
margin-left: 58.
|
|
1316
|
+
margin-left: 58.33333333%;
|
|
1322
1317
|
}
|
|
1323
1318
|
.offset-md-8 {
|
|
1324
|
-
margin-left: 66.
|
|
1319
|
+
margin-left: 66.66666667%;
|
|
1325
1320
|
}
|
|
1326
1321
|
.offset-md-9 {
|
|
1327
1322
|
margin-left: 75%;
|
|
1328
1323
|
}
|
|
1329
1324
|
.offset-md-10 {
|
|
1330
|
-
margin-left: 83.
|
|
1325
|
+
margin-left: 83.33333333%;
|
|
1331
1326
|
}
|
|
1332
1327
|
.offset-md-11 {
|
|
1333
|
-
margin-left: 91.
|
|
1328
|
+
margin-left: 91.66666667%;
|
|
1334
1329
|
}
|
|
1335
1330
|
}
|
|
1336
1331
|
@media (min-width: 992px) {
|
|
@@ -1387,15 +1382,15 @@ mark,
|
|
|
1387
1382
|
}
|
|
1388
1383
|
.col-lg-1 {
|
|
1389
1384
|
-webkit-box-flex: 0;
|
|
1390
|
-
-ms-flex: 0 0 8.
|
|
1391
|
-
flex: 0 0 8.
|
|
1392
|
-
max-width: 8.
|
|
1385
|
+
-ms-flex: 0 0 8.33333333%;
|
|
1386
|
+
flex: 0 0 8.33333333%;
|
|
1387
|
+
max-width: 8.33333333%;
|
|
1393
1388
|
}
|
|
1394
1389
|
.col-lg-2 {
|
|
1395
1390
|
-webkit-box-flex: 0;
|
|
1396
|
-
-ms-flex: 0 0 16.
|
|
1397
|
-
flex: 0 0 16.
|
|
1398
|
-
max-width: 16.
|
|
1391
|
+
-ms-flex: 0 0 16.66666667%;
|
|
1392
|
+
flex: 0 0 16.66666667%;
|
|
1393
|
+
max-width: 16.66666667%;
|
|
1399
1394
|
}
|
|
1400
1395
|
.col-lg-3 {
|
|
1401
1396
|
-webkit-box-flex: 0;
|
|
@@ -1405,15 +1400,15 @@ mark,
|
|
|
1405
1400
|
}
|
|
1406
1401
|
.col-lg-4 {
|
|
1407
1402
|
-webkit-box-flex: 0;
|
|
1408
|
-
-ms-flex: 0 0 33.
|
|
1409
|
-
flex: 0 0 33.
|
|
1410
|
-
max-width: 33.
|
|
1403
|
+
-ms-flex: 0 0 33.33333333%;
|
|
1404
|
+
flex: 0 0 33.33333333%;
|
|
1405
|
+
max-width: 33.33333333%;
|
|
1411
1406
|
}
|
|
1412
1407
|
.col-lg-5 {
|
|
1413
1408
|
-webkit-box-flex: 0;
|
|
1414
|
-
-ms-flex: 0 0 41.
|
|
1415
|
-
flex: 0 0 41.
|
|
1416
|
-
max-width: 41.
|
|
1409
|
+
-ms-flex: 0 0 41.66666667%;
|
|
1410
|
+
flex: 0 0 41.66666667%;
|
|
1411
|
+
max-width: 41.66666667%;
|
|
1417
1412
|
}
|
|
1418
1413
|
.col-lg-6 {
|
|
1419
1414
|
-webkit-box-flex: 0;
|
|
@@ -1423,15 +1418,15 @@ mark,
|
|
|
1423
1418
|
}
|
|
1424
1419
|
.col-lg-7 {
|
|
1425
1420
|
-webkit-box-flex: 0;
|
|
1426
|
-
-ms-flex: 0 0 58.
|
|
1427
|
-
flex: 0 0 58.
|
|
1428
|
-
max-width: 58.
|
|
1421
|
+
-ms-flex: 0 0 58.33333333%;
|
|
1422
|
+
flex: 0 0 58.33333333%;
|
|
1423
|
+
max-width: 58.33333333%;
|
|
1429
1424
|
}
|
|
1430
1425
|
.col-lg-8 {
|
|
1431
1426
|
-webkit-box-flex: 0;
|
|
1432
|
-
-ms-flex: 0 0 66.
|
|
1433
|
-
flex: 0 0 66.
|
|
1434
|
-
max-width: 66.
|
|
1427
|
+
-ms-flex: 0 0 66.66666667%;
|
|
1428
|
+
flex: 0 0 66.66666667%;
|
|
1429
|
+
max-width: 66.66666667%;
|
|
1435
1430
|
}
|
|
1436
1431
|
.col-lg-9 {
|
|
1437
1432
|
-webkit-box-flex: 0;
|
|
@@ -1441,15 +1436,15 @@ mark,
|
|
|
1441
1436
|
}
|
|
1442
1437
|
.col-lg-10 {
|
|
1443
1438
|
-webkit-box-flex: 0;
|
|
1444
|
-
-ms-flex: 0 0 83.
|
|
1445
|
-
flex: 0 0 83.
|
|
1446
|
-
max-width: 83.
|
|
1439
|
+
-ms-flex: 0 0 83.33333333%;
|
|
1440
|
+
flex: 0 0 83.33333333%;
|
|
1441
|
+
max-width: 83.33333333%;
|
|
1447
1442
|
}
|
|
1448
1443
|
.col-lg-11 {
|
|
1449
1444
|
-webkit-box-flex: 0;
|
|
1450
|
-
-ms-flex: 0 0 91.
|
|
1451
|
-
flex: 0 0 91.
|
|
1452
|
-
max-width: 91.
|
|
1445
|
+
-ms-flex: 0 0 91.66666667%;
|
|
1446
|
+
flex: 0 0 91.66666667%;
|
|
1447
|
+
max-width: 91.66666667%;
|
|
1453
1448
|
}
|
|
1454
1449
|
.col-lg-12 {
|
|
1455
1450
|
-webkit-box-flex: 0;
|
|
@@ -1536,37 +1531,37 @@ mark,
|
|
|
1536
1531
|
margin-left: 0;
|
|
1537
1532
|
}
|
|
1538
1533
|
.offset-lg-1 {
|
|
1539
|
-
margin-left: 8.
|
|
1534
|
+
margin-left: 8.33333333%;
|
|
1540
1535
|
}
|
|
1541
1536
|
.offset-lg-2 {
|
|
1542
|
-
margin-left: 16.
|
|
1537
|
+
margin-left: 16.66666667%;
|
|
1543
1538
|
}
|
|
1544
1539
|
.offset-lg-3 {
|
|
1545
1540
|
margin-left: 25%;
|
|
1546
1541
|
}
|
|
1547
1542
|
.offset-lg-4 {
|
|
1548
|
-
margin-left: 33.
|
|
1543
|
+
margin-left: 33.33333333%;
|
|
1549
1544
|
}
|
|
1550
1545
|
.offset-lg-5 {
|
|
1551
|
-
margin-left: 41.
|
|
1546
|
+
margin-left: 41.66666667%;
|
|
1552
1547
|
}
|
|
1553
1548
|
.offset-lg-6 {
|
|
1554
1549
|
margin-left: 50%;
|
|
1555
1550
|
}
|
|
1556
1551
|
.offset-lg-7 {
|
|
1557
|
-
margin-left: 58.
|
|
1552
|
+
margin-left: 58.33333333%;
|
|
1558
1553
|
}
|
|
1559
1554
|
.offset-lg-8 {
|
|
1560
|
-
margin-left: 66.
|
|
1555
|
+
margin-left: 66.66666667%;
|
|
1561
1556
|
}
|
|
1562
1557
|
.offset-lg-9 {
|
|
1563
1558
|
margin-left: 75%;
|
|
1564
1559
|
}
|
|
1565
1560
|
.offset-lg-10 {
|
|
1566
|
-
margin-left: 83.
|
|
1561
|
+
margin-left: 83.33333333%;
|
|
1567
1562
|
}
|
|
1568
1563
|
.offset-lg-11 {
|
|
1569
|
-
margin-left: 91.
|
|
1564
|
+
margin-left: 91.66666667%;
|
|
1570
1565
|
}
|
|
1571
1566
|
}
|
|
1572
1567
|
@media (min-width: 1200px) {
|
|
@@ -1623,15 +1618,15 @@ mark,
|
|
|
1623
1618
|
}
|
|
1624
1619
|
.col-xl-1 {
|
|
1625
1620
|
-webkit-box-flex: 0;
|
|
1626
|
-
-ms-flex: 0 0 8.
|
|
1627
|
-
flex: 0 0 8.
|
|
1628
|
-
max-width: 8.
|
|
1621
|
+
-ms-flex: 0 0 8.33333333%;
|
|
1622
|
+
flex: 0 0 8.33333333%;
|
|
1623
|
+
max-width: 8.33333333%;
|
|
1629
1624
|
}
|
|
1630
1625
|
.col-xl-2 {
|
|
1631
1626
|
-webkit-box-flex: 0;
|
|
1632
|
-
-ms-flex: 0 0 16.
|
|
1633
|
-
flex: 0 0 16.
|
|
1634
|
-
max-width: 16.
|
|
1627
|
+
-ms-flex: 0 0 16.66666667%;
|
|
1628
|
+
flex: 0 0 16.66666667%;
|
|
1629
|
+
max-width: 16.66666667%;
|
|
1635
1630
|
}
|
|
1636
1631
|
.col-xl-3 {
|
|
1637
1632
|
-webkit-box-flex: 0;
|
|
@@ -1641,15 +1636,15 @@ mark,
|
|
|
1641
1636
|
}
|
|
1642
1637
|
.col-xl-4 {
|
|
1643
1638
|
-webkit-box-flex: 0;
|
|
1644
|
-
-ms-flex: 0 0 33.
|
|
1645
|
-
flex: 0 0 33.
|
|
1646
|
-
max-width: 33.
|
|
1639
|
+
-ms-flex: 0 0 33.33333333%;
|
|
1640
|
+
flex: 0 0 33.33333333%;
|
|
1641
|
+
max-width: 33.33333333%;
|
|
1647
1642
|
}
|
|
1648
1643
|
.col-xl-5 {
|
|
1649
1644
|
-webkit-box-flex: 0;
|
|
1650
|
-
-ms-flex: 0 0 41.
|
|
1651
|
-
flex: 0 0 41.
|
|
1652
|
-
max-width: 41.
|
|
1645
|
+
-ms-flex: 0 0 41.66666667%;
|
|
1646
|
+
flex: 0 0 41.66666667%;
|
|
1647
|
+
max-width: 41.66666667%;
|
|
1653
1648
|
}
|
|
1654
1649
|
.col-xl-6 {
|
|
1655
1650
|
-webkit-box-flex: 0;
|
|
@@ -1659,15 +1654,15 @@ mark,
|
|
|
1659
1654
|
}
|
|
1660
1655
|
.col-xl-7 {
|
|
1661
1656
|
-webkit-box-flex: 0;
|
|
1662
|
-
-ms-flex: 0 0 58.
|
|
1663
|
-
flex: 0 0 58.
|
|
1664
|
-
max-width: 58.
|
|
1657
|
+
-ms-flex: 0 0 58.33333333%;
|
|
1658
|
+
flex: 0 0 58.33333333%;
|
|
1659
|
+
max-width: 58.33333333%;
|
|
1665
1660
|
}
|
|
1666
1661
|
.col-xl-8 {
|
|
1667
1662
|
-webkit-box-flex: 0;
|
|
1668
|
-
-ms-flex: 0 0 66.
|
|
1669
|
-
flex: 0 0 66.
|
|
1670
|
-
max-width: 66.
|
|
1663
|
+
-ms-flex: 0 0 66.66666667%;
|
|
1664
|
+
flex: 0 0 66.66666667%;
|
|
1665
|
+
max-width: 66.66666667%;
|
|
1671
1666
|
}
|
|
1672
1667
|
.col-xl-9 {
|
|
1673
1668
|
-webkit-box-flex: 0;
|
|
@@ -1677,15 +1672,15 @@ mark,
|
|
|
1677
1672
|
}
|
|
1678
1673
|
.col-xl-10 {
|
|
1679
1674
|
-webkit-box-flex: 0;
|
|
1680
|
-
-ms-flex: 0 0 83.
|
|
1681
|
-
flex: 0 0 83.
|
|
1682
|
-
max-width: 83.
|
|
1675
|
+
-ms-flex: 0 0 83.33333333%;
|
|
1676
|
+
flex: 0 0 83.33333333%;
|
|
1677
|
+
max-width: 83.33333333%;
|
|
1683
1678
|
}
|
|
1684
1679
|
.col-xl-11 {
|
|
1685
1680
|
-webkit-box-flex: 0;
|
|
1686
|
-
-ms-flex: 0 0 91.
|
|
1687
|
-
flex: 0 0 91.
|
|
1688
|
-
max-width: 91.
|
|
1681
|
+
-ms-flex: 0 0 91.66666667%;
|
|
1682
|
+
flex: 0 0 91.66666667%;
|
|
1683
|
+
max-width: 91.66666667%;
|
|
1689
1684
|
}
|
|
1690
1685
|
.col-xl-12 {
|
|
1691
1686
|
-webkit-box-flex: 0;
|
|
@@ -1772,37 +1767,37 @@ mark,
|
|
|
1772
1767
|
margin-left: 0;
|
|
1773
1768
|
}
|
|
1774
1769
|
.offset-xl-1 {
|
|
1775
|
-
margin-left: 8.
|
|
1770
|
+
margin-left: 8.33333333%;
|
|
1776
1771
|
}
|
|
1777
1772
|
.offset-xl-2 {
|
|
1778
|
-
margin-left: 16.
|
|
1773
|
+
margin-left: 16.66666667%;
|
|
1779
1774
|
}
|
|
1780
1775
|
.offset-xl-3 {
|
|
1781
1776
|
margin-left: 25%;
|
|
1782
1777
|
}
|
|
1783
1778
|
.offset-xl-4 {
|
|
1784
|
-
margin-left: 33.
|
|
1779
|
+
margin-left: 33.33333333%;
|
|
1785
1780
|
}
|
|
1786
1781
|
.offset-xl-5 {
|
|
1787
|
-
margin-left: 41.
|
|
1782
|
+
margin-left: 41.66666667%;
|
|
1788
1783
|
}
|
|
1789
1784
|
.offset-xl-6 {
|
|
1790
1785
|
margin-left: 50%;
|
|
1791
1786
|
}
|
|
1792
1787
|
.offset-xl-7 {
|
|
1793
|
-
margin-left: 58.
|
|
1788
|
+
margin-left: 58.33333333%;
|
|
1794
1789
|
}
|
|
1795
1790
|
.offset-xl-8 {
|
|
1796
|
-
margin-left: 66.
|
|
1791
|
+
margin-left: 66.66666667%;
|
|
1797
1792
|
}
|
|
1798
1793
|
.offset-xl-9 {
|
|
1799
1794
|
margin-left: 75%;
|
|
1800
1795
|
}
|
|
1801
1796
|
.offset-xl-10 {
|
|
1802
|
-
margin-left: 83.
|
|
1797
|
+
margin-left: 83.33333333%;
|
|
1803
1798
|
}
|
|
1804
1799
|
.offset-xl-11 {
|
|
1805
|
-
margin-left: 91.
|
|
1800
|
+
margin-left: 91.66666667%;
|
|
1806
1801
|
}
|
|
1807
1802
|
}
|
|
1808
1803
|
@media (min-width: 1600px) {
|
|
@@ -1859,15 +1854,15 @@ mark,
|
|
|
1859
1854
|
}
|
|
1860
1855
|
.col-xxl-1 {
|
|
1861
1856
|
-webkit-box-flex: 0;
|
|
1862
|
-
-ms-flex: 0 0 8.
|
|
1863
|
-
flex: 0 0 8.
|
|
1864
|
-
max-width: 8.
|
|
1857
|
+
-ms-flex: 0 0 8.33333333%;
|
|
1858
|
+
flex: 0 0 8.33333333%;
|
|
1859
|
+
max-width: 8.33333333%;
|
|
1865
1860
|
}
|
|
1866
1861
|
.col-xxl-2 {
|
|
1867
1862
|
-webkit-box-flex: 0;
|
|
1868
|
-
-ms-flex: 0 0 16.
|
|
1869
|
-
flex: 0 0 16.
|
|
1870
|
-
max-width: 16.
|
|
1863
|
+
-ms-flex: 0 0 16.66666667%;
|
|
1864
|
+
flex: 0 0 16.66666667%;
|
|
1865
|
+
max-width: 16.66666667%;
|
|
1871
1866
|
}
|
|
1872
1867
|
.col-xxl-3 {
|
|
1873
1868
|
-webkit-box-flex: 0;
|
|
@@ -1877,15 +1872,15 @@ mark,
|
|
|
1877
1872
|
}
|
|
1878
1873
|
.col-xxl-4 {
|
|
1879
1874
|
-webkit-box-flex: 0;
|
|
1880
|
-
-ms-flex: 0 0 33.
|
|
1881
|
-
flex: 0 0 33.
|
|
1882
|
-
max-width: 33.
|
|
1875
|
+
-ms-flex: 0 0 33.33333333%;
|
|
1876
|
+
flex: 0 0 33.33333333%;
|
|
1877
|
+
max-width: 33.33333333%;
|
|
1883
1878
|
}
|
|
1884
1879
|
.col-xxl-5 {
|
|
1885
1880
|
-webkit-box-flex: 0;
|
|
1886
|
-
-ms-flex: 0 0 41.
|
|
1887
|
-
flex: 0 0 41.
|
|
1888
|
-
max-width: 41.
|
|
1881
|
+
-ms-flex: 0 0 41.66666667%;
|
|
1882
|
+
flex: 0 0 41.66666667%;
|
|
1883
|
+
max-width: 41.66666667%;
|
|
1889
1884
|
}
|
|
1890
1885
|
.col-xxl-6 {
|
|
1891
1886
|
-webkit-box-flex: 0;
|
|
@@ -1895,15 +1890,15 @@ mark,
|
|
|
1895
1890
|
}
|
|
1896
1891
|
.col-xxl-7 {
|
|
1897
1892
|
-webkit-box-flex: 0;
|
|
1898
|
-
-ms-flex: 0 0 58.
|
|
1899
|
-
flex: 0 0 58.
|
|
1900
|
-
max-width: 58.
|
|
1893
|
+
-ms-flex: 0 0 58.33333333%;
|
|
1894
|
+
flex: 0 0 58.33333333%;
|
|
1895
|
+
max-width: 58.33333333%;
|
|
1901
1896
|
}
|
|
1902
1897
|
.col-xxl-8 {
|
|
1903
1898
|
-webkit-box-flex: 0;
|
|
1904
|
-
-ms-flex: 0 0 66.
|
|
1905
|
-
flex: 0 0 66.
|
|
1906
|
-
max-width: 66.
|
|
1899
|
+
-ms-flex: 0 0 66.66666667%;
|
|
1900
|
+
flex: 0 0 66.66666667%;
|
|
1901
|
+
max-width: 66.66666667%;
|
|
1907
1902
|
}
|
|
1908
1903
|
.col-xxl-9 {
|
|
1909
1904
|
-webkit-box-flex: 0;
|
|
@@ -1913,15 +1908,15 @@ mark,
|
|
|
1913
1908
|
}
|
|
1914
1909
|
.col-xxl-10 {
|
|
1915
1910
|
-webkit-box-flex: 0;
|
|
1916
|
-
-ms-flex: 0 0 83.
|
|
1917
|
-
flex: 0 0 83.
|
|
1918
|
-
max-width: 83.
|
|
1911
|
+
-ms-flex: 0 0 83.33333333%;
|
|
1912
|
+
flex: 0 0 83.33333333%;
|
|
1913
|
+
max-width: 83.33333333%;
|
|
1919
1914
|
}
|
|
1920
1915
|
.col-xxl-11 {
|
|
1921
1916
|
-webkit-box-flex: 0;
|
|
1922
|
-
-ms-flex: 0 0 91.
|
|
1923
|
-
flex: 0 0 91.
|
|
1924
|
-
max-width: 91.
|
|
1917
|
+
-ms-flex: 0 0 91.66666667%;
|
|
1918
|
+
flex: 0 0 91.66666667%;
|
|
1919
|
+
max-width: 91.66666667%;
|
|
1925
1920
|
}
|
|
1926
1921
|
.col-xxl-12 {
|
|
1927
1922
|
-webkit-box-flex: 0;
|
|
@@ -2008,37 +2003,37 @@ mark,
|
|
|
2008
2003
|
margin-left: 0;
|
|
2009
2004
|
}
|
|
2010
2005
|
.offset-xxl-1 {
|
|
2011
|
-
margin-left: 8.
|
|
2006
|
+
margin-left: 8.33333333%;
|
|
2012
2007
|
}
|
|
2013
2008
|
.offset-xxl-2 {
|
|
2014
|
-
margin-left: 16.
|
|
2009
|
+
margin-left: 16.66666667%;
|
|
2015
2010
|
}
|
|
2016
2011
|
.offset-xxl-3 {
|
|
2017
2012
|
margin-left: 25%;
|
|
2018
2013
|
}
|
|
2019
2014
|
.offset-xxl-4 {
|
|
2020
|
-
margin-left: 33.
|
|
2015
|
+
margin-left: 33.33333333%;
|
|
2021
2016
|
}
|
|
2022
2017
|
.offset-xxl-5 {
|
|
2023
|
-
margin-left: 41.
|
|
2018
|
+
margin-left: 41.66666667%;
|
|
2024
2019
|
}
|
|
2025
2020
|
.offset-xxl-6 {
|
|
2026
2021
|
margin-left: 50%;
|
|
2027
2022
|
}
|
|
2028
2023
|
.offset-xxl-7 {
|
|
2029
|
-
margin-left: 58.
|
|
2024
|
+
margin-left: 58.33333333%;
|
|
2030
2025
|
}
|
|
2031
2026
|
.offset-xxl-8 {
|
|
2032
|
-
margin-left: 66.
|
|
2027
|
+
margin-left: 66.66666667%;
|
|
2033
2028
|
}
|
|
2034
2029
|
.offset-xxl-9 {
|
|
2035
2030
|
margin-left: 75%;
|
|
2036
2031
|
}
|
|
2037
2032
|
.offset-xxl-10 {
|
|
2038
|
-
margin-left: 83.
|
|
2033
|
+
margin-left: 83.33333333%;
|
|
2039
2034
|
}
|
|
2040
2035
|
.offset-xxl-11 {
|
|
2041
|
-
margin-left: 91.
|
|
2036
|
+
margin-left: 91.66666667%;
|
|
2042
2037
|
}
|
|
2043
2038
|
}
|
|
2044
2039
|
.form-control, .selectize-control .selectize-input {
|
|
@@ -2069,10 +2064,6 @@ mark,
|
|
|
2069
2064
|
background-color: transparent;
|
|
2070
2065
|
border: 0;
|
|
2071
2066
|
}
|
|
2072
|
-
.form-control:-moz-focusring, .selectize-control .selectize-input:-moz-focusring {
|
|
2073
|
-
color: transparent;
|
|
2074
|
-
text-shadow: 0 0 0 #212121;
|
|
2075
|
-
}
|
|
2076
2067
|
.form-control:focus, .selectize-control .selectize-input:focus {
|
|
2077
2068
|
color: #212121;
|
|
2078
2069
|
background-color: #fff;
|
|
@@ -2118,6 +2109,10 @@ input[type=month].form-control,
|
|
|
2118
2109
|
appearance: none;
|
|
2119
2110
|
}
|
|
2120
2111
|
|
|
2112
|
+
select.form-control:-moz-focusring, .selectize-control select.selectize-input:-moz-focusring {
|
|
2113
|
+
color: transparent;
|
|
2114
|
+
text-shadow: 0 0 0 #212121;
|
|
2115
|
+
}
|
|
2121
2116
|
select.form-control:focus::-ms-value, .selectize-control select.selectize-input:focus::-ms-value {
|
|
2122
2117
|
color: #212121;
|
|
2123
2118
|
background-color: #fff;
|
|
@@ -2288,7 +2283,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2288
2283
|
|
|
2289
2284
|
.was-validated .form-control:valid, .was-validated .selectize-control .selectize-input:valid, .selectize-control .was-validated .selectize-input:valid, .form-control.is-valid, .selectize-control .is-valid.selectize-input {
|
|
2290
2285
|
border-color: #7ed321;
|
|
2291
|
-
padding-right: 2.25rem;
|
|
2286
|
+
padding-right: 2.25rem !important;
|
|
2292
2287
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237ed321' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
2293
2288
|
background-repeat: no-repeat;
|
|
2294
2289
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
@@ -2300,6 +2295,11 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2300
2295
|
box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.25);
|
|
2301
2296
|
}
|
|
2302
2297
|
|
|
2298
|
+
.was-validated select.form-control:valid, .was-validated .selectize-control select.selectize-input:valid, .selectize-control .was-validated select.selectize-input:valid, select.form-control.is-valid, .selectize-control select.is-valid.selectize-input {
|
|
2299
|
+
padding-right: 3rem !important;
|
|
2300
|
+
background-position: right 1.5rem center;
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
2303
|
.was-validated textarea.form-control:valid, .was-validated .selectize-control textarea.selectize-input:valid, .selectize-control .was-validated textarea.selectize-input:valid, textarea.form-control.is-valid, .selectize-control textarea.is-valid.selectize-input {
|
|
2304
2304
|
padding-right: 2.25rem;
|
|
2305
2305
|
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
|
|
@@ -2307,7 +2307,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2307
2307
|
|
|
2308
2308
|
.was-validated .custom-select:valid, .custom-select.is-valid {
|
|
2309
2309
|
border-color: #7ed321;
|
|
2310
|
-
padding-right: calc(0.75em + 2.3125rem);
|
|
2310
|
+
padding-right: calc(0.75em + 2.3125rem) !important;
|
|
2311
2311
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237ed321' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
|
|
2312
2312
|
}
|
|
2313
2313
|
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
|
|
@@ -2388,7 +2388,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2388
2388
|
|
|
2389
2389
|
.was-validated .form-control:invalid, .was-validated .selectize-control .selectize-input:invalid, .selectize-control .was-validated .selectize-input:invalid, .form-control.is-invalid, .selectize-control .is-invalid.selectize-input {
|
|
2390
2390
|
border-color: #ff0000;
|
|
2391
|
-
padding-right: 2.25rem;
|
|
2391
|
+
padding-right: 2.25rem !important;
|
|
2392
2392
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e");
|
|
2393
2393
|
background-repeat: no-repeat;
|
|
2394
2394
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
@@ -2400,6 +2400,11 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2400
2400
|
box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
|
+
.was-validated select.form-control:invalid, .was-validated .selectize-control select.selectize-input:invalid, .selectize-control .was-validated select.selectize-input:invalid, select.form-control.is-invalid, .selectize-control select.is-invalid.selectize-input {
|
|
2404
|
+
padding-right: 3rem !important;
|
|
2405
|
+
background-position: right 1.5rem center;
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2403
2408
|
.was-validated textarea.form-control:invalid, .was-validated .selectize-control textarea.selectize-input:invalid, .selectize-control .was-validated textarea.selectize-input:invalid, textarea.form-control.is-invalid, .selectize-control textarea.is-invalid.selectize-input {
|
|
2404
2409
|
padding-right: 2.25rem;
|
|
2405
2410
|
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
|
|
@@ -2407,7 +2412,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2407
2412
|
|
|
2408
2413
|
.was-validated .custom-select:invalid, .custom-select.is-invalid {
|
|
2409
2414
|
border-color: #ff0000;
|
|
2410
|
-
padding-right: calc(0.75em + 2.3125rem);
|
|
2415
|
+
padding-right: calc(0.75em + 2.3125rem) !important;
|
|
2411
2416
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
|
|
2412
2417
|
}
|
|
2413
2418
|
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
|
|
@@ -2547,6 +2552,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2547
2552
|
font-weight: 400;
|
|
2548
2553
|
color: #212121;
|
|
2549
2554
|
text-align: center;
|
|
2555
|
+
-webkit-text-decoration: none;
|
|
2550
2556
|
text-decoration: none;
|
|
2551
2557
|
vertical-align: middle;
|
|
2552
2558
|
-webkit-user-select: none;
|
|
@@ -2572,6 +2578,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
|
|
|
2572
2578
|
}
|
|
2573
2579
|
.btn:hover {
|
|
2574
2580
|
color: #212121;
|
|
2581
|
+
-webkit-text-decoration: none;
|
|
2575
2582
|
text-decoration: none;
|
|
2576
2583
|
}
|
|
2577
2584
|
.btn:focus, .btn.focus {
|
|
@@ -3065,13 +3072,16 @@ fieldset:disabled a.btn {
|
|
|
3065
3072
|
.btn-link {
|
|
3066
3073
|
font-weight: 400;
|
|
3067
3074
|
color: #212121;
|
|
3075
|
+
-webkit-text-decoration: underline;
|
|
3068
3076
|
text-decoration: underline;
|
|
3069
3077
|
}
|
|
3070
3078
|
.btn-link:hover {
|
|
3071
3079
|
color: #ff0000;
|
|
3080
|
+
-webkit-text-decoration: underline;
|
|
3072
3081
|
text-decoration: underline;
|
|
3073
3082
|
}
|
|
3074
3083
|
.btn-link:focus, .btn-link.focus {
|
|
3084
|
+
-webkit-text-decoration: underline;
|
|
3075
3085
|
text-decoration: underline;
|
|
3076
3086
|
}
|
|
3077
3087
|
.btn-link:disabled, .btn-link.disabled {
|
|
@@ -3138,6 +3148,18 @@ input[type=button].btn-block {
|
|
|
3138
3148
|
transition: none;
|
|
3139
3149
|
}
|
|
3140
3150
|
}
|
|
3151
|
+
.collapsing.width {
|
|
3152
|
+
width: 0;
|
|
3153
|
+
height: auto;
|
|
3154
|
+
-webkit-transition: width 0.35s ease;
|
|
3155
|
+
transition: width 0.35s ease;
|
|
3156
|
+
}
|
|
3157
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3158
|
+
.collapsing.width {
|
|
3159
|
+
-webkit-transition: none;
|
|
3160
|
+
transition: none;
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3141
3163
|
|
|
3142
3164
|
.dropup,
|
|
3143
3165
|
.dropright,
|
|
@@ -3339,6 +3361,7 @@ input[type=button].btn-block {
|
|
|
3339
3361
|
font-weight: 400;
|
|
3340
3362
|
color: #212121;
|
|
3341
3363
|
text-align: inherit;
|
|
3364
|
+
-webkit-text-decoration: none;
|
|
3342
3365
|
text-decoration: none;
|
|
3343
3366
|
white-space: nowrap;
|
|
3344
3367
|
background-color: transparent;
|
|
@@ -3346,11 +3369,13 @@ input[type=button].btn-block {
|
|
|
3346
3369
|
}
|
|
3347
3370
|
.dropdown-item:hover, .dropdown-item:focus {
|
|
3348
3371
|
color: #141414;
|
|
3372
|
+
-webkit-text-decoration: none;
|
|
3349
3373
|
text-decoration: none;
|
|
3350
3374
|
background-color: #e6e6e6;
|
|
3351
3375
|
}
|
|
3352
3376
|
.dropdown-item.active, .dropdown-item:active {
|
|
3353
3377
|
color: #fff;
|
|
3378
|
+
-webkit-text-decoration: none;
|
|
3354
3379
|
text-decoration: none;
|
|
3355
3380
|
background-color: #ff0000;
|
|
3356
3381
|
}
|
|
@@ -3443,18 +3468,24 @@ input[type=button].btn-block {
|
|
|
3443
3468
|
-ms-flex-align: center;
|
|
3444
3469
|
align-items: center;
|
|
3445
3470
|
}
|
|
3446
|
-
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:
|
|
3471
|
+
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
|
|
3472
|
+
border-top-right-radius: 0;
|
|
3473
|
+
border-bottom-right-radius: 0;
|
|
3474
|
+
}
|
|
3475
|
+
.input-group > .custom-file:not(:first-child) .custom-file-label {
|
|
3447
3476
|
border-top-left-radius: 0;
|
|
3448
3477
|
border-bottom-left-radius: 0;
|
|
3449
3478
|
}
|
|
3450
3479
|
.input-group:not(.has-validation) > .form-control:not(:last-child), .selectize-control .input-group:not(.has-validation) > .selectize-input:not(:last-child),
|
|
3451
3480
|
.input-group:not(.has-validation) > .custom-select:not(:last-child),
|
|
3481
|
+
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
|
|
3452
3482
|
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
|
|
3453
3483
|
border-top-right-radius: 0;
|
|
3454
3484
|
border-bottom-right-radius: 0;
|
|
3455
3485
|
}
|
|
3456
3486
|
.input-group.has-validation > .form-control:nth-last-child(n+3), .selectize-control .input-group.has-validation > .selectize-input:nth-last-child(n+3),
|
|
3457
3487
|
.input-group.has-validation > .custom-select:nth-last-child(n+3),
|
|
3488
|
+
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
|
|
3458
3489
|
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
|
|
3459
3490
|
border-top-right-radius: 0;
|
|
3460
3491
|
border-bottom-right-radius: 0;
|
|
@@ -3586,7 +3617,7 @@ input[type=button].btn-block {
|
|
|
3586
3617
|
min-height: 1.5rem;
|
|
3587
3618
|
padding-left: 2.5rem;
|
|
3588
3619
|
-webkit-print-color-adjust: exact;
|
|
3589
|
-
color-adjust: exact;
|
|
3620
|
+
print-color-adjust: exact;
|
|
3590
3621
|
}
|
|
3591
3622
|
|
|
3592
3623
|
.custom-control-inline {
|
|
@@ -3643,7 +3674,7 @@ input[type=button].btn-block {
|
|
|
3643
3674
|
pointer-events: none;
|
|
3644
3675
|
content: "";
|
|
3645
3676
|
background-color: #fff;
|
|
3646
|
-
border:
|
|
3677
|
+
border: 1px solid #adb5bd;
|
|
3647
3678
|
}
|
|
3648
3679
|
.custom-control-label::after {
|
|
3649
3680
|
position: absolute;
|
|
@@ -4020,9 +4051,11 @@ input[type=button].btn-block {
|
|
|
4020
4051
|
.nav-link {
|
|
4021
4052
|
display: block;
|
|
4022
4053
|
padding: 0.5rem 1rem;
|
|
4054
|
+
-webkit-text-decoration: none;
|
|
4023
4055
|
text-decoration: none;
|
|
4024
4056
|
}
|
|
4025
4057
|
.nav-link:hover, .nav-link:focus {
|
|
4058
|
+
-webkit-text-decoration: none;
|
|
4026
4059
|
text-decoration: none;
|
|
4027
4060
|
}
|
|
4028
4061
|
.nav-link.disabled {
|
|
@@ -4036,11 +4069,13 @@ input[type=button].btn-block {
|
|
|
4036
4069
|
}
|
|
4037
4070
|
.nav-tabs .nav-link {
|
|
4038
4071
|
margin-bottom: -1px;
|
|
4072
|
+
background-color: transparent;
|
|
4039
4073
|
border: 1px solid transparent;
|
|
4040
4074
|
border-top-left-radius: 2px;
|
|
4041
4075
|
border-top-right-radius: 2px;
|
|
4042
4076
|
}
|
|
4043
4077
|
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
|
|
4078
|
+
isolation: isolate;
|
|
4044
4079
|
border-color: #d5d5d5;
|
|
4045
4080
|
}
|
|
4046
4081
|
.nav-tabs .nav-link.disabled {
|
|
@@ -4061,6 +4096,8 @@ input[type=button].btn-block {
|
|
|
4061
4096
|
}
|
|
4062
4097
|
|
|
4063
4098
|
.nav-pills .nav-link {
|
|
4099
|
+
background: none;
|
|
4100
|
+
border: 0;
|
|
4064
4101
|
border-radius: 2px;
|
|
4065
4102
|
}
|
|
4066
4103
|
.nav-pills .nav-link.active,
|
|
@@ -4155,6 +4192,7 @@ input[type=button].btn-block {
|
|
|
4155
4192
|
}
|
|
4156
4193
|
|
|
4157
4194
|
.card-link:hover {
|
|
4195
|
+
-webkit-text-decoration: none;
|
|
4158
4196
|
text-decoration: none;
|
|
4159
4197
|
}
|
|
4160
4198
|
.card-link + .card-link {
|
|
@@ -4304,7 +4342,6 @@ input[type=button].btn-block {
|
|
|
4304
4342
|
-webkit-column-count: 3;
|
|
4305
4343
|
-moz-column-count: 3;
|
|
4306
4344
|
column-count: 3;
|
|
4307
|
-
grid-column-gap: 1.25rem;
|
|
4308
4345
|
-webkit-column-gap: 1.25rem;
|
|
4309
4346
|
-moz-column-gap: 1.25rem;
|
|
4310
4347
|
column-gap: 1.25rem;
|
|
@@ -4353,6 +4390,7 @@ input[type=button].btn-block {
|
|
|
4353
4390
|
margin-left: -1px;
|
|
4354
4391
|
line-height: 1.25;
|
|
4355
4392
|
color: #ff0000;
|
|
4393
|
+
-webkit-text-decoration: none;
|
|
4356
4394
|
text-decoration: none;
|
|
4357
4395
|
background-color: #fff;
|
|
4358
4396
|
border: 1px solid #d5d5d5;
|
|
@@ -4360,6 +4398,7 @@ input[type=button].btn-block {
|
|
|
4360
4398
|
.page-link:hover {
|
|
4361
4399
|
z-index: 2;
|
|
4362
4400
|
color: #ff0000;
|
|
4401
|
+
-webkit-text-decoration: none;
|
|
4363
4402
|
text-decoration: none;
|
|
4364
4403
|
background-color: #fff;
|
|
4365
4404
|
border-color: #707070;
|
|
@@ -4444,6 +4483,7 @@ input[type=button].btn-block {
|
|
|
4444
4483
|
}
|
|
4445
4484
|
}
|
|
4446
4485
|
a.badge:hover, a.badge:focus {
|
|
4486
|
+
-webkit-text-decoration: none;
|
|
4447
4487
|
text-decoration: none;
|
|
4448
4488
|
}
|
|
4449
4489
|
|
|
@@ -4790,6 +4830,7 @@ a.badge-dark:focus, a.badge-dark.focus {
|
|
|
4790
4830
|
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
4791
4831
|
z-index: 1;
|
|
4792
4832
|
color: #707070;
|
|
4833
|
+
-webkit-text-decoration: none;
|
|
4793
4834
|
text-decoration: none;
|
|
4794
4835
|
background-color: #e6e6e6;
|
|
4795
4836
|
}
|
|
@@ -4802,6 +4843,7 @@ a.badge-dark:focus, a.badge-dark.focus {
|
|
|
4802
4843
|
position: relative;
|
|
4803
4844
|
display: block;
|
|
4804
4845
|
padding: 0.75rem 1.25rem;
|
|
4846
|
+
-webkit-text-decoration: none;
|
|
4805
4847
|
text-decoration: none;
|
|
4806
4848
|
background-color: #fff;
|
|
4807
4849
|
border: 1px solid rgba(33, 33, 33, 0.125);
|
|
@@ -5127,6 +5169,7 @@ a.badge-dark:focus, a.badge-dark.focus {
|
|
|
5127
5169
|
}
|
|
5128
5170
|
.close:hover {
|
|
5129
5171
|
color: #707070;
|
|
5172
|
+
-webkit-text-decoration: none;
|
|
5130
5173
|
text-decoration: none;
|
|
5131
5174
|
}
|
|
5132
5175
|
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
|
|
@@ -5376,12 +5419,6 @@ a.close.disabled {
|
|
|
5376
5419
|
max-width: 1140px;
|
|
5377
5420
|
}
|
|
5378
5421
|
}
|
|
5379
|
-
[dir="ltr"] .tooltip{
|
|
5380
|
-
text-align: left;
|
|
5381
|
-
}
|
|
5382
|
-
[dir="rtl"] .tooltip{
|
|
5383
|
-
text-align: right;
|
|
5384
|
-
}
|
|
5385
5422
|
.tooltip {
|
|
5386
5423
|
position: absolute;
|
|
5387
5424
|
z-index: 1070;
|
|
@@ -5392,13 +5429,15 @@ a.close.disabled {
|
|
|
5392
5429
|
font-weight: 400;
|
|
5393
5430
|
line-height: 1.5;
|
|
5394
5431
|
text-align: left;
|
|
5432
|
+
text-align: start;
|
|
5433
|
+
-webkit-text-decoration: none;
|
|
5395
5434
|
text-decoration: none;
|
|
5396
5435
|
text-shadow: none;
|
|
5397
5436
|
text-transform: none;
|
|
5398
5437
|
letter-spacing: normal;
|
|
5399
5438
|
word-break: normal;
|
|
5400
|
-
word-spacing: normal;
|
|
5401
5439
|
white-space: normal;
|
|
5440
|
+
word-spacing: normal;
|
|
5402
5441
|
line-break: auto;
|
|
5403
5442
|
font-size: 0.83rem;
|
|
5404
5443
|
word-wrap: break-word;
|
|
@@ -5481,14 +5520,6 @@ a.close.disabled {
|
|
|
5481
5520
|
border-radius: 2px;
|
|
5482
5521
|
}
|
|
5483
5522
|
|
|
5484
|
-
[dir="ltr"] .popover{
|
|
5485
|
-
text-align: left;
|
|
5486
|
-
}
|
|
5487
|
-
|
|
5488
|
-
[dir="rtl"] .popover{
|
|
5489
|
-
text-align: right;
|
|
5490
|
-
}
|
|
5491
|
-
|
|
5492
5523
|
.popover {
|
|
5493
5524
|
position: absolute;
|
|
5494
5525
|
top: 0;
|
|
@@ -5501,13 +5532,15 @@ a.close.disabled {
|
|
|
5501
5532
|
font-weight: 400;
|
|
5502
5533
|
line-height: 1.5;
|
|
5503
5534
|
text-align: left;
|
|
5535
|
+
text-align: start;
|
|
5536
|
+
-webkit-text-decoration: none;
|
|
5504
5537
|
text-decoration: none;
|
|
5505
5538
|
text-shadow: none;
|
|
5506
5539
|
text-transform: none;
|
|
5507
5540
|
letter-spacing: normal;
|
|
5508
5541
|
word-break: normal;
|
|
5509
|
-
word-spacing: normal;
|
|
5510
5542
|
white-space: normal;
|
|
5543
|
+
word-spacing: normal;
|
|
5511
5544
|
line-break: auto;
|
|
5512
5545
|
font-size: 0.83rem;
|
|
5513
5546
|
word-wrap: break-word;
|
|
@@ -5736,8 +5769,11 @@ a.close.disabled {
|
|
|
5736
5769
|
-ms-flex-pack: center;
|
|
5737
5770
|
justify-content: center;
|
|
5738
5771
|
width: 15%;
|
|
5772
|
+
padding: 0;
|
|
5739
5773
|
color: #fff;
|
|
5740
5774
|
text-align: center;
|
|
5775
|
+
background: none;
|
|
5776
|
+
border: 0;
|
|
5741
5777
|
opacity: 0.5;
|
|
5742
5778
|
-webkit-transition: opacity 0.15s ease;
|
|
5743
5779
|
transition: opacity 0.15s ease;
|
|
@@ -5753,6 +5789,7 @@ a.close.disabled {
|
|
|
5753
5789
|
.carousel-control-next:hover,
|
|
5754
5790
|
.carousel-control-next:focus {
|
|
5755
5791
|
color: #fff;
|
|
5792
|
+
-webkit-text-decoration: none;
|
|
5756
5793
|
text-decoration: none;
|
|
5757
5794
|
outline: 0;
|
|
5758
5795
|
opacity: 0.9;
|
|
@@ -5841,6 +5878,84 @@ a.close.disabled {
|
|
|
5841
5878
|
text-align: center;
|
|
5842
5879
|
}
|
|
5843
5880
|
|
|
5881
|
+
@-webkit-keyframes spinner-border {
|
|
5882
|
+
to {
|
|
5883
|
+
-webkit-transform: rotate(360deg);
|
|
5884
|
+
transform: rotate(360deg);
|
|
5885
|
+
}
|
|
5886
|
+
}
|
|
5887
|
+
|
|
5888
|
+
@keyframes spinner-border {
|
|
5889
|
+
to {
|
|
5890
|
+
-webkit-transform: rotate(360deg);
|
|
5891
|
+
transform: rotate(360deg);
|
|
5892
|
+
}
|
|
5893
|
+
}
|
|
5894
|
+
.spinner-border {
|
|
5895
|
+
display: inline-block;
|
|
5896
|
+
width: 2rem;
|
|
5897
|
+
height: 2rem;
|
|
5898
|
+
vertical-align: -0.125em;
|
|
5899
|
+
border: 0.25em solid currentcolor;
|
|
5900
|
+
border-right-color: transparent;
|
|
5901
|
+
border-radius: 50%;
|
|
5902
|
+
-webkit-animation: 0.75s linear infinite spinner-border;
|
|
5903
|
+
animation: 0.75s linear infinite spinner-border;
|
|
5904
|
+
}
|
|
5905
|
+
|
|
5906
|
+
.spinner-border-sm {
|
|
5907
|
+
width: 1rem;
|
|
5908
|
+
height: 1rem;
|
|
5909
|
+
border-width: 0.2em;
|
|
5910
|
+
}
|
|
5911
|
+
|
|
5912
|
+
@-webkit-keyframes spinner-grow {
|
|
5913
|
+
0% {
|
|
5914
|
+
-webkit-transform: scale(0);
|
|
5915
|
+
transform: scale(0);
|
|
5916
|
+
}
|
|
5917
|
+
50% {
|
|
5918
|
+
opacity: 1;
|
|
5919
|
+
-webkit-transform: none;
|
|
5920
|
+
transform: none;
|
|
5921
|
+
}
|
|
5922
|
+
}
|
|
5923
|
+
|
|
5924
|
+
@keyframes spinner-grow {
|
|
5925
|
+
0% {
|
|
5926
|
+
-webkit-transform: scale(0);
|
|
5927
|
+
transform: scale(0);
|
|
5928
|
+
}
|
|
5929
|
+
50% {
|
|
5930
|
+
opacity: 1;
|
|
5931
|
+
-webkit-transform: none;
|
|
5932
|
+
transform: none;
|
|
5933
|
+
}
|
|
5934
|
+
}
|
|
5935
|
+
.spinner-grow {
|
|
5936
|
+
display: inline-block;
|
|
5937
|
+
width: 2rem;
|
|
5938
|
+
height: 2rem;
|
|
5939
|
+
vertical-align: -0.125em;
|
|
5940
|
+
background-color: currentcolor;
|
|
5941
|
+
border-radius: 50%;
|
|
5942
|
+
opacity: 0;
|
|
5943
|
+
-webkit-animation: 0.75s linear infinite spinner-grow;
|
|
5944
|
+
animation: 0.75s linear infinite spinner-grow;
|
|
5945
|
+
}
|
|
5946
|
+
|
|
5947
|
+
.spinner-grow-sm {
|
|
5948
|
+
width: 1rem;
|
|
5949
|
+
height: 1rem;
|
|
5950
|
+
}
|
|
5951
|
+
|
|
5952
|
+
@media (prefers-reduced-motion: reduce) {
|
|
5953
|
+
.spinner-border,
|
|
5954
|
+
.spinner-grow {
|
|
5955
|
+
-webkit-animation-duration: 1.5s;
|
|
5956
|
+
animation-duration: 1.5s;
|
|
5957
|
+
}
|
|
5958
|
+
}
|
|
5844
5959
|
.align-baseline {
|
|
5845
5960
|
vertical-align: baseline !important;
|
|
5846
5961
|
}
|
|
@@ -6343,7 +6458,7 @@ button.bg-dark:focus {
|
|
|
6343
6458
|
}
|
|
6344
6459
|
|
|
6345
6460
|
.embed-responsive-21by9::before {
|
|
6346
|
-
padding-top: 42.
|
|
6461
|
+
padding-top: 42.85714286%;
|
|
6347
6462
|
}
|
|
6348
6463
|
|
|
6349
6464
|
.embed-responsive-16by9::before {
|
|
@@ -7408,7 +7523,6 @@ button.bg-dark:focus {
|
|
|
7408
7523
|
.user-select-all {
|
|
7409
7524
|
-webkit-user-select: all !important;
|
|
7410
7525
|
-moz-user-select: all !important;
|
|
7411
|
-
-ms-user-select: all !important;
|
|
7412
7526
|
user-select: all !important;
|
|
7413
7527
|
}
|
|
7414
7528
|
|
|
@@ -10685,6 +10799,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
10685
10799
|
}
|
|
10686
10800
|
|
|
10687
10801
|
.text-decoration-none {
|
|
10802
|
+
-webkit-text-decoration: none !important;
|
|
10688
10803
|
text-decoration: none !important;
|
|
10689
10804
|
}
|
|
10690
10805
|
|
|
@@ -10714,6 +10829,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
10714
10829
|
box-shadow: none !important;
|
|
10715
10830
|
}
|
|
10716
10831
|
a:not(.btn) {
|
|
10832
|
+
-webkit-text-decoration: underline;
|
|
10717
10833
|
text-decoration: underline;
|
|
10718
10834
|
}
|
|
10719
10835
|
abbr[title]::after {
|
|
@@ -10727,9 +10843,6 @@ blockquote {
|
|
|
10727
10843
|
border: 1px solid #adb5bd;
|
|
10728
10844
|
page-break-inside: avoid;
|
|
10729
10845
|
}
|
|
10730
|
-
thead {
|
|
10731
|
-
display: table-header-group;
|
|
10732
|
-
}
|
|
10733
10846
|
tr,
|
|
10734
10847
|
img {
|
|
10735
10848
|
page-break-inside: avoid;
|
|
@@ -11247,18 +11360,22 @@ a:hover .text-arrow:after {
|
|
|
11247
11360
|
Bootstrap v5 + legacy
|
|
11248
11361
|
*/
|
|
11249
11362
|
.underline, .text-decoration-underline {
|
|
11363
|
+
-webkit-text-decoration: underline;
|
|
11250
11364
|
text-decoration: underline;
|
|
11251
11365
|
}
|
|
11252
11366
|
|
|
11253
11367
|
.overline, .text-decoration-overline {
|
|
11368
|
+
-webkit-text-decoration: overline;
|
|
11254
11369
|
text-decoration: overline;
|
|
11255
11370
|
}
|
|
11256
11371
|
|
|
11257
11372
|
.line-through, .text-decoration-line-through {
|
|
11373
|
+
-webkit-text-decoration: line-through;
|
|
11258
11374
|
text-decoration: line-through;
|
|
11259
11375
|
}
|
|
11260
11376
|
|
|
11261
11377
|
.no-underline {
|
|
11378
|
+
-webkit-text-decoration: none;
|
|
11262
11379
|
text-decoration: none;
|
|
11263
11380
|
}
|
|
11264
11381
|
|
|
@@ -11647,20 +11764,6 @@ input[type=button]:disabled,
|
|
|
11647
11764
|
input[type=button].disabled {
|
|
11648
11765
|
opacity: 1;
|
|
11649
11766
|
}
|
|
11650
|
-
.btn:focus, .btn.focus-visible, .btn.focus,
|
|
11651
|
-
button:focus,
|
|
11652
|
-
button.focus-visible,
|
|
11653
|
-
button.focus,
|
|
11654
|
-
button.btn:focus,
|
|
11655
|
-
button.btn.focus-visible,
|
|
11656
|
-
button.btn.focus,
|
|
11657
|
-
input[type=button]:focus,
|
|
11658
|
-
input[type=button].focus-visible,
|
|
11659
|
-
input[type=button].focus {
|
|
11660
|
-
outline-width: 2px !important;
|
|
11661
|
-
outline-style: solid !important;
|
|
11662
|
-
outline-offset: 2px;
|
|
11663
|
-
}
|
|
11664
11767
|
.btn:focus, .btn:focus-visible, .btn.focus,
|
|
11665
11768
|
button:focus,
|
|
11666
11769
|
button:focus-visible,
|
|
@@ -11677,6 +11780,7 @@ input[type=button].focus {
|
|
|
11677
11780
|
}
|
|
11678
11781
|
|
|
11679
11782
|
.btn {
|
|
11783
|
+
-webkit-text-decoration: none;
|
|
11680
11784
|
text-decoration: none;
|
|
11681
11785
|
white-space: normal;
|
|
11682
11786
|
-webkit-transition: background 0.15s, color 0.15s, border-color 0.15s;
|
|
@@ -11693,9 +11797,6 @@ input[type=button].focus {
|
|
|
11693
11797
|
background: #b51f1f;
|
|
11694
11798
|
border-color: #b51f1f;
|
|
11695
11799
|
}
|
|
11696
|
-
.btn-primary:focus, .btn-primary.focus-visible, .btn-primary.focus {
|
|
11697
|
-
outline-color: #b51f1f !important;
|
|
11698
|
-
}
|
|
11699
11800
|
.btn-primary:focus, .btn-primary:focus-visible, .btn-primary.focus {
|
|
11700
11801
|
outline-color: #b51f1f !important;
|
|
11701
11802
|
}
|
|
@@ -11733,9 +11834,6 @@ input[type=button].focus {
|
|
|
11733
11834
|
background: transparent;
|
|
11734
11835
|
border-color: #e6e6e6;
|
|
11735
11836
|
}
|
|
11736
|
-
.btn-secondary:focus, .btn-secondary.focus-visible, .btn-secondary.focus {
|
|
11737
|
-
outline-color: #707070 !important;
|
|
11738
|
-
}
|
|
11739
11837
|
.btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary.focus {
|
|
11740
11838
|
outline-color: #707070 !important;
|
|
11741
11839
|
}
|
|
@@ -11794,6 +11892,7 @@ a.tag:hover {
|
|
|
11794
11892
|
border-right-color: #a8a8a8;
|
|
11795
11893
|
border-left-color: #a8a8a8;
|
|
11796
11894
|
color: #212121;
|
|
11895
|
+
-webkit-text-decoration: none;
|
|
11797
11896
|
text-decoration: none;
|
|
11798
11897
|
}
|
|
11799
11898
|
|
|
@@ -11801,6 +11900,7 @@ a.tag:hover {
|
|
|
11801
11900
|
display: inline-block;
|
|
11802
11901
|
margin: 0 0.1em 0.3em 0;
|
|
11803
11902
|
padding: 0.4em 0.6em;
|
|
11903
|
+
-webkit-text-decoration: none;
|
|
11804
11904
|
text-decoration: none;
|
|
11805
11905
|
background: #fff;
|
|
11806
11906
|
border: 1px solid #c1c1c1;
|
|
@@ -11814,6 +11914,7 @@ a.tag:hover {
|
|
|
11814
11914
|
vertical-align: middle;
|
|
11815
11915
|
}
|
|
11816
11916
|
.tag .remove {
|
|
11917
|
+
-webkit-text-decoration: none;
|
|
11817
11918
|
text-decoration: none;
|
|
11818
11919
|
float: right;
|
|
11819
11920
|
padding: 0;
|
|
@@ -11895,16 +11996,6 @@ button.tag:focus .remove {
|
|
|
11895
11996
|
background: #ff0000;
|
|
11896
11997
|
color: #fff;
|
|
11897
11998
|
}
|
|
11898
|
-
a.tag:focus, a.tag.focus-visible, a.tag.focus,
|
|
11899
|
-
.btn.tag:focus,
|
|
11900
|
-
.btn.tag.focus-visible,
|
|
11901
|
-
.btn.tag.focus,
|
|
11902
|
-
button.tag:focus,
|
|
11903
|
-
button.tag.focus-visible,
|
|
11904
|
-
button.tag.focus {
|
|
11905
|
-
outline: solid 2px #ff0000 !important;
|
|
11906
|
-
outline-offset: 2px;
|
|
11907
|
-
}
|
|
11908
11999
|
a.tag:focus, a.tag:focus-visible, a.tag.focus,
|
|
11909
12000
|
.btn.tag:focus,
|
|
11910
12001
|
.btn.tag:focus-visible,
|
|
@@ -11915,21 +12006,6 @@ button.tag.focus {
|
|
|
11915
12006
|
outline: solid 2px #ff0000 !important;
|
|
11916
12007
|
outline-offset: 2px;
|
|
11917
12008
|
}
|
|
11918
|
-
a.tag.tag-secondary:focus, a.tag.tag-secondary.focus-visible, a.tag.tag-secondary.focus, a.tag.tag-plain:focus, a.tag.tag-plain.focus-visible, a.tag.tag-plain.focus,
|
|
11919
|
-
.btn.tag.tag-secondary:focus,
|
|
11920
|
-
.btn.tag.tag-secondary.focus-visible,
|
|
11921
|
-
.btn.tag.tag-secondary.focus,
|
|
11922
|
-
.btn.tag.tag-plain:focus,
|
|
11923
|
-
.btn.tag.tag-plain.focus-visible,
|
|
11924
|
-
.btn.tag.tag-plain.focus,
|
|
11925
|
-
button.tag.tag-secondary:focus,
|
|
11926
|
-
button.tag.tag-secondary.focus-visible,
|
|
11927
|
-
button.tag.tag-secondary.focus,
|
|
11928
|
-
button.tag.tag-plain:focus,
|
|
11929
|
-
button.tag.tag-plain.focus-visible,
|
|
11930
|
-
button.tag.tag-plain.focus {
|
|
11931
|
-
outline-color: #707070 !important;
|
|
11932
|
-
}
|
|
11933
12009
|
a.tag.tag-secondary:focus, a.tag.tag-secondary:focus-visible, a.tag.tag-secondary.focus, a.tag.tag-plain:focus, a.tag.tag-plain:focus-visible, a.tag.tag-plain.focus,
|
|
11934
12010
|
.btn.tag.tag-secondary:focus,
|
|
11935
12011
|
.btn.tag.tag-secondary:focus-visible,
|
|
@@ -12021,6 +12097,7 @@ button.tag.tag-plain:focus .remove {
|
|
|
12021
12097
|
border-right-color: #a8a8a8;
|
|
12022
12098
|
border-left-color: #a8a8a8;
|
|
12023
12099
|
color: #212121;
|
|
12100
|
+
-webkit-text-decoration: none;
|
|
12024
12101
|
text-decoration: none;
|
|
12025
12102
|
}
|
|
12026
12103
|
.selectize-control .selectize-input input {
|
|
@@ -12313,10 +12390,6 @@ button.tag.tag-plain:focus .remove {
|
|
|
12313
12390
|
margin-bottom: 0;
|
|
12314
12391
|
}
|
|
12315
12392
|
|
|
12316
|
-
button.collapse-title:focus, button.collapse-title.focus-visible {
|
|
12317
|
-
outline: 0 !important;
|
|
12318
|
-
}
|
|
12319
|
-
|
|
12320
12393
|
button.collapse-title:focus, button.collapse-title:focus-visible {
|
|
12321
12394
|
outline: 0 !important;
|
|
12322
12395
|
}
|
|
@@ -12375,6 +12448,7 @@ header.collapse-title + .collapse-item:before {
|
|
|
12375
12448
|
-webkit-box-align: baseline;
|
|
12376
12449
|
-ms-flex-align: baseline;
|
|
12377
12450
|
align-items: baseline;
|
|
12451
|
+
-webkit-text-decoration: none;
|
|
12378
12452
|
text-decoration: none;
|
|
12379
12453
|
}
|
|
12380
12454
|
.link-collapse:after {
|
|
@@ -12579,14 +12653,11 @@ header.collapse-title + .collapse-item:before {
|
|
|
12579
12653
|
transform: translateY(-50%);
|
|
12580
12654
|
-webkit-transition: all 0.3s ease-in-out;
|
|
12581
12655
|
transition: all 0.3s ease-in-out;
|
|
12656
|
+
-webkit-text-decoration: underline;
|
|
12582
12657
|
text-decoration: underline;
|
|
12583
12658
|
text-decoration-thickness: 0.08em;
|
|
12584
12659
|
text-underline-offset: 2px;
|
|
12585
12660
|
}
|
|
12586
|
-
.drawer .drawer-link.focus-visible .text {
|
|
12587
|
-
text-decoration-thickness: 0.2em;
|
|
12588
|
-
text-underline-offset: 4px;
|
|
12589
|
-
}
|
|
12590
12661
|
.drawer .drawer-link:focus-visible .text {
|
|
12591
12662
|
text-decoration-thickness: 0.2em;
|
|
12592
12663
|
text-underline-offset: 4px;
|
|
@@ -12617,9 +12688,6 @@ header.collapse-title + .collapse-item:before {
|
|
|
12617
12688
|
.drawer .drawer-toggle:hover {
|
|
12618
12689
|
background: #b51f1f;
|
|
12619
12690
|
}
|
|
12620
|
-
.drawer .drawer-toggle:focus, .drawer .drawer-toggle.focus-visible {
|
|
12621
|
-
outline: 0 !important;
|
|
12622
|
-
}
|
|
12623
12691
|
.drawer .drawer-toggle:focus, .drawer .drawer-toggle:focus-visible {
|
|
12624
12692
|
outline: 0 !important;
|
|
12625
12693
|
}
|
|
@@ -12627,10 +12695,6 @@ header.collapse-title + .collapse-item:before {
|
|
|
12627
12695
|
-webkit-transform: rotate(180deg) translateY(50%);
|
|
12628
12696
|
transform: rotate(180deg) translateY(50%);
|
|
12629
12697
|
}
|
|
12630
|
-
.drawer[focus-within] {
|
|
12631
|
-
outline: 2px solid #b51f1f;
|
|
12632
|
-
outline-offset: 2px;
|
|
12633
|
-
}
|
|
12634
12698
|
.drawer:focus-within {
|
|
12635
12699
|
outline: 2px solid #b51f1f;
|
|
12636
12700
|
outline-offset: 2px;
|
|
@@ -12856,6 +12920,7 @@ header.collapse-title + .collapse-item:before {
|
|
|
12856
12920
|
.nav-lang-short ul li a,
|
|
12857
12921
|
.nav-lang-short ul li span {
|
|
12858
12922
|
padding: 0.4rem;
|
|
12923
|
+
-webkit-text-decoration: none;
|
|
12859
12924
|
text-decoration: none;
|
|
12860
12925
|
}
|
|
12861
12926
|
|
|
@@ -12990,158 +13055,178 @@ header.collapse-title + .collapse-item:before {
|
|
|
12990
13055
|
overflow: hidden;
|
|
12991
13056
|
}
|
|
12992
13057
|
|
|
12993
|
-
a
|
|
12994
|
-
|
|
12995
|
-
|
|
12996
|
-
-webkit-
|
|
12997
|
-
|
|
13058
|
+
a,
|
|
13059
|
+
a:visited {
|
|
13060
|
+
color: #212121;
|
|
13061
|
+
-webkit-text-decoration: underline;
|
|
13062
|
+
text-decoration: underline;
|
|
13063
|
+
background-color: transparent;
|
|
13064
|
+
text-decoration-color: #ff0000;
|
|
13065
|
+
-webkit-transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
|
12998
13066
|
transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
|
12999
|
-
transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
|
|
13000
13067
|
}
|
|
13001
|
-
a:hover, a:focus, a:active
|
|
13002
|
-
|
|
13003
|
-
|
|
13068
|
+
a:hover, a:focus, a:active,
|
|
13069
|
+
a:visited:hover,
|
|
13070
|
+
a:visited:focus,
|
|
13071
|
+
a:visited:active {
|
|
13072
|
+
text-decoration-color: #212121;
|
|
13004
13073
|
}
|
|
13005
|
-
a:active
|
|
13074
|
+
a:active,
|
|
13075
|
+
a:visited:active {
|
|
13006
13076
|
color: #ff0000;
|
|
13007
13077
|
}
|
|
13008
|
-
a.text-muted
|
|
13009
|
-
|
|
13010
|
-
|
|
13078
|
+
a.text-muted,
|
|
13079
|
+
a:visited.text-muted {
|
|
13080
|
+
text-decoration-color: #707070;
|
|
13011
13081
|
}
|
|
13012
|
-
a.text-muted:hover
|
|
13082
|
+
a.text-muted:hover,
|
|
13083
|
+
a:visited.text-muted:hover {
|
|
13013
13084
|
color: #212121 !important;
|
|
13014
|
-
|
|
13015
|
-
|
|
13016
|
-
|
|
13017
|
-
.text-white a,
|
|
13018
|
-
|
|
13019
|
-
|
|
13020
|
-
}
|
|
13021
|
-
.text-white a:hover, .text-white a:focus, .text-white a:active, a.text-white:hover, a.text-white:focus, a.text-white:active
|
|
13022
|
-
|
|
13023
|
-
|
|
13024
|
-
|
|
13025
|
-
.
|
|
13085
|
+
text-decoration-color: #212121;
|
|
13086
|
+
}
|
|
13087
|
+
.text-white a, a.text-white,
|
|
13088
|
+
.text-white a:visited,
|
|
13089
|
+
a:visited.text-white {
|
|
13090
|
+
text-decoration-color: currentcolor;
|
|
13091
|
+
}
|
|
13092
|
+
.text-white a:hover, .text-white a:focus, .text-white a:active, a.text-white:hover, a.text-white:focus, a.text-white:active,
|
|
13093
|
+
.text-white a:visited:hover,
|
|
13094
|
+
.text-white a:visited:focus,
|
|
13095
|
+
.text-white a:visited:active,
|
|
13096
|
+
a:visited.text-white:hover,
|
|
13097
|
+
a:visited.text-white:focus,
|
|
13098
|
+
a:visited.text-white:active {
|
|
13099
|
+
text-decoration-color: transparent;
|
|
13100
|
+
}
|
|
13101
|
+
.bg-primary a,
|
|
13102
|
+
.bg-primary a:visited {
|
|
13026
13103
|
color: #fff;
|
|
13027
|
-
|
|
13028
|
-
text-decoration-color: currentcolor;
|
|
13104
|
+
text-decoration-color: currentcolor;
|
|
13029
13105
|
}
|
|
13030
|
-
.bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active
|
|
13031
|
-
|
|
13032
|
-
|
|
13106
|
+
.bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active,
|
|
13107
|
+
.bg-primary a:visited:hover,
|
|
13108
|
+
.bg-primary a:visited:focus,
|
|
13109
|
+
.bg-primary a:visited:active {
|
|
13110
|
+
text-decoration-color: transparent;
|
|
13033
13111
|
}
|
|
13034
|
-
.bg-secondary a
|
|
13112
|
+
.bg-secondary a,
|
|
13113
|
+
.bg-secondary a:visited {
|
|
13035
13114
|
color: #212121;
|
|
13036
|
-
|
|
13037
|
-
text-decoration-color: currentcolor;
|
|
13115
|
+
text-decoration-color: currentcolor;
|
|
13038
13116
|
}
|
|
13039
|
-
.bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active
|
|
13040
|
-
|
|
13041
|
-
|
|
13117
|
+
.bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active,
|
|
13118
|
+
.bg-secondary a:visited:hover,
|
|
13119
|
+
.bg-secondary a:visited:focus,
|
|
13120
|
+
.bg-secondary a:visited:active {
|
|
13121
|
+
text-decoration-color: transparent;
|
|
13042
13122
|
}
|
|
13043
|
-
.bg-success a
|
|
13123
|
+
.bg-success a,
|
|
13124
|
+
.bg-success a:visited {
|
|
13044
13125
|
color: #212121;
|
|
13045
|
-
|
|
13046
|
-
text-decoration-color: currentcolor;
|
|
13126
|
+
text-decoration-color: currentcolor;
|
|
13047
13127
|
}
|
|
13048
|
-
.bg-success a:hover, .bg-success a:focus, .bg-success a:active
|
|
13049
|
-
|
|
13050
|
-
|
|
13128
|
+
.bg-success a:hover, .bg-success a:focus, .bg-success a:active,
|
|
13129
|
+
.bg-success a:visited:hover,
|
|
13130
|
+
.bg-success a:visited:focus,
|
|
13131
|
+
.bg-success a:visited:active {
|
|
13132
|
+
text-decoration-color: transparent;
|
|
13051
13133
|
}
|
|
13052
|
-
.bg-info a
|
|
13134
|
+
.bg-info a,
|
|
13135
|
+
.bg-info a:visited {
|
|
13053
13136
|
color: #fff;
|
|
13054
|
-
|
|
13055
|
-
text-decoration-color: currentcolor;
|
|
13137
|
+
text-decoration-color: currentcolor;
|
|
13056
13138
|
}
|
|
13057
|
-
.bg-info a:hover, .bg-info a:focus, .bg-info a:active
|
|
13058
|
-
|
|
13059
|
-
|
|
13139
|
+
.bg-info a:hover, .bg-info a:focus, .bg-info a:active,
|
|
13140
|
+
.bg-info a:visited:hover,
|
|
13141
|
+
.bg-info a:visited:focus,
|
|
13142
|
+
.bg-info a:visited:active {
|
|
13143
|
+
text-decoration-color: transparent;
|
|
13060
13144
|
}
|
|
13061
|
-
.bg-warning a
|
|
13145
|
+
.bg-warning a,
|
|
13146
|
+
.bg-warning a:visited {
|
|
13062
13147
|
color: #212121;
|
|
13063
|
-
|
|
13064
|
-
text-decoration-color: currentcolor;
|
|
13148
|
+
text-decoration-color: currentcolor;
|
|
13065
13149
|
}
|
|
13066
|
-
.bg-warning a:hover, .bg-warning a:focus, .bg-warning a:active
|
|
13067
|
-
|
|
13068
|
-
|
|
13150
|
+
.bg-warning a:hover, .bg-warning a:focus, .bg-warning a:active,
|
|
13151
|
+
.bg-warning a:visited:hover,
|
|
13152
|
+
.bg-warning a:visited:focus,
|
|
13153
|
+
.bg-warning a:visited:active {
|
|
13154
|
+
text-decoration-color: transparent;
|
|
13069
13155
|
}
|
|
13070
|
-
.bg-danger a
|
|
13156
|
+
.bg-danger a,
|
|
13157
|
+
.bg-danger a:visited {
|
|
13071
13158
|
color: #fff;
|
|
13072
|
-
|
|
13073
|
-
text-decoration-color: currentcolor;
|
|
13159
|
+
text-decoration-color: currentcolor;
|
|
13074
13160
|
}
|
|
13075
|
-
.bg-danger a:hover, .bg-danger a:focus, .bg-danger a:active
|
|
13076
|
-
|
|
13077
|
-
|
|
13161
|
+
.bg-danger a:hover, .bg-danger a:focus, .bg-danger a:active,
|
|
13162
|
+
.bg-danger a:visited:hover,
|
|
13163
|
+
.bg-danger a:visited:focus,
|
|
13164
|
+
.bg-danger a:visited:active {
|
|
13165
|
+
text-decoration-color: transparent;
|
|
13078
13166
|
}
|
|
13079
|
-
.bg-light a
|
|
13167
|
+
.bg-light a,
|
|
13168
|
+
.bg-light a:visited {
|
|
13080
13169
|
color: #212121;
|
|
13081
|
-
|
|
13082
|
-
text-decoration-color: currentcolor;
|
|
13170
|
+
text-decoration-color: currentcolor;
|
|
13083
13171
|
}
|
|
13084
|
-
.bg-light a:hover, .bg-light a:focus, .bg-light a:active
|
|
13085
|
-
|
|
13086
|
-
|
|
13172
|
+
.bg-light a:hover, .bg-light a:focus, .bg-light a:active,
|
|
13173
|
+
.bg-light a:visited:hover,
|
|
13174
|
+
.bg-light a:visited:focus,
|
|
13175
|
+
.bg-light a:visited:active {
|
|
13176
|
+
text-decoration-color: transparent;
|
|
13087
13177
|
}
|
|
13088
|
-
.bg-dark a
|
|
13178
|
+
.bg-dark a,
|
|
13179
|
+
.bg-dark a:visited {
|
|
13089
13180
|
color: #fff;
|
|
13090
|
-
|
|
13091
|
-
text-decoration-color: currentcolor;
|
|
13181
|
+
text-decoration-color: currentcolor;
|
|
13092
13182
|
}
|
|
13093
|
-
.bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active
|
|
13094
|
-
|
|
13095
|
-
|
|
13183
|
+
.bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active,
|
|
13184
|
+
.bg-dark a:visited:hover,
|
|
13185
|
+
.bg-dark a:visited:focus,
|
|
13186
|
+
.bg-dark a:visited:active {
|
|
13187
|
+
text-decoration-color: transparent;
|
|
13096
13188
|
}
|
|
13097
13189
|
|
|
13098
13190
|
a,
|
|
13099
13191
|
a:hover,
|
|
13100
13192
|
a:focus,
|
|
13101
|
-
a:active
|
|
13193
|
+
a:active,
|
|
13194
|
+
a:visited {
|
|
13102
13195
|
text-decoration-thickness: 0.08em;
|
|
13103
13196
|
text-decoration-thickness: min(0.08em, 0.1rem);
|
|
13104
13197
|
text-underline-offset: 0.14em;
|
|
13105
13198
|
}
|
|
13106
13199
|
|
|
13107
13200
|
a.text-primary:hover, a.text-primary:focus {
|
|
13108
|
-
|
|
13109
|
-
text-decoration-color: #ff0000;
|
|
13201
|
+
text-decoration-color: #ff0000;
|
|
13110
13202
|
}
|
|
13111
13203
|
|
|
13112
13204
|
a.text-secondary:hover, a.text-secondary:focus {
|
|
13113
|
-
|
|
13114
|
-
text-decoration-color: #fff;
|
|
13205
|
+
text-decoration-color: #fff;
|
|
13115
13206
|
}
|
|
13116
13207
|
|
|
13117
13208
|
a.text-success:hover, a.text-success:focus {
|
|
13118
|
-
|
|
13119
|
-
text-decoration-color: #7ed321;
|
|
13209
|
+
text-decoration-color: #7ed321;
|
|
13120
13210
|
}
|
|
13121
13211
|
|
|
13122
13212
|
a.text-info:hover, a.text-info:focus {
|
|
13123
|
-
|
|
13124
|
-
text-decoration-color: #4a90e2;
|
|
13213
|
+
text-decoration-color: #4a90e2;
|
|
13125
13214
|
}
|
|
13126
13215
|
|
|
13127
13216
|
a.text-warning:hover, a.text-warning:focus {
|
|
13128
|
-
|
|
13129
|
-
text-decoration-color: #f5a623;
|
|
13217
|
+
text-decoration-color: #f5a623;
|
|
13130
13218
|
}
|
|
13131
13219
|
|
|
13132
13220
|
a.text-danger:hover, a.text-danger:focus {
|
|
13133
|
-
|
|
13134
|
-
text-decoration-color: #ff0000;
|
|
13221
|
+
text-decoration-color: #ff0000;
|
|
13135
13222
|
}
|
|
13136
13223
|
|
|
13137
13224
|
a.text-light:hover, a.text-light:focus {
|
|
13138
|
-
|
|
13139
|
-
text-decoration-color: #e6e6e6;
|
|
13225
|
+
text-decoration-color: #e6e6e6;
|
|
13140
13226
|
}
|
|
13141
13227
|
|
|
13142
13228
|
a.text-dark:hover, a.text-dark:focus {
|
|
13143
|
-
|
|
13144
|
-
text-decoration-color: #212121;
|
|
13229
|
+
text-decoration-color: #212121;
|
|
13145
13230
|
}
|
|
13146
13231
|
|
|
13147
13232
|
/*
|
|
@@ -13152,16 +13237,15 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
13152
13237
|
}
|
|
13153
13238
|
*/
|
|
13154
13239
|
.nav-link.link-pretty {
|
|
13240
|
+
-webkit-text-decoration: underline;
|
|
13155
13241
|
text-decoration: underline;
|
|
13156
|
-
|
|
13157
|
-
text-decoration-color: #ff0000;
|
|
13242
|
+
text-decoration-color: #ff0000;
|
|
13158
13243
|
text-decoration-thickness: 0.08em;
|
|
13159
13244
|
text-decoration-thickness: min(0.08em, 0.1rem);
|
|
13160
13245
|
text-underline-offset: 0.14em;
|
|
13161
13246
|
}
|
|
13162
13247
|
.nav-link.link-pretty:hover, .nav-link.link-pretty:focus, .nav-link.link-pretty:active {
|
|
13163
|
-
|
|
13164
|
-
text-decoration-color: #212121;
|
|
13248
|
+
text-decoration-color: #212121;
|
|
13165
13249
|
}
|
|
13166
13250
|
|
|
13167
13251
|
.bg-dark .link-pretty,
|
|
@@ -13172,8 +13256,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
13172
13256
|
.bg-gray-600 .link-pretty:focus,
|
|
13173
13257
|
.bg-gray-600 .link-pretty:hover,
|
|
13174
13258
|
.bg-gray-600 .link-pretty:active {
|
|
13175
|
-
|
|
13176
|
-
text-decoration-color: #fff;
|
|
13259
|
+
text-decoration-color: #fff;
|
|
13177
13260
|
}
|
|
13178
13261
|
|
|
13179
13262
|
.link-icon {
|
|
@@ -13381,6 +13464,7 @@ picture .img-fluid {
|
|
|
13381
13464
|
border: 1px solid #d5d5d5;
|
|
13382
13465
|
border-radius: 2px;
|
|
13383
13466
|
text-align: left;
|
|
13467
|
+
-webkit-text-decoration: none;
|
|
13384
13468
|
text-decoration: none;
|
|
13385
13469
|
line-height: 1.5;
|
|
13386
13470
|
color: #212121;
|
|
@@ -13513,6 +13597,7 @@ hr.darker {
|
|
|
13513
13597
|
|
|
13514
13598
|
.social-icon-details {
|
|
13515
13599
|
min-height: 2.6em;
|
|
13600
|
+
-webkit-text-decoration: none !important;
|
|
13516
13601
|
text-decoration: none !important;
|
|
13517
13602
|
vertical-align: bottom;
|
|
13518
13603
|
}
|
|
@@ -13597,8 +13682,6 @@ a.social-icon:hover, a.social-icon:focus {
|
|
|
13597
13682
|
}
|
|
13598
13683
|
|
|
13599
13684
|
.social-icon-round.social-icon-instagram, .social-icon-instagram {
|
|
13600
|
-
background: radial-gradient(circle farthest-corner at 35%, at 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0, at 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0, at -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20%, at -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60%, at -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
|
|
13601
|
-
background: radial-gradient(circle farthest-corner at 35%, at 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0, at 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0, at -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20%, at -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60%, at -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
|
|
13602
13685
|
background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
|
|
13603
13686
|
background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
|
|
13604
13687
|
}
|
|
@@ -13684,28 +13767,19 @@ a.social-icon:hover, a.social-icon:focus {
|
|
|
13684
13767
|
opacity: 0;
|
|
13685
13768
|
z-index: -1;
|
|
13686
13769
|
}
|
|
13687
|
-
.upload-input:focus + label.btn, .upload-input.focus-visible + label.btn {
|
|
13688
|
-
outline: 2px solid;
|
|
13689
|
-
outline-offset: 2px;
|
|
13690
|
-
}
|
|
13691
13770
|
.upload-input:focus + label.btn, .upload-input:focus-visible + label.btn {
|
|
13692
13771
|
outline: 2px solid;
|
|
13693
13772
|
outline-offset: 2px;
|
|
13694
13773
|
}
|
|
13695
|
-
.upload-input:focus + label.btn-primary, .upload-input.focus-visible + label.btn-primary {
|
|
13696
|
-
outline-color: #b51f1f;
|
|
13697
|
-
}
|
|
13698
13774
|
.upload-input:focus + label.btn-primary, .upload-input:focus-visible + label.btn-primary {
|
|
13699
13775
|
outline-color: #b51f1f;
|
|
13700
13776
|
}
|
|
13701
|
-
.upload-input:focus + label.btn-secondary, .upload-input.focus-visible + label.btn-secondary {
|
|
13702
|
-
outline-color: #707070;
|
|
13703
|
-
}
|
|
13704
13777
|
.upload-input:focus + label.btn-secondary, .upload-input:focus-visible + label.btn-secondary {
|
|
13705
13778
|
outline-color: #707070;
|
|
13706
13779
|
}
|
|
13707
13780
|
|
|
13708
13781
|
.dropdown-item {
|
|
13782
|
+
-webkit-text-decoration: none;
|
|
13709
13783
|
text-decoration: none;
|
|
13710
13784
|
}
|
|
13711
13785
|
.dropdown-item.active {
|
|
@@ -14109,8 +14183,11 @@ figcaption {
|
|
|
14109
14183
|
}
|
|
14110
14184
|
.user-dropdown .btn .user-avatar {
|
|
14111
14185
|
--avatar-size: 2.5rem;
|
|
14186
|
+
-ms-flex-preferred-size: 2.5rem;
|
|
14187
|
+
flex-basis: 2.5rem;
|
|
14112
14188
|
-ms-flex-preferred-size: var(--avatar-size);
|
|
14113
14189
|
flex-basis: var(--avatar-size);
|
|
14190
|
+
width: 2.5rem;
|
|
14114
14191
|
width: var(--avatar-size);
|
|
14115
14192
|
}
|
|
14116
14193
|
@media (min-width: 576px) {
|
|
@@ -14440,6 +14517,7 @@ figcaption {
|
|
|
14440
14517
|
margin-right: 0.6rem;
|
|
14441
14518
|
background-color: #d5d5d5;
|
|
14442
14519
|
border-radius: 50%;
|
|
14520
|
+
-webkit-text-decoration: none;
|
|
14443
14521
|
text-decoration: none;
|
|
14444
14522
|
font-weight: 700;
|
|
14445
14523
|
-webkit-transition: background-color 0.2s;
|
|
@@ -14454,6 +14532,7 @@ a.avatar-teaser-img,
|
|
|
14454
14532
|
a.avatar-teaser-img-placeholder {
|
|
14455
14533
|
position: relative;
|
|
14456
14534
|
z-index: 0;
|
|
14535
|
+
-webkit-text-decoration: none;
|
|
14457
14536
|
text-decoration: none;
|
|
14458
14537
|
}
|
|
14459
14538
|
a.avatar-teaser-img:before,
|
|
@@ -14615,6 +14694,7 @@ a.card-gray:hover .card-body {
|
|
|
14615
14694
|
.card-info a {
|
|
14616
14695
|
display: inline-block;
|
|
14617
14696
|
color: #ff0000;
|
|
14697
|
+
-webkit-text-decoration: none;
|
|
14618
14698
|
text-decoration: none;
|
|
14619
14699
|
}
|
|
14620
14700
|
.card-info a.btn:hover, .card-info a.btn.hover {
|
|
@@ -14668,6 +14748,7 @@ a.card-img-top:hover:before {
|
|
|
14668
14748
|
}
|
|
14669
14749
|
|
|
14670
14750
|
a.card {
|
|
14751
|
+
-webkit-text-decoration: none;
|
|
14671
14752
|
text-decoration: none;
|
|
14672
14753
|
}
|
|
14673
14754
|
a.card .card-title {
|
|
@@ -15167,6 +15248,7 @@ article aside ol li:before {
|
|
|
15167
15248
|
[aria-describedby=sidenote-label],
|
|
15168
15249
|
[aria-describedby=sidenote-label]:hover {
|
|
15169
15250
|
counter-increment: footnotes; /* 1 */
|
|
15251
|
+
-webkit-text-decoration: none;
|
|
15170
15252
|
text-decoration: none; /* 2 */
|
|
15171
15253
|
color: inherit; /* 2 */
|
|
15172
15254
|
cursor: default; /* 2 */
|
|
@@ -15599,6 +15681,7 @@ ol.flickity-page-dots li:before {
|
|
|
15599
15681
|
.list-group-gray .list-group-teaser-container,
|
|
15600
15682
|
.list-group-item-gray .list-group-teaser-container {
|
|
15601
15683
|
--card-bg: #e6e6e6;
|
|
15684
|
+
background: #e6e6e6;
|
|
15602
15685
|
background: var(--card-bg);
|
|
15603
15686
|
}
|
|
15604
15687
|
.list-group-gray .list-group-teaser-container .card-title a,
|
|
@@ -15617,6 +15700,7 @@ ol.flickity-page-dots li:before {
|
|
|
15617
15700
|
}
|
|
15618
15701
|
.list-group .list-group-teaser {
|
|
15619
15702
|
display: block;
|
|
15703
|
+
-webkit-text-decoration: none;
|
|
15620
15704
|
text-decoration: none;
|
|
15621
15705
|
padding: 0;
|
|
15622
15706
|
border: none;
|
|
@@ -15909,6 +15993,7 @@ ol.flickity-page-dots li:before {
|
|
|
15909
15993
|
.breadcrumb-item a {
|
|
15910
15994
|
background-image: none !important;
|
|
15911
15995
|
color: #495057;
|
|
15996
|
+
-webkit-text-decoration: none;
|
|
15912
15997
|
text-decoration: none;
|
|
15913
15998
|
}
|
|
15914
15999
|
.breadcrumb-item a:hover {
|
|
@@ -16033,6 +16118,7 @@ ol.flickity-page-dots li:before {
|
|
|
16033
16118
|
background-color: transparent;
|
|
16034
16119
|
border-color: transparent;
|
|
16035
16120
|
border-radius: 0;
|
|
16121
|
+
-webkit-text-decoration: none;
|
|
16036
16122
|
text-decoration: none;
|
|
16037
16123
|
font-weight: 700;
|
|
16038
16124
|
-webkit-transition: margin 0.1s ease-in-out;
|
|
@@ -16464,9 +16550,9 @@ ol.flickity-page-dots li:before {
|
|
|
16464
16550
|
border-bottom: 1px solid #d5d5d5;
|
|
16465
16551
|
}
|
|
16466
16552
|
@media (max-width: 767.98px) {
|
|
16467
|
-
.table tbody td:last-child
|
|
16468
|
-
.table tfoot td:last-child
|
|
16469
|
-
.semaineDeRef tfoot td:last-child
|
|
16553
|
+
.table tbody td:last-child, .semaineDeRef tbody td:last-child,
|
|
16554
|
+
.table tfoot td:last-child,
|
|
16555
|
+
.semaineDeRef tfoot td:last-child {
|
|
16470
16556
|
margin-bottom: 1.2rem;
|
|
16471
16557
|
}
|
|
16472
16558
|
}
|
|
@@ -16575,6 +16661,7 @@ ol.flickity-page-dots li:before {
|
|
|
16575
16661
|
position: relative;
|
|
16576
16662
|
background-color: #e6e6e6;
|
|
16577
16663
|
border-color: #d5d5d5;
|
|
16664
|
+
-webkit-text-decoration: none;
|
|
16578
16665
|
text-decoration: none;
|
|
16579
16666
|
border-radius: 0;
|
|
16580
16667
|
padding: 0.5rem 0.8125rem;
|
|
@@ -16677,6 +16764,7 @@ ol.flickity-page-dots li:before {
|
|
|
16677
16764
|
margin-right: 2rem;
|
|
16678
16765
|
padding-right: 0;
|
|
16679
16766
|
padding-left: 0;
|
|
16767
|
+
-webkit-text-decoration: none;
|
|
16680
16768
|
text-decoration: none;
|
|
16681
16769
|
font-weight: 700;
|
|
16682
16770
|
}
|
|
@@ -17097,9 +17185,15 @@ ol.flickity-page-dots li:before {
|
|
|
17097
17185
|
width: 100%;
|
|
17098
17186
|
height: auto;
|
|
17099
17187
|
}
|
|
17100
|
-
.fullwidth-teaser figure
|
|
17188
|
+
.fullwidth-teaser figure,
|
|
17189
|
+
.fullwidth-teaser figure picture,
|
|
17190
|
+
.fullwidth-teaser figure img {
|
|
17101
17191
|
margin-bottom: 0;
|
|
17102
17192
|
}
|
|
17193
|
+
.fullwidth-teaser figure picture,
|
|
17194
|
+
.fullwidth-teaser figure img {
|
|
17195
|
+
height: 100%;
|
|
17196
|
+
}
|
|
17103
17197
|
@media (min-width: 768px) {
|
|
17104
17198
|
.fullwidth-teaser picture,
|
|
17105
17199
|
.fullwidth-teaser figure,
|
|
@@ -17288,10 +17382,6 @@ ol.flickity-page-dots li:before {
|
|
|
17288
17382
|
.fullwidth-teaser-header .btn:focus {
|
|
17289
17383
|
outline: 0 !important;
|
|
17290
17384
|
}
|
|
17291
|
-
.fullwidth-teaser-header .btn.focus-visible {
|
|
17292
|
-
outline: 2px solid #fff !important;
|
|
17293
|
-
outline-offset: -4px !important;
|
|
17294
|
-
}
|
|
17295
17385
|
.fullwidth-teaser-header .btn:focus-visible {
|
|
17296
17386
|
outline: 2px solid #fff !important;
|
|
17297
17387
|
outline-offset: -4px !important;
|
|
@@ -17459,6 +17549,7 @@ ol.flickity-page-dots li:before {
|
|
|
17459
17549
|
padding: 0.4rem;
|
|
17460
17550
|
-webkit-transition: all 0.2s;
|
|
17461
17551
|
transition: all 0.2s;
|
|
17552
|
+
-webkit-text-decoration: none;
|
|
17462
17553
|
text-decoration: none;
|
|
17463
17554
|
margin-left: -0.7rem;
|
|
17464
17555
|
padding-left: 0.7rem;
|
|
@@ -17834,6 +17925,7 @@ a.nav-arrow:hover .icon-container {
|
|
|
17834
17925
|
display: block;
|
|
17835
17926
|
position: relative;
|
|
17836
17927
|
padding: 0.625rem 3rem;
|
|
17928
|
+
-webkit-text-decoration: none;
|
|
17837
17929
|
text-decoration: none;
|
|
17838
17930
|
color: #495057;
|
|
17839
17931
|
}
|
|
@@ -18084,6 +18176,7 @@ a.nav-arrow:hover .icon-container {
|
|
|
18084
18176
|
font-size: 0.83rem;
|
|
18085
18177
|
line-height: 1.2rem;
|
|
18086
18178
|
color: #707070;
|
|
18179
|
+
-webkit-text-decoration: none;
|
|
18087
18180
|
text-decoration: none;
|
|
18088
18181
|
}
|
|
18089
18182
|
.footer-links a:hover {
|
|
@@ -18327,6 +18420,7 @@ a.nav-arrow:hover .icon-container {
|
|
|
18327
18420
|
margin: 0;
|
|
18328
18421
|
padding: 2rem 0.7rem;
|
|
18329
18422
|
font-weight: bold;
|
|
18423
|
+
-webkit-text-decoration: none;
|
|
18330
18424
|
text-decoration: none;
|
|
18331
18425
|
}
|
|
18332
18426
|
.header .nav-header li a:after, .header .nav-header li.dropdown .btn:before {
|
|
@@ -18374,6 +18468,7 @@ a.nav-arrow:hover .icon-container {
|
|
|
18374
18468
|
padding: 0.7rem;
|
|
18375
18469
|
font-size: inherit;
|
|
18376
18470
|
font-weight: bold;
|
|
18471
|
+
-webkit-text-decoration: none;
|
|
18377
18472
|
text-decoration: none;
|
|
18378
18473
|
}
|
|
18379
18474
|
.header .nav-header .dropdown .btn:before {
|
|
@@ -18428,6 +18523,7 @@ a.nav-arrow:hover .icon-container {
|
|
|
18428
18523
|
}
|
|
18429
18524
|
.header-light h1 a,
|
|
18430
18525
|
.header-light .site-title a {
|
|
18526
|
+
-webkit-text-decoration: none;
|
|
18431
18527
|
text-decoration: none;
|
|
18432
18528
|
}
|
|
18433
18529
|
.header-light p.site-title {
|
|
@@ -18894,6 +18990,7 @@ a.nav-arrow:hover .icon-container {
|
|
|
18894
18990
|
}
|
|
18895
18991
|
|
|
18896
18992
|
a.cc-btn {
|
|
18993
|
+
-webkit-text-decoration: none;
|
|
18897
18994
|
text-decoration: none;
|
|
18898
18995
|
}
|
|
18899
18996
|
|
|
@@ -18934,6 +19031,7 @@ a.cc-link {
|
|
|
18934
19031
|
display: inline;
|
|
18935
19032
|
}
|
|
18936
19033
|
.coursebook-program .tree > li .underline > a {
|
|
19034
|
+
-webkit-text-decoration: none;
|
|
18937
19035
|
text-decoration: none;
|
|
18938
19036
|
}
|
|
18939
19037
|
.coursebook-program .tree > li > ul {
|
|
@@ -18982,8 +19080,7 @@ a.cc-link {
|
|
|
18982
19080
|
}
|
|
18983
19081
|
.taken a {
|
|
18984
19082
|
color: white !important;
|
|
18985
|
-
|
|
18986
|
-
text-decoration-color: #fff;
|
|
19083
|
+
text-decoration-color: #fff;
|
|
18987
19084
|
}
|
|
18988
19085
|
.taken a:hover {
|
|
18989
19086
|
font-weight: bold;
|
|
@@ -19147,18 +19244,13 @@ a.cc-link {
|
|
|
19147
19244
|
|
|
19148
19245
|
.event-location a {
|
|
19149
19246
|
color: #212121;
|
|
19150
|
-
|
|
19151
|
-
|
|
19152
|
-
-webkit-text-decoration-color
|
|
19153
|
-
text-decoration-color: #ff0000;
|
|
19154
|
-
-webkit-transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
|
|
19155
|
-
transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
|
|
19247
|
+
text-decoration-line: underline !important;
|
|
19248
|
+
text-decoration-color: #ff0000;
|
|
19249
|
+
-webkit-transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
|
19156
19250
|
transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
|
19157
|
-
transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
|
|
19158
19251
|
}
|
|
19159
19252
|
.event-location a:hover, .event-location a:focus, .event-location a:active {
|
|
19160
|
-
|
|
19161
|
-
text-decoration-color: #212121 !important;
|
|
19253
|
+
text-decoration-color: #212121 !important;
|
|
19162
19254
|
}
|
|
19163
19255
|
.event-location a:active {
|
|
19164
19256
|
color: #ff0000;
|