Revize c6265547
Přidáno uživatelem Adam Mištera před téměř 5 roky(ů)
public/css/app.css | ||
---|---|---|
1 |
@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap);/*! |
|
1 |
@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap);@charset "UTF-8"; |
|
2 |
|
|
3 |
/*! |
|
2 | 4 |
* Bootstrap v4.4.1 (https://getbootstrap.com/) |
3 | 5 |
* Copyright 2011-2019 The Bootstrap Authors |
4 | 6 |
* Copyright 2011-2019 Twitter, Inc. |
... | ... | |
134 | 136 |
} |
135 | 137 |
|
136 | 138 |
dd { |
137 |
margin-bottom: .5rem; |
|
139 |
margin-bottom: 0.5rem;
|
|
138 | 140 |
margin-left: 0; |
139 | 141 |
} |
140 | 142 |
|
... | ... | |
160 | 162 |
} |
161 | 163 |
|
162 | 164 |
sub { |
163 |
bottom: -.25em; |
|
165 |
bottom: -0.25em;
|
|
164 | 166 |
} |
165 | 167 |
|
166 | 168 |
sup { |
167 |
top: -.5em; |
|
169 |
top: -0.5em;
|
|
168 | 170 |
} |
169 | 171 |
|
170 | 172 |
a { |
... | ... | |
272 | 274 |
} |
273 | 275 |
|
274 | 276 |
button, |
275 |
[type="button"],
|
|
276 |
[type="reset"],
|
|
277 |
[type="submit"] {
|
|
277 |
[type=button],
|
|
278 |
[type=reset],
|
|
279 |
[type=submit] {
|
|
278 | 280 |
-webkit-appearance: button; |
279 | 281 |
} |
280 | 282 |
|
281 | 283 |
button:not(:disabled), |
282 |
[type="button"]:not(:disabled),
|
|
283 |
[type="reset"]:not(:disabled),
|
|
284 |
[type="submit"]:not(:disabled) {
|
|
284 |
[type=button]:not(:disabled),
|
|
285 |
[type=reset]:not(:disabled),
|
|
286 |
[type=submit]:not(:disabled) {
|
|
285 | 287 |
cursor: pointer; |
286 | 288 |
} |
287 | 289 |
|
288 | 290 |
button::-moz-focus-inner, |
289 |
[type="button"]::-moz-focus-inner,
|
|
290 |
[type="reset"]::-moz-focus-inner,
|
|
291 |
[type="submit"]::-moz-focus-inner {
|
|
291 |
[type=button]::-moz-focus-inner,
|
|
292 |
[type=reset]::-moz-focus-inner,
|
|
293 |
[type=submit]::-moz-focus-inner {
|
|
292 | 294 |
padding: 0; |
293 | 295 |
border-style: none; |
294 | 296 |
} |
295 | 297 |
|
296 |
input[type="radio"],
|
|
297 |
input[type="checkbox"] {
|
|
298 |
input[type=radio],
|
|
299 |
input[type=checkbox] {
|
|
298 | 300 |
box-sizing: border-box; |
299 | 301 |
padding: 0; |
300 | 302 |
} |
301 | 303 |
|
302 |
input[type="date"],
|
|
303 |
input[type="time"],
|
|
304 |
input[type="datetime-local"],
|
|
305 |
input[type="month"] {
|
|
304 |
input[type=date],
|
|
305 |
input[type=time],
|
|
306 |
input[type=datetime-local],
|
|
307 |
input[type=month] {
|
|
306 | 308 |
-webkit-appearance: listbox; |
307 | 309 |
} |
308 | 310 |
|
... | ... | |
323 | 325 |
width: 100%; |
324 | 326 |
max-width: 100%; |
325 | 327 |
padding: 0; |
326 |
margin-bottom: .5rem; |
|
328 |
margin-bottom: 0.5rem;
|
|
327 | 329 |
font-size: 1.5rem; |
328 | 330 |
line-height: inherit; |
329 | 331 |
color: inherit; |
... | ... | |
334 | 336 |
vertical-align: baseline; |
335 | 337 |
} |
336 | 338 |
|
337 |
[type="number"]::-webkit-inner-spin-button,
|
|
338 |
[type="number"]::-webkit-outer-spin-button {
|
|
339 |
[type=number]::-webkit-inner-spin-button,
|
|
340 |
[type=number]::-webkit-outer-spin-button {
|
|
339 | 341 |
height: auto; |
340 | 342 |
} |
341 | 343 |
|
342 |
[type="search"] {
|
|
344 |
[type=search] {
|
|
343 | 345 |
outline-offset: -2px; |
344 | 346 |
-webkit-appearance: none; |
345 | 347 |
} |
346 | 348 |
|
347 |
[type="search"]::-webkit-search-decoration {
|
|
349 |
[type=search]::-webkit-search-decoration {
|
|
348 | 350 |
-webkit-appearance: none; |
349 | 351 |
} |
350 | 352 |
|
... | ... | |
605 | 607 |
} |
606 | 608 |
|
607 | 609 |
.container-fluid, |
608 |
.container-sm, |
|
609 |
.container-md, |
|
610 |
.container-xl, |
|
610 | 611 |
.container-lg, |
611 |
.container-xl { |
|
612 |
.container-md, |
|
613 |
.container-sm { |
|
612 | 614 |
width: 100%; |
613 | 615 |
padding-right: 15px; |
614 | 616 |
padding-left: 15px; |
... | ... | |
617 | 619 |
} |
618 | 620 |
|
619 | 621 |
@media (min-width: 576px) { |
620 |
.container, |
|
621 |
.container-sm {
|
|
622 |
.container-sm,
|
|
623 |
.container { |
|
622 | 624 |
max-width: 540px; |
623 | 625 |
} |
624 | 626 |
} |
625 | 627 |
|
626 | 628 |
@media (min-width: 768px) { |
627 |
.container, |
|
629 |
.container-md,
|
|
628 | 630 |
.container-sm, |
629 |
.container-md {
|
|
631 |
.container { |
|
630 | 632 |
max-width: 720px; |
631 | 633 |
} |
632 | 634 |
} |
633 | 635 |
|
634 | 636 |
@media (min-width: 992px) { |
635 |
.container, |
|
636 |
.container-sm, |
|
637 |
.container-lg, |
|
637 | 638 |
.container-md, |
638 |
.container-lg { |
|
639 |
.container-sm, |
|
640 |
.container { |
|
639 | 641 |
max-width: 960px; |
640 | 642 |
} |
641 | 643 |
} |
642 | 644 |
|
643 | 645 |
@media (min-width: 1200px) { |
644 |
.container, |
|
645 |
.container-sm, |
|
646 |
.container-md, |
|
646 |
.container-xl, |
|
647 | 647 |
.container-lg, |
648 |
.container-xl { |
|
648 |
.container-md, |
|
649 |
.container-sm, |
|
650 |
.container { |
|
649 | 651 |
max-width: 1140px; |
650 | 652 |
} |
651 | 653 |
} |
... | ... | |
663 | 665 |
} |
664 | 666 |
|
665 | 667 |
.no-gutters > .col, |
666 |
.no-gutters > [class*="col-"] {
|
|
668 |
.no-gutters > [class*=col-] {
|
|
667 | 669 |
padding-right: 0; |
668 | 670 |
padding-left: 0; |
669 | 671 |
} |
670 | 672 |
|
671 |
.col-1, |
|
672 |
.col-2, |
|
673 |
.col-3, |
|
674 |
.col-4, |
|
675 |
.col-5, |
|
676 |
.col-6, |
|
677 |
.col-7, |
|
678 |
.col-8, |
|
679 |
.col-9, |
|
680 |
.col-10, |
|
681 |
.col-11, |
|
682 |
.col-12, |
|
683 |
.col, |
|
684 |
.col-auto, |
|
685 |
.col-sm-1, |
|
686 |
.col-sm-2, |
|
687 |
.col-sm-3, |
|
688 |
.col-sm-4, |
|
689 |
.col-sm-5, |
|
690 |
.col-sm-6, |
|
691 |
.col-sm-7, |
|
692 |
.col-sm-8, |
|
693 |
.col-sm-9, |
|
694 |
.col-sm-10, |
|
695 |
.col-sm-11, |
|
696 |
.col-sm-12, |
|
697 |
.col-sm, |
|
698 |
.col-sm-auto, |
|
699 |
.col-md-1, |
|
700 |
.col-md-2, |
|
701 |
.col-md-3, |
|
702 |
.col-md-4, |
|
703 |
.col-md-5, |
|
704 |
.col-md-6, |
|
705 |
.col-md-7, |
|
706 |
.col-md-8, |
|
707 |
.col-md-9, |
|
708 |
.col-md-10, |
|
709 |
.col-md-11, |
|
710 |
.col-md-12, |
|
711 |
.col-md, |
|
712 |
.col-md-auto, |
|
713 |
.col-lg-1, |
|
714 |
.col-lg-2, |
|
715 |
.col-lg-3, |
|
716 |
.col-lg-4, |
|
717 |
.col-lg-5, |
|
718 |
.col-lg-6, |
|
719 |
.col-lg-7, |
|
720 |
.col-lg-8, |
|
721 |
.col-lg-9, |
|
722 |
.col-lg-10, |
|
723 |
.col-lg-11, |
|
724 |
.col-lg-12, |
|
673 |
.col-xl, |
|
674 |
.col-xl-auto, |
|
675 |
.col-xl-12, |
|
676 |
.col-xl-11, |
|
677 |
.col-xl-10, |
|
678 |
.col-xl-9, |
|
679 |
.col-xl-8, |
|
680 |
.col-xl-7, |
|
681 |
.col-xl-6, |
|
682 |
.col-xl-5, |
|
683 |
.col-xl-4, |
|
684 |
.col-xl-3, |
|
685 |
.col-xl-2, |
|
686 |
.col-xl-1, |
|
725 | 687 |
.col-lg, |
726 | 688 |
.col-lg-auto, |
727 |
.col-xl-1, |
|
728 |
.col-xl-2, |
|
729 |
.col-xl-3, |
|
730 |
.col-xl-4, |
|
731 |
.col-xl-5, |
|
732 |
.col-xl-6, |
|
733 |
.col-xl-7, |
|
734 |
.col-xl-8, |
|
735 |
.col-xl-9, |
|
736 |
.col-xl-10, |
|
737 |
.col-xl-11, |
|
738 |
.col-xl-12, |
|
739 |
.col-xl, |
|
740 |
.col-xl-auto { |
|
689 |
.col-lg-12, |
|
690 |
.col-lg-11, |
|
691 |
.col-lg-10, |
|
692 |
.col-lg-9, |
|
693 |
.col-lg-8, |
|
694 |
.col-lg-7, |
|
695 |
.col-lg-6, |
|
696 |
.col-lg-5, |
|
697 |
.col-lg-4, |
|
698 |
.col-lg-3, |
|
699 |
.col-lg-2, |
|
700 |
.col-lg-1, |
|
701 |
.col-md, |
|
702 |
.col-md-auto, |
|
703 |
.col-md-12, |
|
704 |
.col-md-11, |
|
705 |
.col-md-10, |
|
706 |
.col-md-9, |
|
707 |
.col-md-8, |
|
708 |
.col-md-7, |
|
709 |
.col-md-6, |
|
710 |
.col-md-5, |
|
711 |
.col-md-4, |
|
712 |
.col-md-3, |
|
713 |
.col-md-2, |
|
714 |
.col-md-1, |
|
715 |
.col-sm, |
|
716 |
.col-sm-auto, |
|
717 |
.col-sm-12, |
|
718 |
.col-sm-11, |
|
719 |
.col-sm-10, |
|
720 |
.col-sm-9, |
|
721 |
.col-sm-8, |
|
722 |
.col-sm-7, |
|
723 |
.col-sm-6, |
|
724 |
.col-sm-5, |
|
725 |
.col-sm-4, |
|
726 |
.col-sm-3, |
|
727 |
.col-sm-2, |
|
728 |
.col-sm-1, |
|
729 |
.col, |
|
730 |
.col-auto, |
|
731 |
.col-12, |
|
732 |
.col-11, |
|
733 |
.col-10, |
|
734 |
.col-9, |
|
735 |
.col-8, |
|
736 |
.col-7, |
|
737 |
.col-6, |
|
738 |
.col-5, |
|
739 |
.col-4, |
|
740 |
.col-3, |
|
741 |
.col-2, |
|
742 |
.col-1 { |
|
741 | 743 |
position: relative; |
742 | 744 |
width: 100%; |
743 | 745 |
padding-right: 15px; |
... | ... | |
761 | 763 |
} |
762 | 764 |
|
763 | 765 |
.row-cols-3 > * { |
764 |
flex: 0 0 33.33333333%; |
|
765 |
max-width: 33.33333333%; |
|
766 |
flex: 0 0 33.3333333333%;
|
|
767 |
max-width: 33.3333333333%;
|
|
766 | 768 |
} |
767 | 769 |
|
768 | 770 |
.row-cols-4 > * { |
... | ... | |
776 | 778 |
} |
777 | 779 |
|
778 | 780 |
.row-cols-6 > * { |
779 |
flex: 0 0 16.66666667%; |
|
780 |
max-width: 16.66666667%; |
|
781 |
flex: 0 0 16.6666666667%;
|
|
782 |
max-width: 16.6666666667%;
|
|
781 | 783 |
} |
782 | 784 |
|
783 | 785 |
.col-auto { |
... | ... | |
787 | 789 |
} |
788 | 790 |
|
789 | 791 |
.col-1 { |
790 |
flex: 0 0 8.33333333%; |
|
791 |
max-width: 8.33333333%; |
|
792 |
flex: 0 0 8.3333333333%;
|
|
793 |
max-width: 8.3333333333%;
|
|
792 | 794 |
} |
793 | 795 |
|
794 | 796 |
.col-2 { |
795 |
flex: 0 0 16.66666667%; |
|
796 |
max-width: 16.66666667%; |
|
797 |
flex: 0 0 16.6666666667%;
|
|
798 |
max-width: 16.6666666667%;
|
|
797 | 799 |
} |
798 | 800 |
|
799 | 801 |
.col-3 { |
... | ... | |
802 | 804 |
} |
803 | 805 |
|
804 | 806 |
.col-4 { |
805 |
flex: 0 0 33.33333333%; |
|
806 |
max-width: 33.33333333%; |
|
807 |
flex: 0 0 33.3333333333%;
|
|
808 |
max-width: 33.3333333333%;
|
|
807 | 809 |
} |
808 | 810 |
|
809 | 811 |
.col-5 { |
810 |
flex: 0 0 41.66666667%; |
|
811 |
max-width: 41.66666667%; |
|
812 |
flex: 0 0 41.6666666667%;
|
|
813 |
max-width: 41.6666666667%;
|
|
812 | 814 |
} |
813 | 815 |
|
814 | 816 |
.col-6 { |
... | ... | |
817 | 819 |
} |
818 | 820 |
|
819 | 821 |
.col-7 { |
820 |
flex: 0 0 58.33333333%; |
|
821 |
max-width: 58.33333333%; |
|
822 |
flex: 0 0 58.3333333333%;
|
|
823 |
max-width: 58.3333333333%;
|
|
822 | 824 |
} |
823 | 825 |
|
824 | 826 |
.col-8 { |
825 |
flex: 0 0 66.66666667%; |
|
826 |
max-width: 66.66666667%; |
|
827 |
flex: 0 0 66.6666666667%;
|
|
828 |
max-width: 66.6666666667%;
|
|
827 | 829 |
} |
828 | 830 |
|
829 | 831 |
.col-9 { |
... | ... | |
832 | 834 |
} |
833 | 835 |
|
834 | 836 |
.col-10 { |
835 |
flex: 0 0 83.33333333%; |
|
836 |
max-width: 83.33333333%; |
|
837 |
flex: 0 0 83.3333333333%;
|
|
838 |
max-width: 83.3333333333%;
|
|
837 | 839 |
} |
838 | 840 |
|
839 | 841 |
.col-11 { |
840 |
flex: 0 0 91.66666667%; |
|
841 |
max-width: 91.66666667%; |
|
842 |
flex: 0 0 91.6666666667%;
|
|
843 |
max-width: 91.6666666667%;
|
|
842 | 844 |
} |
843 | 845 |
|
844 | 846 |
.col-12 { |
... | ... | |
907 | 909 |
} |
908 | 910 |
|
909 | 911 |
.offset-1 { |
910 |
margin-left: 8.33333333%; |
|
912 |
margin-left: 8.3333333333%;
|
|
911 | 913 |
} |
912 | 914 |
|
913 | 915 |
.offset-2 { |
914 |
margin-left: 16.66666667%; |
|
916 |
margin-left: 16.6666666667%;
|
|
915 | 917 |
} |
916 | 918 |
|
917 | 919 |
.offset-3 { |
... | ... | |
919 | 921 |
} |
920 | 922 |
|
921 | 923 |
.offset-4 { |
922 |
margin-left: 33.33333333%; |
|
924 |
margin-left: 33.3333333333%;
|
|
923 | 925 |
} |
924 | 926 |
|
925 | 927 |
.offset-5 { |
926 |
margin-left: 41.66666667%; |
|
928 |
margin-left: 41.6666666667%;
|
|
927 | 929 |
} |
928 | 930 |
|
929 | 931 |
.offset-6 { |
... | ... | |
931 | 933 |
} |
932 | 934 |
|
933 | 935 |
.offset-7 { |
934 |
margin-left: 58.33333333%; |
|
936 |
margin-left: 58.3333333333%;
|
|
935 | 937 |
} |
936 | 938 |
|
937 | 939 |
.offset-8 { |
938 |
margin-left: 66.66666667%; |
|
940 |
margin-left: 66.6666666667%;
|
|
939 | 941 |
} |
940 | 942 |
|
941 | 943 |
.offset-9 { |
... | ... | |
943 | 945 |
} |
944 | 946 |
|
945 | 947 |
.offset-10 { |
946 |
margin-left: 83.33333333%; |
|
948 |
margin-left: 83.3333333333%;
|
|
947 | 949 |
} |
948 | 950 |
|
949 | 951 |
.offset-11 { |
950 |
margin-left: 91.66666667%; |
|
952 |
margin-left: 91.6666666667%;
|
|
951 | 953 |
} |
952 | 954 |
|
953 | 955 |
@media (min-width: 576px) { |
... | ... | |
968 | 970 |
} |
969 | 971 |
|
970 | 972 |
.row-cols-sm-3 > * { |
971 |
flex: 0 0 33.33333333%; |
|
972 |
max-width: 33.33333333%; |
|
973 |
flex: 0 0 33.3333333333%;
|
|
974 |
max-width: 33.3333333333%;
|
|
973 | 975 |
} |
974 | 976 |
|
975 | 977 |
.row-cols-sm-4 > * { |
... | ... | |
983 | 985 |
} |
984 | 986 |
|
985 | 987 |
.row-cols-sm-6 > * { |
986 |
flex: 0 0 16.66666667%; |
|
987 |
max-width: 16.66666667%; |
|
988 |
flex: 0 0 16.6666666667%;
|
|
989 |
max-width: 16.6666666667%;
|
|
988 | 990 |
} |
989 | 991 |
|
990 | 992 |
.col-sm-auto { |
... | ... | |
994 | 996 |
} |
995 | 997 |
|
996 | 998 |
.col-sm-1 { |
997 |
flex: 0 0 8.33333333%; |
|
998 |
max-width: 8.33333333%; |
|
999 |
flex: 0 0 8.3333333333%;
|
|
1000 |
max-width: 8.3333333333%;
|
|
999 | 1001 |
} |
1000 | 1002 |
|
1001 | 1003 |
.col-sm-2 { |
1002 |
flex: 0 0 16.66666667%; |
|
1003 |
max-width: 16.66666667%; |
|
1004 |
flex: 0 0 16.6666666667%;
|
|
1005 |
max-width: 16.6666666667%;
|
|
1004 | 1006 |
} |
1005 | 1007 |
|
1006 | 1008 |
.col-sm-3 { |
... | ... | |
1009 | 1011 |
} |
1010 | 1012 |
|
1011 | 1013 |
.col-sm-4 { |
1012 |
flex: 0 0 33.33333333%; |
|
1013 |
max-width: 33.33333333%; |
|
1014 |
flex: 0 0 33.3333333333%;
|
|
1015 |
max-width: 33.3333333333%;
|
|
1014 | 1016 |
} |
1015 | 1017 |
|
1016 | 1018 |
.col-sm-5 { |
1017 |
flex: 0 0 41.66666667%; |
|
1018 |
max-width: 41.66666667%; |
|
1019 |
flex: 0 0 41.6666666667%;
|
|
1020 |
max-width: 41.6666666667%;
|
|
1019 | 1021 |
} |
1020 | 1022 |
|
1021 | 1023 |
.col-sm-6 { |
... | ... | |
1024 | 1026 |
} |
1025 | 1027 |
|
1026 | 1028 |
.col-sm-7 { |
1027 |
flex: 0 0 58.33333333%; |
|
1028 |
max-width: 58.33333333%; |
|
1029 |
flex: 0 0 58.3333333333%;
|
|
1030 |
max-width: 58.3333333333%;
|
|
1029 | 1031 |
} |
1030 | 1032 |
|
1031 | 1033 |
.col-sm-8 { |
1032 |
flex: 0 0 66.66666667%; |
|
1033 |
max-width: 66.66666667%; |
|
1034 |
flex: 0 0 66.6666666667%;
|
|
1035 |
max-width: 66.6666666667%;
|
|
1034 | 1036 |
} |
1035 | 1037 |
|
1036 | 1038 |
.col-sm-9 { |
... | ... | |
1039 | 1041 |
} |
1040 | 1042 |
|
1041 | 1043 |
.col-sm-10 { |
1042 |
flex: 0 0 83.33333333%; |
|
1043 |
max-width: 83.33333333%; |
|
1044 |
flex: 0 0 83.3333333333%;
|
|
1045 |
max-width: 83.3333333333%;
|
|
1044 | 1046 |
} |
1045 | 1047 |
|
1046 | 1048 |
.col-sm-11 { |
1047 |
flex: 0 0 91.66666667%; |
|
1048 |
max-width: 91.66666667%; |
|
1049 |
flex: 0 0 91.6666666667%;
|
|
1050 |
max-width: 91.6666666667%;
|
|
1049 | 1051 |
} |
1050 | 1052 |
|
1051 | 1053 |
.col-sm-12 { |
... | ... | |
1118 | 1120 |
} |
1119 | 1121 |
|
1120 | 1122 |
.offset-sm-1 { |
1121 |
margin-left: 8.33333333%; |
|
1123 |
margin-left: 8.3333333333%;
|
|
1122 | 1124 |
} |
1123 | 1125 |
|
1124 | 1126 |
.offset-sm-2 { |
1125 |
margin-left: 16.66666667%; |
|
1127 |
margin-left: 16.6666666667%;
|
|
1126 | 1128 |
} |
1127 | 1129 |
|
1128 | 1130 |
.offset-sm-3 { |
... | ... | |
1130 | 1132 |
} |
1131 | 1133 |
|
1132 | 1134 |
.offset-sm-4 { |
1133 |
margin-left: 33.33333333%; |
|
1135 |
margin-left: 33.3333333333%;
|
|
1134 | 1136 |
} |
1135 | 1137 |
|
1136 | 1138 |
.offset-sm-5 { |
1137 |
margin-left: 41.66666667%; |
|
1139 |
margin-left: 41.6666666667%;
|
|
1138 | 1140 |
} |
1139 | 1141 |
|
1140 | 1142 |
.offset-sm-6 { |
... | ... | |
1142 | 1144 |
} |
1143 | 1145 |
|
1144 | 1146 |
.offset-sm-7 { |
1145 |
margin-left: 58.33333333%; |
|
1147 |
margin-left: 58.3333333333%;
|
|
1146 | 1148 |
} |
1147 | 1149 |
|
1148 | 1150 |
.offset-sm-8 { |
1149 |
margin-left: 66.66666667%; |
|
1151 |
margin-left: 66.6666666667%;
|
|
1150 | 1152 |
} |
1151 | 1153 |
|
1152 | 1154 |
.offset-sm-9 { |
... | ... | |
1154 | 1156 |
} |
1155 | 1157 |
|
1156 | 1158 |
.offset-sm-10 { |
1157 |
margin-left: 83.33333333%; |
|
1159 |
margin-left: 83.3333333333%;
|
|
1158 | 1160 |
} |
1159 | 1161 |
|
1160 | 1162 |
.offset-sm-11 { |
1161 |
margin-left: 91.66666667%; |
|
1163 |
margin-left: 91.6666666667%;
|
|
1162 | 1164 |
} |
1163 | 1165 |
} |
1164 | 1166 |
|
... | ... | |
1180 | 1182 |
} |
1181 | 1183 |
|
1182 | 1184 |
.row-cols-md-3 > * { |
1183 |
flex: 0 0 33.33333333%; |
|
1184 |
max-width: 33.33333333%; |
|
1185 |
flex: 0 0 33.3333333333%;
|
|
1186 |
max-width: 33.3333333333%;
|
|
1185 | 1187 |
} |
1186 | 1188 |
|
1187 | 1189 |
.row-cols-md-4 > * { |
... | ... | |
1195 | 1197 |
} |
1196 | 1198 |
|
1197 | 1199 |
.row-cols-md-6 > * { |
1198 |
flex: 0 0 16.66666667%; |
|
1199 |
max-width: 16.66666667%; |
|
1200 |
flex: 0 0 16.6666666667%;
|
|
1201 |
max-width: 16.6666666667%;
|
|
1200 | 1202 |
} |
1201 | 1203 |
|
1202 | 1204 |
.col-md-auto { |
... | ... | |
1206 | 1208 |
} |
1207 | 1209 |
|
1208 | 1210 |
.col-md-1 { |
1209 |
flex: 0 0 8.33333333%; |
|
1210 |
max-width: 8.33333333%; |
|
1211 |
flex: 0 0 8.3333333333%;
|
|
1212 |
max-width: 8.3333333333%;
|
|
1211 | 1213 |
} |
1212 | 1214 |
|
1213 | 1215 |
.col-md-2 { |
1214 |
flex: 0 0 16.66666667%; |
|
1215 |
max-width: 16.66666667%; |
|
1216 |
flex: 0 0 16.6666666667%;
|
|
1217 |
max-width: 16.6666666667%;
|
|
1216 | 1218 |
} |
1217 | 1219 |
|
1218 | 1220 |
.col-md-3 { |
... | ... | |
1221 | 1223 |
} |
1222 | 1224 |
|
1223 | 1225 |
.col-md-4 { |
1224 |
flex: 0 0 33.33333333%; |
|
1225 |
max-width: 33.33333333%; |
|
1226 |
flex: 0 0 33.3333333333%;
|
|
1227 |
max-width: 33.3333333333%;
|
|
1226 | 1228 |
} |
1227 | 1229 |
|
1228 | 1230 |
.col-md-5 { |
1229 |
flex: 0 0 41.66666667%; |
|
1230 |
max-width: 41.66666667%; |
|
1231 |
flex: 0 0 41.6666666667%;
|
|
1232 |
max-width: 41.6666666667%;
|
|
1231 | 1233 |
} |
1232 | 1234 |
|
1233 | 1235 |
.col-md-6 { |
... | ... | |
1236 | 1238 |
} |
1237 | 1239 |
|
1238 | 1240 |
.col-md-7 { |
1239 |
flex: 0 0 58.33333333%; |
|
1240 |
max-width: 58.33333333%; |
|
1241 |
flex: 0 0 58.3333333333%;
|
|
1242 |
max-width: 58.3333333333%;
|
|
1241 | 1243 |
} |
1242 | 1244 |
|
1243 | 1245 |
.col-md-8 { |
1244 |
flex: 0 0 66.66666667%; |
|
1245 |
max-width: 66.66666667%; |
|
1246 |
flex: 0 0 66.6666666667%;
|
|
1247 |
max-width: 66.6666666667%;
|
|
1246 | 1248 |
} |
1247 | 1249 |
|
1248 | 1250 |
.col-md-9 { |
... | ... | |
1251 | 1253 |
} |
1252 | 1254 |
|
1253 | 1255 |
.col-md-10 { |
1254 |
flex: 0 0 83.33333333%; |
|
1255 |
max-width: 83.33333333%; |
|
1256 |
flex: 0 0 83.3333333333%;
|
|
1257 |
max-width: 83.3333333333%;
|
|
1256 | 1258 |
} |
1257 | 1259 |
|
1258 | 1260 |
.col-md-11 { |
1259 |
flex: 0 0 91.66666667%; |
|
1260 |
max-width: 91.66666667%; |
|
1261 |
flex: 0 0 91.6666666667%;
|
|
1262 |
max-width: 91.6666666667%;
|
|
1261 | 1263 |
} |
1262 | 1264 |
|
1263 | 1265 |
.col-md-12 { |
... | ... | |
1330 | 1332 |
} |
1331 | 1333 |
|
1332 | 1334 |
.offset-md-1 { |
1333 |
margin-left: 8.33333333%; |
|
1335 |
margin-left: 8.3333333333%;
|
|
1334 | 1336 |
} |
1335 | 1337 |
|
1336 | 1338 |
.offset-md-2 { |
1337 |
margin-left: 16.66666667%; |
|
1339 |
margin-left: 16.6666666667%;
|
|
1338 | 1340 |
} |
1339 | 1341 |
|
1340 | 1342 |
.offset-md-3 { |
... | ... | |
1342 | 1344 |
} |
1343 | 1345 |
|
1344 | 1346 |
.offset-md-4 { |
1345 |
margin-left: 33.33333333%; |
|
1347 |
margin-left: 33.3333333333%;
|
|
1346 | 1348 |
} |
1347 | 1349 |
|
1348 | 1350 |
.offset-md-5 { |
1349 |
margin-left: 41.66666667%; |
|
1351 |
margin-left: 41.6666666667%;
|
|
1350 | 1352 |
} |
1351 | 1353 |
|
1352 | 1354 |
.offset-md-6 { |
... | ... | |
1354 | 1356 |
} |
1355 | 1357 |
|
1356 | 1358 |
.offset-md-7 { |
1357 |
margin-left: 58.33333333%; |
|
1359 |
margin-left: 58.3333333333%;
|
|
1358 | 1360 |
} |
1359 | 1361 |
|
1360 | 1362 |
.offset-md-8 { |
1361 |
margin-left: 66.66666667%; |
|
1363 |
margin-left: 66.6666666667%;
|
|
1362 | 1364 |
} |
1363 | 1365 |
|
1364 | 1366 |
.offset-md-9 { |
... | ... | |
1366 | 1368 |
} |
1367 | 1369 |
|
1368 | 1370 |
.offset-md-10 { |
1369 |
margin-left: 83.33333333%; |
|
1371 |
margin-left: 83.3333333333%;
|
|
1370 | 1372 |
} |
1371 | 1373 |
|
1372 | 1374 |
.offset-md-11 { |
1373 |
margin-left: 91.66666667%; |
|
1375 |
margin-left: 91.6666666667%;
|
|
1374 | 1376 |
} |
1375 | 1377 |
} |
1376 | 1378 |
|
... | ... | |
1392 | 1394 |
} |
1393 | 1395 |
|
1394 | 1396 |
.row-cols-lg-3 > * { |
1395 |
flex: 0 0 33.33333333%; |
|
1396 |
max-width: 33.33333333%; |
|
1397 |
flex: 0 0 33.3333333333%;
|
|
1398 |
max-width: 33.3333333333%;
|
|
1397 | 1399 |
} |
1398 | 1400 |
|
1399 | 1401 |
.row-cols-lg-4 > * { |
... | ... | |
1407 | 1409 |
} |
1408 | 1410 |
|
1409 | 1411 |
.row-cols-lg-6 > * { |
1410 |
flex: 0 0 16.66666667%; |
|
1411 |
max-width: 16.66666667%; |
|
1412 |
flex: 0 0 16.6666666667%;
|
|
1413 |
max-width: 16.6666666667%;
|
|
1412 | 1414 |
} |
1413 | 1415 |
|
1414 | 1416 |
.col-lg-auto { |
... | ... | |
1418 | 1420 |
} |
1419 | 1421 |
|
1420 | 1422 |
.col-lg-1 { |
1421 |
flex: 0 0 8.33333333%; |
|
1422 |
max-width: 8.33333333%; |
|
1423 |
flex: 0 0 8.3333333333%;
|
|
1424 |
max-width: 8.3333333333%;
|
|
1423 | 1425 |
} |
1424 | 1426 |
|
1425 | 1427 |
.col-lg-2 { |
1426 |
flex: 0 0 16.66666667%; |
|
1427 |
max-width: 16.66666667%; |
|
1428 |
flex: 0 0 16.6666666667%;
|
|
1429 |
max-width: 16.6666666667%;
|
|
1428 | 1430 |
} |
1429 | 1431 |
|
1430 | 1432 |
.col-lg-3 { |
... | ... | |
1433 | 1435 |
} |
1434 | 1436 |
|
1435 | 1437 |
.col-lg-4 { |
1436 |
flex: 0 0 33.33333333%; |
|
1437 |
max-width: 33.33333333%; |
|
1438 |
flex: 0 0 33.3333333333%;
|
|
1439 |
max-width: 33.3333333333%;
|
|
1438 | 1440 |
} |
1439 | 1441 |
|
1440 | 1442 |
.col-lg-5 { |
1441 |
flex: 0 0 41.66666667%; |
|
1442 |
max-width: 41.66666667%; |
|
1443 |
flex: 0 0 41.6666666667%;
|
|
1444 |
max-width: 41.6666666667%;
|
|
1443 | 1445 |
} |
1444 | 1446 |
|
1445 | 1447 |
.col-lg-6 { |
... | ... | |
1448 | 1450 |
} |
1449 | 1451 |
|
1450 | 1452 |
.col-lg-7 { |
1451 |
flex: 0 0 58.33333333%; |
|
1452 |
max-width: 58.33333333%; |
|
1453 |
flex: 0 0 58.3333333333%;
|
|
1454 |
max-width: 58.3333333333%;
|
|
1453 | 1455 |
} |
1454 | 1456 |
|
1455 | 1457 |
.col-lg-8 { |
1456 |
flex: 0 0 66.66666667%; |
|
1457 |
max-width: 66.66666667%; |
|
1458 |
flex: 0 0 66.6666666667%;
|
|
1459 |
max-width: 66.6666666667%;
|
|
1458 | 1460 |
} |
1459 | 1461 |
|
1460 | 1462 |
.col-lg-9 { |
... | ... | |
1463 | 1465 |
} |
1464 | 1466 |
|
1465 | 1467 |
.col-lg-10 { |
1466 |
flex: 0 0 83.33333333%; |
|
1467 |
max-width: 83.33333333%; |
|
1468 |
flex: 0 0 83.3333333333%;
|
|
1469 |
max-width: 83.3333333333%;
|
|
1468 | 1470 |
} |
1469 | 1471 |
|
1470 | 1472 |
.col-lg-11 { |
1471 |
flex: 0 0 91.66666667%; |
|
1472 |
max-width: 91.66666667%; |
|
1473 |
flex: 0 0 91.6666666667%;
|
|
1474 |
max-width: 91.6666666667%;
|
|
1473 | 1475 |
} |
1474 | 1476 |
|
1475 | 1477 |
.col-lg-12 { |
... | ... | |
1542 | 1544 |
} |
1543 | 1545 |
|
1544 | 1546 |
.offset-lg-1 { |
1545 |
margin-left: 8.33333333%; |
|
1547 |
margin-left: 8.3333333333%;
|
|
1546 | 1548 |
} |
1547 | 1549 |
|
1548 | 1550 |
.offset-lg-2 { |
1549 |
margin-left: 16.66666667%; |
|
1551 |
margin-left: 16.6666666667%;
|
|
1550 | 1552 |
} |
1551 | 1553 |
|
1552 | 1554 |
.offset-lg-3 { |
... | ... | |
1554 | 1556 |
} |
1555 | 1557 |
|
1556 | 1558 |
.offset-lg-4 { |
1557 |
margin-left: 33.33333333%; |
|
1559 |
margin-left: 33.3333333333%;
|
|
1558 | 1560 |
} |
1559 | 1561 |
|
1560 | 1562 |
.offset-lg-5 { |
1561 |
margin-left: 41.66666667%; |
|
1563 |
margin-left: 41.6666666667%;
|
|
1562 | 1564 |
} |
1563 | 1565 |
|
1564 | 1566 |
.offset-lg-6 { |
... | ... | |
1566 | 1568 |
} |
1567 | 1569 |
|
1568 | 1570 |
.offset-lg-7 { |
1569 |
margin-left: 58.33333333%; |
|
1571 |
margin-left: 58.3333333333%;
|
|
1570 | 1572 |
} |
1571 | 1573 |
|
1572 | 1574 |
.offset-lg-8 { |
1573 |
margin-left: 66.66666667%; |
|
1575 |
margin-left: 66.6666666667%;
|
|
1574 | 1576 |
} |
1575 | 1577 |
|
1576 | 1578 |
.offset-lg-9 { |
... | ... | |
1578 | 1580 |
} |
1579 | 1581 |
|
1580 | 1582 |
.offset-lg-10 { |
1581 |
margin-left: 83.33333333%; |
|
1583 |
margin-left: 83.3333333333%;
|
|
1582 | 1584 |
} |
1583 | 1585 |
|
1584 | 1586 |
.offset-lg-11 { |
1585 |
margin-left: 91.66666667%; |
|
1587 |
margin-left: 91.6666666667%;
|
|
1586 | 1588 |
} |
1587 | 1589 |
} |
1588 | 1590 |
|
... | ... | |
1604 | 1606 |
} |
1605 | 1607 |
|
1606 | 1608 |
.row-cols-xl-3 > * { |
1607 |
flex: 0 0 33.33333333%; |
|
1608 |
max-width: 33.33333333%; |
|
1609 |
flex: 0 0 33.3333333333%;
|
|
1610 |
max-width: 33.3333333333%;
|
|
1609 | 1611 |
} |
1610 | 1612 |
|
1611 | 1613 |
.row-cols-xl-4 > * { |
... | ... | |
1619 | 1621 |
} |
1620 | 1622 |
|
1621 | 1623 |
.row-cols-xl-6 > * { |
1622 |
flex: 0 0 16.66666667%; |
|
1623 |
max-width: 16.66666667%; |
|
1624 |
flex: 0 0 16.6666666667%;
|
|
1625 |
max-width: 16.6666666667%;
|
|
1624 | 1626 |
} |
1625 | 1627 |
|
1626 | 1628 |
.col-xl-auto { |
... | ... | |
1630 | 1632 |
} |
1631 | 1633 |
|
1632 | 1634 |
.col-xl-1 { |
1633 |
flex: 0 0 8.33333333%; |
|
1634 |
max-width: 8.33333333%; |
|
1635 |
flex: 0 0 8.3333333333%;
|
|
1636 |
max-width: 8.3333333333%;
|
|
1635 | 1637 |
} |
1636 | 1638 |
|
1637 | 1639 |
.col-xl-2 { |
1638 |
flex: 0 0 16.66666667%; |
|
1639 |
max-width: 16.66666667%; |
|
1640 |
flex: 0 0 16.6666666667%;
|
|
1641 |
max-width: 16.6666666667%;
|
|
1640 | 1642 |
} |
1641 | 1643 |
|
1642 | 1644 |
.col-xl-3 { |
... | ... | |
1645 | 1647 |
} |
1646 | 1648 |
|
1647 | 1649 |
.col-xl-4 { |
1648 |
flex: 0 0 33.33333333%; |
|
1649 |
max-width: 33.33333333%; |
|
1650 |
flex: 0 0 33.3333333333%;
|
|
1651 |
max-width: 33.3333333333%;
|
|
1650 | 1652 |
} |
1651 | 1653 |
|
1652 | 1654 |
.col-xl-5 { |
1653 |
flex: 0 0 41.66666667%; |
|
1654 |
max-width: 41.66666667%; |
|
1655 |
flex: 0 0 41.6666666667%;
|
|
1656 |
max-width: 41.6666666667%;
|
|
1655 | 1657 |
} |
1656 | 1658 |
|
1657 | 1659 |
.col-xl-6 { |
... | ... | |
1660 | 1662 |
} |
1661 | 1663 |
|
1662 | 1664 |
.col-xl-7 { |
1663 |
flex: 0 0 58.33333333%; |
|
1664 |
max-width: 58.33333333%; |
|
1665 |
flex: 0 0 58.3333333333%;
|
|
1666 |
max-width: 58.3333333333%;
|
|
1665 | 1667 |
} |
1666 | 1668 |
|
1667 | 1669 |
.col-xl-8 { |
1668 |
flex: 0 0 66.66666667%; |
|
1669 |
max-width: 66.66666667%; |
|
1670 |
flex: 0 0 66.6666666667%;
|
|
1671 |
max-width: 66.6666666667%;
|
|
1670 | 1672 |
} |
1671 | 1673 |
|
1672 | 1674 |
.col-xl-9 { |
... | ... | |
1675 | 1677 |
} |
1676 | 1678 |
|
1677 | 1679 |
.col-xl-10 { |
1678 |
flex: 0 0 83.33333333%; |
|
1679 |
max-width: 83.33333333%; |
|
1680 |
flex: 0 0 83.3333333333%;
|
|
1681 |
max-width: 83.3333333333%;
|
|
1680 | 1682 |
} |
1681 | 1683 |
|
1682 | 1684 |
.col-xl-11 { |
1683 |
flex: 0 0 91.66666667%; |
|
1684 |
max-width: 91.66666667%; |
|
1685 |
flex: 0 0 91.6666666667%;
|
|
1686 |
max-width: 91.6666666667%;
|
|
1685 | 1687 |
} |
1686 | 1688 |
|
1687 | 1689 |
.col-xl-12 { |
... | ... | |
1754 | 1756 |
} |
1755 | 1757 |
|
1756 | 1758 |
.offset-xl-1 { |
1757 |
margin-left: 8.33333333%; |
|
1759 |
margin-left: 8.3333333333%;
|
|
1758 | 1760 |
} |
1759 | 1761 |
|
1760 | 1762 |
.offset-xl-2 { |
1761 |
margin-left: 16.66666667%; |
|
1763 |
margin-left: 16.6666666667%;
|
|
1762 | 1764 |
} |
1763 | 1765 |
|
1764 | 1766 |
.offset-xl-3 { |
... | ... | |
1766 | 1768 |
} |
1767 | 1769 |
|
1768 | 1770 |
.offset-xl-4 { |
1769 |
margin-left: 33.33333333%; |
|
1771 |
margin-left: 33.3333333333%;
|
|
1770 | 1772 |
} |
1771 | 1773 |
|
1772 | 1774 |
.offset-xl-5 { |
1773 |
margin-left: 41.66666667%; |
|
1775 |
margin-left: 41.6666666667%;
|
|
1774 | 1776 |
} |
1775 | 1777 |
|
1776 | 1778 |
.offset-xl-6 { |
... | ... | |
1778 | 1780 |
} |
1779 | 1781 |
|
1780 | 1782 |
.offset-xl-7 { |
1781 |
margin-left: 58.33333333%; |
|
1783 |
margin-left: 58.3333333333%;
|
|
1782 | 1784 |
} |
1783 | 1785 |
|
1784 | 1786 |
.offset-xl-8 { |
1785 |
margin-left: 66.66666667%; |
|
1787 |
margin-left: 66.6666666667%;
|
|
1786 | 1788 |
} |
1787 | 1789 |
|
1788 | 1790 |
.offset-xl-9 { |
... | ... | |
1790 | 1792 |
} |
1791 | 1793 |
|
1792 | 1794 |
.offset-xl-10 { |
1793 |
margin-left: 83.33333333%; |
|
1795 |
margin-left: 83.3333333333%;
|
|
1794 | 1796 |
} |
1795 | 1797 |
|
1796 | 1798 |
.offset-xl-11 { |
1797 |
margin-left: 91.66666667%; |
|
1799 |
margin-left: 91.6666666667%;
|
|
1798 | 1800 |
} |
1799 | 1801 |
} |
1800 | 1802 |
|
... | ... | |
2310 | 2312 |
} |
2311 | 2313 |
|
2312 | 2314 |
.form-row > .col, |
2313 |
.form-row > [class*="col-"] {
|
|
2315 |
.form-row > [class*=col-] {
|
|
2314 | 2316 |
padding-right: 5px; |
2315 | 2317 |
padding-left: 5px; |
2316 | 2318 |
} |
... | ... | |
2365 | 2367 |
display: none; |
2366 | 2368 |
max-width: 100%; |
2367 | 2369 |
padding: 0.25rem 0.5rem; |
2368 |
margin-top: .1rem; |
|
2370 |
margin-top: 0.1rem;
|
|
2369 | 2371 |
font-size: 0.7875rem; |
2370 | 2372 |
line-height: 1.6; |
2371 | 2373 |
color: #ffffff; |
... | ... | |
2479 | 2481 |
display: none; |
2480 | 2482 |
max-width: 100%; |
2481 | 2483 |
padding: 0.25rem 0.5rem; |
2482 |
margin-top: .1rem; |
|
2484 |
margin-top: 0.1rem;
|
|
2483 | 2485 |
font-size: 0.7875rem; |
2484 | 2486 |
line-height: 1.6; |
2485 | 2487 |
color: #ffffff; |
... | ... | |
3356 | 3358 |
margin-top: 0.5rem; |
3357 | 3359 |
} |
3358 | 3360 |
|
3359 |
input[type="submit"].btn-block,
|
|
3360 |
input[type="reset"].btn-block,
|
|
3361 |
input[type="button"].btn-block {
|
|
3361 |
input[type=submit].btn-block,
|
|
3362 |
input[type=reset].btn-block,
|
|
3363 |
input[type=button].btn-block {
|
|
3362 | 3364 |
width: 100%; |
3363 | 3365 |
} |
3364 | 3366 |
|
... | ... | |
3583 | 3585 |
vertical-align: 0; |
3584 | 3586 |
} |
3585 | 3587 |
|
3586 |
.dropdown-menu[x-placement^="top"],
|
|
3587 |
.dropdown-menu[x-placement^="right"],
|
|
3588 |
.dropdown-menu[x-placement^="bottom"],
|
|
3589 |
.dropdown-menu[x-placement^="left"] {
|
|
3588 |
.dropdown-menu[x-placement^=top],
|
|
3589 |
.dropdown-menu[x-placement^=right],
|
|
3590 |
.dropdown-menu[x-placement^=bottom],
|
|
3591 |
.dropdown-menu[x-placement^=left] {
|
|
3590 | 3592 |
right: auto; |
3591 | 3593 |
bottom: auto; |
3592 | 3594 |
} |
... | ... | |
3765 | 3767 |
margin-bottom: 0; |
3766 | 3768 |
} |
3767 | 3769 |
|
3768 |
.btn-group-toggle > .btn input[type="radio"],
|
|
3769 |
.btn-group-toggle > .btn input[type="checkbox"],
|
|
3770 |
.btn-group-toggle > .btn-group > .btn input[type="radio"],
|
|
3771 |
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
|
|
3770 |
.btn-group-toggle > .btn input[type=radio],
|
|
3771 |
.btn-group-toggle > .btn input[type=checkbox],
|
|
3772 |
.btn-group-toggle > .btn-group > .btn input[type=radio],
|
|
3773 |
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
|
|
3772 | 3774 |
position: absolute; |
3773 | 3775 |
clip: rect(0, 0, 0, 0); |
3774 | 3776 |
pointer-events: none; |
... | ... | |
3896 | 3898 |
border-radius: 0.25rem; |
3897 | 3899 |
} |
3898 | 3900 |
|
3899 |
.input-group-text input[type="radio"],
|
|
3900 |
.input-group-text input[type="checkbox"] {
|
|
3901 |
.input-group-text input[type=radio],
|
|
3902 |
.input-group-text input[type=checkbox] {
|
|
3901 | 3903 |
margin-top: 0; |
3902 | 3904 |
} |
3903 | 3905 |
|
... | ... | |
4038 | 4040 |
width: 1rem; |
4039 | 4041 |
height: 1rem; |
4040 | 4042 |
content: ""; |
4041 |
background: no-repeat 50% / 50% 50%;
|
|
4043 |
background: no-repeat 50%/50% 50%;
|
|
4042 | 4044 |
} |
4043 | 4045 |
|
4044 | 4046 |
.custom-checkbox .custom-control-label::before { |
... | ... | |
6086 | 6088 |
line-height: 1; |
6087 | 6089 |
color: #000; |
6088 | 6090 |
text-shadow: 0 1px 0 #ffffff; |
6089 |
opacity: .5; |
|
6091 |
opacity: 0.5;
|
|
6090 | 6092 |
} |
6091 | 6093 |
|
6092 | 6094 |
.close:hover { |
... | ... | |
6096 | 6098 |
|
6097 | 6099 |
.close:not(:disabled):not(.disabled):hover, |
6098 | 6100 |
.close:not(:disabled):not(.disabled):focus { |
6099 |
opacity: .75; |
|
6101 |
opacity: 0.75;
|
|
6100 | 6102 |
} |
6101 | 6103 |
|
6102 | 6104 |
button.close { |
... | ... | |
6412 | 6414 |
} |
6413 | 6415 |
|
6414 | 6416 |
.bs-tooltip-top, |
6415 |
.bs-tooltip-auto[x-placement^="top"] {
|
|
6417 |
.bs-tooltip-auto[x-placement^=top] {
|
|
6416 | 6418 |
padding: 0.4rem 0; |
6417 | 6419 |
} |
6418 | 6420 |
|
6419 | 6421 |
.bs-tooltip-top .arrow, |
6420 |
.bs-tooltip-auto[x-placement^="top"] .arrow {
|
|
6422 |
.bs-tooltip-auto[x-placement^=top] .arrow {
|
|
6421 | 6423 |
bottom: 0; |
6422 | 6424 |
} |
6423 | 6425 |
|
6424 | 6426 |
.bs-tooltip-top .arrow::before, |
6425 |
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
|
|
6427 |
.bs-tooltip-auto[x-placement^=top] .arrow::before {
|
|
6426 | 6428 |
top: 0; |
6427 | 6429 |
border-width: 0.4rem 0.4rem 0; |
6428 | 6430 |
border-top-color: #000; |
6429 | 6431 |
} |
6430 | 6432 |
|
6431 | 6433 |
.bs-tooltip-right, |
6432 |
.bs-tooltip-auto[x-placement^="right"] {
|
|
6434 |
.bs-tooltip-auto[x-placement^=right] {
|
|
6433 | 6435 |
padding: 0 0.4rem; |
6434 | 6436 |
} |
6435 | 6437 |
|
6436 | 6438 |
.bs-tooltip-right .arrow, |
6437 |
.bs-tooltip-auto[x-placement^="right"] .arrow {
|
|
6439 |
.bs-tooltip-auto[x-placement^=right] .arrow {
|
|
6438 | 6440 |
left: 0; |
6439 | 6441 |
width: 0.4rem; |
6440 | 6442 |
height: 0.8rem; |
6441 | 6443 |
} |
6442 | 6444 |
|
6443 | 6445 |
.bs-tooltip-right .arrow::before, |
6444 |
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
|
|
6446 |
.bs-tooltip-auto[x-placement^=right] .arrow::before {
|
|
6445 | 6447 |
right: 0; |
6446 | 6448 |
border-width: 0.4rem 0.4rem 0.4rem 0; |
6447 | 6449 |
border-right-color: #000; |
6448 | 6450 |
} |
6449 | 6451 |
|
6450 | 6452 |
.bs-tooltip-bottom, |
6451 |
.bs-tooltip-auto[x-placement^="bottom"] {
|
|
6453 |
.bs-tooltip-auto[x-placement^=bottom] {
|
|
6452 | 6454 |
padding: 0.4rem 0; |
6453 | 6455 |
} |
6454 | 6456 |
|
6455 | 6457 |
.bs-tooltip-bottom .arrow, |
6456 |
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
|
|
6458 |
.bs-tooltip-auto[x-placement^=bottom] .arrow {
|
|
6457 | 6459 |
top: 0; |
6458 | 6460 |
} |
6459 | 6461 |
|
6460 | 6462 |
.bs-tooltip-bottom .arrow::before, |
6461 |
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
|
|
6463 |
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
|
|
6462 | 6464 |
bottom: 0; |
6463 | 6465 |
border-width: 0 0.4rem 0.4rem; |
6464 | 6466 |
border-bottom-color: #000; |
6465 | 6467 |
} |
6466 | 6468 |
|
6467 | 6469 |
.bs-tooltip-left, |
6468 |
.bs-tooltip-auto[x-placement^="left"] {
|
|
6470 |
.bs-tooltip-auto[x-placement^=left] {
|
|
6469 | 6471 |
padding: 0 0.4rem; |
6470 | 6472 |
} |
6471 | 6473 |
|
6472 | 6474 |
.bs-tooltip-left .arrow, |
6473 |
.bs-tooltip-auto[x-placement^="left"] .arrow {
|
|
6475 |
.bs-tooltip-auto[x-placement^=left] .arrow {
|
|
6474 | 6476 |
right: 0; |
6475 | 6477 |
width: 0.4rem; |
6476 | 6478 |
height: 0.8rem; |
6477 | 6479 |
} |
6478 | 6480 |
|
6479 | 6481 |
.bs-tooltip-left .arrow::before, |
6480 |
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
|
|
6482 |
.bs-tooltip-auto[x-placement^=left] .arrow::before {
|
|
6481 | 6483 |
left: 0; |
6482 | 6484 |
border-width: 0.4rem 0 0.4rem 0.4rem; |
6483 | 6485 |
border-left-color: #000; |
... | ... | |
6539 | 6541 |
} |
6540 | 6542 |
|
6541 | 6543 |
.bs-popover-top, |
6542 |
.bs-popover-auto[x-placement^="top"] {
|
|
6544 |
.bs-popover-auto[x-placement^=top] {
|
|
6543 | 6545 |
margin-bottom: 0.5rem; |
6544 | 6546 |
} |
6545 | 6547 |
|
6546 | 6548 |
.bs-popover-top > .arrow, |
6547 |
.bs-popover-auto[x-placement^="top"] > .arrow {
|
|
6549 |
.bs-popover-auto[x-placement^=top] > .arrow {
|
|
6548 | 6550 |
bottom: calc(-0.5rem - 1px); |
6549 | 6551 |
} |
6550 | 6552 |
|
6551 | 6553 |
.bs-popover-top > .arrow::before, |
6552 |
.bs-popover-auto[x-placement^="top"] > .arrow::before {
|
|
6554 |
.bs-popover-auto[x-placement^=top] > .arrow::before {
|
|
6553 | 6555 |
bottom: 0; |
6554 | 6556 |
border-width: 0.5rem 0.5rem 0; |
6555 | 6557 |
border-top-color: rgba(0, 0, 0, 0.25); |
6556 | 6558 |
} |
6557 | 6559 |
|
6558 | 6560 |
.bs-popover-top > .arrow::after, |
6559 |
.bs-popover-auto[x-placement^="top"] > .arrow::after {
|
|
6561 |
.bs-popover-auto[x-placement^=top] > .arrow::after {
|
|
6560 | 6562 |
bottom: 1px; |
6561 | 6563 |
border-width: 0.5rem 0.5rem 0; |
6562 | 6564 |
border-top-color: #ffffff; |
6563 | 6565 |
} |
6564 | 6566 |
|
6565 | 6567 |
.bs-popover-right, |
6566 |
.bs-popover-auto[x-placement^="right"] {
|
|
6568 |
.bs-popover-auto[x-placement^=right] {
|
|
6567 | 6569 |
margin-left: 0.5rem; |
6568 | 6570 |
} |
6569 | 6571 |
|
6570 | 6572 |
.bs-popover-right > .arrow, |
6571 |
.bs-popover-auto[x-placement^="right"] > .arrow {
|
|
6573 |
.bs-popover-auto[x-placement^=right] > .arrow {
|
|
6572 | 6574 |
left: calc(-0.5rem - 1px); |
6573 | 6575 |
width: 0.5rem; |
6574 | 6576 |
height: 1rem; |
... | ... | |
6576 | 6578 |
} |
6577 | 6579 |
|
6578 | 6580 |
.bs-popover-right > .arrow::before, |
6579 |
.bs-popover-auto[x-placement^="right"] > .arrow::before {
|
|
6581 |
.bs-popover-auto[x-placement^=right] > .arrow::before {
|
|
6580 | 6582 |
left: 0; |
6581 | 6583 |
border-width: 0.5rem 0.5rem 0.5rem 0; |
6582 | 6584 |
border-right-color: rgba(0, 0, 0, 0.25); |
6583 | 6585 |
} |
6584 | 6586 |
|
6585 | 6587 |
.bs-popover-right > .arrow::after, |
6586 |
.bs-popover-auto[x-placement^="right"] > .arrow::after {
|
|
6588 |
.bs-popover-auto[x-placement^=right] > .arrow::after {
|
|
6587 | 6589 |
left: 1px; |
6588 | 6590 |
border-width: 0.5rem 0.5rem 0.5rem 0; |
6589 | 6591 |
border-right-color: #ffffff; |
6590 | 6592 |
} |
6591 | 6593 |
|
6592 | 6594 |
.bs-popover-bottom, |
6593 |
.bs-popover-auto[x-placement^="bottom"] {
|
|
6595 |
.bs-popover-auto[x-placement^=bottom] {
|
|
6594 | 6596 |
margin-top: 0.5rem; |
6595 | 6597 |
} |
6596 | 6598 |
|
6597 | 6599 |
.bs-popover-bottom > .arrow, |
6598 |
.bs-popover-auto[x-placement^="bottom"] > .arrow {
|
|
6600 |
.bs-popover-auto[x-placement^=bottom] > .arrow {
|
|
6599 | 6601 |
top: calc(-0.5rem - 1px); |
6600 | 6602 |
} |
6601 | 6603 |
|
6602 | 6604 |
.bs-popover-bottom > .arrow::before, |
6603 |
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
|
|
6605 |
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
|
|
6604 | 6606 |
top: 0; |
6605 | 6607 |
border-width: 0 0.5rem 0.5rem 0.5rem; |
6606 | 6608 |
border-bottom-color: rgba(0, 0, 0, 0.25); |
6607 | 6609 |
} |
6608 | 6610 |
|
6609 | 6611 |
.bs-popover-bottom > .arrow::after, |
6610 |
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
|
|
6612 |
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
|
|
6611 | 6613 |
top: 1px; |
6612 | 6614 |
border-width: 0 0.5rem 0.5rem 0.5rem; |
6613 | 6615 |
border-bottom-color: #ffffff; |
6614 | 6616 |
} |
6615 | 6617 |
|
6616 | 6618 |
.bs-popover-bottom .popover-header::before, |
6617 |
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
|
|
6619 |
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
|
|
6618 | 6620 |
position: absolute; |
6619 | 6621 |
top: 0; |
6620 | 6622 |
left: 50%; |
... | ... | |
6626 | 6628 |
} |
6627 | 6629 |
|
6628 | 6630 |
.bs-popover-left, |
6629 |
.bs-popover-auto[x-placement^="left"] {
|
|
6631 |
.bs-popover-auto[x-placement^=left] {
|
|
6630 | 6632 |
margin-right: 0.5rem; |
6631 | 6633 |
} |
6632 | 6634 |
|
6633 | 6635 |
.bs-popover-left > .arrow, |
6634 |
.bs-popover-auto[x-placement^="left"] > .arrow {
|
|
6636 |
.bs-popover-auto[x-placement^=left] > .arrow {
|
|
6635 | 6637 |
right: calc(-0.5rem - 1px); |
6636 | 6638 |
width: 0.5rem; |
6637 | 6639 |
height: 1rem; |
... | ... | |
6639 | 6641 |
} |
6640 | 6642 |
|
6641 | 6643 |
.bs-popover-left > .arrow::before, |
6642 |
.bs-popover-auto[x-placement^="left"] > .arrow::before {
|
|
6644 |
.bs-popover-auto[x-placement^=left] > .arrow::before {
|
|
6643 | 6645 |
right: 0; |
6644 | 6646 |
border-width: 0.5rem 0 0.5rem 0.5rem; |
6645 | 6647 |
border-left-color: rgba(0, 0, 0, 0.25); |
6646 | 6648 |
} |
6647 | 6649 |
|
6648 | 6650 |
.bs-popover-left > .arrow::after, |
6649 |
.bs-popover-auto[x-placement^="left"] > .arrow::after {
|
|
6651 |
.bs-popover-auto[x-placement^=left] > .arrow::after {
|
|
6650 | 6652 |
right: 1px; |
6651 | 6653 |
border-width: 0.5rem 0 0.5rem 0.5rem; |
6652 | 6654 |
border-left-color: #ffffff; |
... | ... | |
6797 | 6799 |
display: inline-block; |
6798 | 6800 |
width: 20px; |
6799 | 6801 |
height: 20px; |
6800 |
background: no-repeat 50% / 100% 100%;
|
|
6802 |
background: no-repeat 50%/100% 100%;
|
|
6801 | 6803 |
} |
6802 | 6804 |
|
6803 | 6805 |
.carousel-control-prev-icon { |
... | ... | |
6835 | 6837 |
background-clip: padding-box; |
6836 | 6838 |
border-top: 10px solid transparent; |
6837 | 6839 |
border-bottom: 10px solid transparent; |
6838 |
opacity: .5; |
|
6840 |
opacity: 0.5;
|
|
6839 | 6841 |
transition: opacity 0.6s ease; |
6840 | 6842 |
} |
6841 | 6843 |
|
... | ... | |
6881 | 6883 |
border: 0.25em solid currentColor; |
6882 | 6884 |
border-right-color: transparent; |
6883 | 6885 |
border-radius: 50%; |
6884 |
-webkit-animation: spinner-border .75s linear infinite; |
|
6885 |
animation: spinner-border .75s linear infinite; |
|
6886 |
-webkit-animation: spinner-border 0.75s linear infinite;
|
|
6887 |
animation: spinner-border 0.75s linear infinite;
|
|
6886 | 6888 |
} |
6887 | 6889 |
|
6888 | 6890 |
.spinner-border-sm { |
... | ... | |
6919 | 6921 |
background-color: currentColor; |
6920 | 6922 |
border-radius: 50%; |
6921 | 6923 |
opacity: 0; |
6922 |
-webkit-animation: spinner-grow .75s linear infinite; |
|
6923 |
animation: spinner-grow .75s linear infinite; |
|
6924 |
-webkit-animation: spinner-grow 0.75s linear infinite;
|
|
6925 |
animation: spinner-grow 0.75s linear infinite;
|
|
6924 | 6926 |
} |
6925 | 6927 |
|
6926 | 6928 |
.spinner-grow-sm { |
... | ... | |
7428 | 7430 |
} |
7429 | 7431 |
|
7430 | 7432 |
.embed-responsive-21by9::before { |
7431 |
padding-top: 42.85714286%;
|
|
7433 |
padding-top: 42.8571428571%;
|
|
7432 | 7434 |
} |
7433 | 7435 |
|
7434 | 7436 |
.embed-responsive-16by9::before { |
... | ... | |
10885 | 10887 |
font-family: Nunito; |
10886 | 10888 |
padding-top: 5.1rem; |
10887 | 10889 |
/*.content { |
10888 |
position: relative; |
|
10889 |
|
|
10890 |
//Circle style button |
|
10891 |
.btn-circle.rounded-circle { |
|
10892 |
padding: 6px 0px; |
|
10893 |
font-size: 16px; |
|
10894 |
text-align: center; |
|
10895 |
} |
|
10896 |
.btn-categories |
|
10897 |
{ |
|
10898 |
position: absolute; |
|
10899 |
border-width: 5px; |
|
10900 |
background-color: $theme-color-five; |
|
10901 |
border-color: $theme-color-four; |
|
10902 |
color:$theme-color-four; |
|
10903 |
outline: none !important; |
|
10904 |
box-shadow: none !important; |
|
10905 |
font-weight: $font-weight-two; |
|
10906 |
|
|
10907 |
&:active |
|
10908 |
{ |
|
10909 |
background-color: $theme-color-three; |
|
10910 |
border-color: $theme-color-four; |
|
10911 |
outline: none !important; |
|
10912 |
box-shadow: none !important; |
|
10913 |
color:$theme-color-five; |
|
10914 |
} |
|
10915 |
} |
|
10916 |
}*/ |
|
10890 |
position: relative; |
|
10891 |
|
|
10892 |
//Circle style button |
|
10893 |
.btn-circle.rounded-circle { |
|
10894 |
padding: 6px 0px; |
|
10895 |
font-size: 16px; |
|
10896 |
text-align: center; |
|
10897 |
} |
|
10898 |
.btn-categories |
|
10899 |
{ |
Také k dispozici: Unified diff
Issue #8047 @1h
[+] Oprava pozicování tlačítka, zmenšení odsazení