slu-design-system 3.0.2 → 3.0.4
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.
|
@@ -6471,429 +6471,6 @@ progress {
|
|
|
6471
6471
|
max-width: 1320px;
|
|
6472
6472
|
}
|
|
6473
6473
|
}
|
|
6474
|
-
.navbar {
|
|
6475
|
-
--bs-navbar-padding-x: 0;
|
|
6476
|
-
--bs-navbar-padding-y: 0.6rem;
|
|
6477
|
-
--bs-navbar-color: rgba(0, 0, 0, 0.55);
|
|
6478
|
-
--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
|
|
6479
|
-
--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
|
|
6480
|
-
--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
|
|
6481
|
-
--bs-navbar-brand-padding-y: 0.175rem;
|
|
6482
|
-
--bs-navbar-brand-margin-end: 1rem;
|
|
6483
|
-
--bs-navbar-brand-font-size: 1.5rem;
|
|
6484
|
-
--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
|
|
6485
|
-
--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
|
|
6486
|
-
--bs-navbar-nav-link-padding-x: 0.5rem;
|
|
6487
|
-
--bs-navbar-toggler-padding-y: 0.25rem;
|
|
6488
|
-
--bs-navbar-toggler-padding-x: 0.75rem;
|
|
6489
|
-
--bs-navbar-toggler-font-size: 1.25rem;
|
|
6490
|
-
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
6491
|
-
--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
|
|
6492
|
-
--bs-navbar-toggler-border-radius: 0.15rem;
|
|
6493
|
-
--bs-navbar-toggler-focus-width: 3px;
|
|
6494
|
-
--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
|
|
6495
|
-
position: relative;
|
|
6496
|
-
display: flex;
|
|
6497
|
-
flex-wrap: wrap;
|
|
6498
|
-
align-items: center;
|
|
6499
|
-
justify-content: space-between;
|
|
6500
|
-
padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
|
|
6501
|
-
}
|
|
6502
|
-
.navbar > .container,
|
|
6503
|
-
.navbar > .container-fluid,
|
|
6504
|
-
.navbar > .container-sm,
|
|
6505
|
-
.navbar > .container-md,
|
|
6506
|
-
.navbar > .container-lg,
|
|
6507
|
-
.navbar > .container-xl,
|
|
6508
|
-
.navbar > .container-xxl {
|
|
6509
|
-
display: flex;
|
|
6510
|
-
flex-wrap: inherit;
|
|
6511
|
-
align-items: center;
|
|
6512
|
-
justify-content: space-between;
|
|
6513
|
-
}
|
|
6514
|
-
.navbar-brand {
|
|
6515
|
-
padding-top: var(--bs-navbar-brand-padding-y);
|
|
6516
|
-
padding-bottom: var(--bs-navbar-brand-padding-y);
|
|
6517
|
-
margin-right: var(--bs-navbar-brand-margin-end);
|
|
6518
|
-
font-size: var(--bs-navbar-brand-font-size);
|
|
6519
|
-
color: var(--bs-navbar-brand-color);
|
|
6520
|
-
text-decoration: none;
|
|
6521
|
-
white-space: nowrap;
|
|
6522
|
-
}
|
|
6523
|
-
.navbar-brand:hover, .navbar-brand:focus {
|
|
6524
|
-
color: var(--bs-navbar-brand-hover-color);
|
|
6525
|
-
}
|
|
6526
|
-
|
|
6527
|
-
.navbar-nav {
|
|
6528
|
-
--bs-nav-link-padding-x: 0;
|
|
6529
|
-
--bs-nav-link-padding-y: 0.5rem;
|
|
6530
|
-
--bs-nav-link-font-weight: ;
|
|
6531
|
-
--bs-nav-link-color: var(--bs-navbar-color);
|
|
6532
|
-
--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
|
|
6533
|
-
--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
|
|
6534
|
-
display: flex;
|
|
6535
|
-
flex-direction: column;
|
|
6536
|
-
padding-left: 0;
|
|
6537
|
-
margin-bottom: 0;
|
|
6538
|
-
list-style: none;
|
|
6539
|
-
}
|
|
6540
|
-
.navbar-nav .show > .nav-link,
|
|
6541
|
-
.navbar-nav .nav-link.active {
|
|
6542
|
-
color: var(--bs-navbar-active-color);
|
|
6543
|
-
}
|
|
6544
|
-
.navbar-nav .dropdown-menu {
|
|
6545
|
-
position: static;
|
|
6546
|
-
}
|
|
6547
|
-
|
|
6548
|
-
.navbar-text {
|
|
6549
|
-
padding-top: 0.5rem;
|
|
6550
|
-
padding-bottom: 0.5rem;
|
|
6551
|
-
color: var(--bs-navbar-color);
|
|
6552
|
-
}
|
|
6553
|
-
.navbar-text a,
|
|
6554
|
-
.navbar-text a:hover,
|
|
6555
|
-
.navbar-text a:focus {
|
|
6556
|
-
color: var(--bs-navbar-active-color);
|
|
6557
|
-
}
|
|
6558
|
-
|
|
6559
|
-
.navbar-collapse {
|
|
6560
|
-
flex-basis: 100%;
|
|
6561
|
-
flex-grow: 1;
|
|
6562
|
-
align-items: center;
|
|
6563
|
-
}
|
|
6564
|
-
|
|
6565
|
-
.navbar-toggler {
|
|
6566
|
-
padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
|
|
6567
|
-
font-size: var(--bs-navbar-toggler-font-size);
|
|
6568
|
-
line-height: 1;
|
|
6569
|
-
color: var(--bs-navbar-color);
|
|
6570
|
-
background-color: transparent;
|
|
6571
|
-
border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
|
|
6572
|
-
border-radius: var(--bs-navbar-toggler-border-radius);
|
|
6573
|
-
transition: var(--bs-navbar-toggler-transition);
|
|
6574
|
-
}
|
|
6575
|
-
@media (prefers-reduced-motion: reduce) {
|
|
6576
|
-
.navbar-toggler {
|
|
6577
|
-
transition: none;
|
|
6578
|
-
}
|
|
6579
|
-
}
|
|
6580
|
-
.navbar-toggler:hover {
|
|
6581
|
-
text-decoration: none;
|
|
6582
|
-
}
|
|
6583
|
-
.navbar-toggler:focus {
|
|
6584
|
-
text-decoration: none;
|
|
6585
|
-
outline: 0;
|
|
6586
|
-
box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
|
|
6587
|
-
}
|
|
6588
|
-
|
|
6589
|
-
.navbar-toggler-icon {
|
|
6590
|
-
display: inline-block;
|
|
6591
|
-
width: 1.5em;
|
|
6592
|
-
height: 1.5em;
|
|
6593
|
-
vertical-align: middle;
|
|
6594
|
-
background-image: var(--bs-navbar-toggler-icon-bg);
|
|
6595
|
-
background-repeat: no-repeat;
|
|
6596
|
-
background-position: center;
|
|
6597
|
-
background-size: 100%;
|
|
6598
|
-
}
|
|
6599
|
-
|
|
6600
|
-
.navbar-nav-scroll {
|
|
6601
|
-
max-height: var(--bs-scroll-height, 75vh);
|
|
6602
|
-
overflow-y: auto;
|
|
6603
|
-
}
|
|
6604
|
-
|
|
6605
|
-
@media (min-width: 576px) {
|
|
6606
|
-
.navbar-expand-sm {
|
|
6607
|
-
flex-wrap: nowrap;
|
|
6608
|
-
justify-content: flex-start;
|
|
6609
|
-
}
|
|
6610
|
-
.navbar-expand-sm .navbar-nav {
|
|
6611
|
-
flex-direction: row;
|
|
6612
|
-
}
|
|
6613
|
-
.navbar-expand-sm .navbar-nav .dropdown-menu {
|
|
6614
|
-
position: absolute;
|
|
6615
|
-
}
|
|
6616
|
-
.navbar-expand-sm .navbar-nav .nav-link {
|
|
6617
|
-
padding-right: var(--bs-navbar-nav-link-padding-x);
|
|
6618
|
-
padding-left: var(--bs-navbar-nav-link-padding-x);
|
|
6619
|
-
}
|
|
6620
|
-
.navbar-expand-sm .navbar-nav-scroll {
|
|
6621
|
-
overflow: visible;
|
|
6622
|
-
}
|
|
6623
|
-
.navbar-expand-sm .navbar-collapse {
|
|
6624
|
-
display: flex !important;
|
|
6625
|
-
flex-basis: auto;
|
|
6626
|
-
}
|
|
6627
|
-
.navbar-expand-sm .navbar-toggler {
|
|
6628
|
-
display: none;
|
|
6629
|
-
}
|
|
6630
|
-
.navbar-expand-sm .offcanvas {
|
|
6631
|
-
position: static;
|
|
6632
|
-
z-index: auto;
|
|
6633
|
-
flex-grow: 1;
|
|
6634
|
-
width: auto !important;
|
|
6635
|
-
height: auto !important;
|
|
6636
|
-
visibility: visible !important;
|
|
6637
|
-
background-color: transparent !important;
|
|
6638
|
-
border: 0 !important;
|
|
6639
|
-
transform: none !important;
|
|
6640
|
-
transition: none;
|
|
6641
|
-
}
|
|
6642
|
-
.navbar-expand-sm .offcanvas .offcanvas-header {
|
|
6643
|
-
display: none;
|
|
6644
|
-
}
|
|
6645
|
-
.navbar-expand-sm .offcanvas .offcanvas-body {
|
|
6646
|
-
display: flex;
|
|
6647
|
-
flex-grow: 0;
|
|
6648
|
-
padding: 0;
|
|
6649
|
-
overflow-y: visible;
|
|
6650
|
-
}
|
|
6651
|
-
}
|
|
6652
|
-
@media (min-width: 768px) {
|
|
6653
|
-
.navbar-expand-md {
|
|
6654
|
-
flex-wrap: nowrap;
|
|
6655
|
-
justify-content: flex-start;
|
|
6656
|
-
}
|
|
6657
|
-
.navbar-expand-md .navbar-nav {
|
|
6658
|
-
flex-direction: row;
|
|
6659
|
-
}
|
|
6660
|
-
.navbar-expand-md .navbar-nav .dropdown-menu {
|
|
6661
|
-
position: absolute;
|
|
6662
|
-
}
|
|
6663
|
-
.navbar-expand-md .navbar-nav .nav-link {
|
|
6664
|
-
padding-right: var(--bs-navbar-nav-link-padding-x);
|
|
6665
|
-
padding-left: var(--bs-navbar-nav-link-padding-x);
|
|
6666
|
-
}
|
|
6667
|
-
.navbar-expand-md .navbar-nav-scroll {
|
|
6668
|
-
overflow: visible;
|
|
6669
|
-
}
|
|
6670
|
-
.navbar-expand-md .navbar-collapse {
|
|
6671
|
-
display: flex !important;
|
|
6672
|
-
flex-basis: auto;
|
|
6673
|
-
}
|
|
6674
|
-
.navbar-expand-md .navbar-toggler {
|
|
6675
|
-
display: none;
|
|
6676
|
-
}
|
|
6677
|
-
.navbar-expand-md .offcanvas {
|
|
6678
|
-
position: static;
|
|
6679
|
-
z-index: auto;
|
|
6680
|
-
flex-grow: 1;
|
|
6681
|
-
width: auto !important;
|
|
6682
|
-
height: auto !important;
|
|
6683
|
-
visibility: visible !important;
|
|
6684
|
-
background-color: transparent !important;
|
|
6685
|
-
border: 0 !important;
|
|
6686
|
-
transform: none !important;
|
|
6687
|
-
transition: none;
|
|
6688
|
-
}
|
|
6689
|
-
.navbar-expand-md .offcanvas .offcanvas-header {
|
|
6690
|
-
display: none;
|
|
6691
|
-
}
|
|
6692
|
-
.navbar-expand-md .offcanvas .offcanvas-body {
|
|
6693
|
-
display: flex;
|
|
6694
|
-
flex-grow: 0;
|
|
6695
|
-
padding: 0;
|
|
6696
|
-
overflow-y: visible;
|
|
6697
|
-
}
|
|
6698
|
-
}
|
|
6699
|
-
@media (min-width: 992px) {
|
|
6700
|
-
.navbar-expand-lg {
|
|
6701
|
-
flex-wrap: nowrap;
|
|
6702
|
-
justify-content: flex-start;
|
|
6703
|
-
}
|
|
6704
|
-
.navbar-expand-lg .navbar-nav {
|
|
6705
|
-
flex-direction: row;
|
|
6706
|
-
}
|
|
6707
|
-
.navbar-expand-lg .navbar-nav .dropdown-menu {
|
|
6708
|
-
position: absolute;
|
|
6709
|
-
}
|
|
6710
|
-
.navbar-expand-lg .navbar-nav .nav-link {
|
|
6711
|
-
padding-right: var(--bs-navbar-nav-link-padding-x);
|
|
6712
|
-
padding-left: var(--bs-navbar-nav-link-padding-x);
|
|
6713
|
-
}
|
|
6714
|
-
.navbar-expand-lg .navbar-nav-scroll {
|
|
6715
|
-
overflow: visible;
|
|
6716
|
-
}
|
|
6717
|
-
.navbar-expand-lg .navbar-collapse {
|
|
6718
|
-
display: flex !important;
|
|
6719
|
-
flex-basis: auto;
|
|
6720
|
-
}
|
|
6721
|
-
.navbar-expand-lg .navbar-toggler {
|
|
6722
|
-
display: none;
|
|
6723
|
-
}
|
|
6724
|
-
.navbar-expand-lg .offcanvas {
|
|
6725
|
-
position: static;
|
|
6726
|
-
z-index: auto;
|
|
6727
|
-
flex-grow: 1;
|
|
6728
|
-
width: auto !important;
|
|
6729
|
-
height: auto !important;
|
|
6730
|
-
visibility: visible !important;
|
|
6731
|
-
background-color: transparent !important;
|
|
6732
|
-
border: 0 !important;
|
|
6733
|
-
transform: none !important;
|
|
6734
|
-
transition: none;
|
|
6735
|
-
}
|
|
6736
|
-
.navbar-expand-lg .offcanvas .offcanvas-header {
|
|
6737
|
-
display: none;
|
|
6738
|
-
}
|
|
6739
|
-
.navbar-expand-lg .offcanvas .offcanvas-body {
|
|
6740
|
-
display: flex;
|
|
6741
|
-
flex-grow: 0;
|
|
6742
|
-
padding: 0;
|
|
6743
|
-
overflow-y: visible;
|
|
6744
|
-
}
|
|
6745
|
-
}
|
|
6746
|
-
@media (min-width: 1200px) {
|
|
6747
|
-
.navbar-expand-xl {
|
|
6748
|
-
flex-wrap: nowrap;
|
|
6749
|
-
justify-content: flex-start;
|
|
6750
|
-
}
|
|
6751
|
-
.navbar-expand-xl .navbar-nav {
|
|
6752
|
-
flex-direction: row;
|
|
6753
|
-
}
|
|
6754
|
-
.navbar-expand-xl .navbar-nav .dropdown-menu {
|
|
6755
|
-
position: absolute;
|
|
6756
|
-
}
|
|
6757
|
-
.navbar-expand-xl .navbar-nav .nav-link {
|
|
6758
|
-
padding-right: var(--bs-navbar-nav-link-padding-x);
|
|
6759
|
-
padding-left: var(--bs-navbar-nav-link-padding-x);
|
|
6760
|
-
}
|
|
6761
|
-
.navbar-expand-xl .navbar-nav-scroll {
|
|
6762
|
-
overflow: visible;
|
|
6763
|
-
}
|
|
6764
|
-
.navbar-expand-xl .navbar-collapse {
|
|
6765
|
-
display: flex !important;
|
|
6766
|
-
flex-basis: auto;
|
|
6767
|
-
}
|
|
6768
|
-
.navbar-expand-xl .navbar-toggler {
|
|
6769
|
-
display: none;
|
|
6770
|
-
}
|
|
6771
|
-
.navbar-expand-xl .offcanvas {
|
|
6772
|
-
position: static;
|
|
6773
|
-
z-index: auto;
|
|
6774
|
-
flex-grow: 1;
|
|
6775
|
-
width: auto !important;
|
|
6776
|
-
height: auto !important;
|
|
6777
|
-
visibility: visible !important;
|
|
6778
|
-
background-color: transparent !important;
|
|
6779
|
-
border: 0 !important;
|
|
6780
|
-
transform: none !important;
|
|
6781
|
-
transition: none;
|
|
6782
|
-
}
|
|
6783
|
-
.navbar-expand-xl .offcanvas .offcanvas-header {
|
|
6784
|
-
display: none;
|
|
6785
|
-
}
|
|
6786
|
-
.navbar-expand-xl .offcanvas .offcanvas-body {
|
|
6787
|
-
display: flex;
|
|
6788
|
-
flex-grow: 0;
|
|
6789
|
-
padding: 0;
|
|
6790
|
-
overflow-y: visible;
|
|
6791
|
-
}
|
|
6792
|
-
}
|
|
6793
|
-
@media (min-width: 1400px) {
|
|
6794
|
-
.navbar-expand-xxl {
|
|
6795
|
-
flex-wrap: nowrap;
|
|
6796
|
-
justify-content: flex-start;
|
|
6797
|
-
}
|
|
6798
|
-
.navbar-expand-xxl .navbar-nav {
|
|
6799
|
-
flex-direction: row;
|
|
6800
|
-
}
|
|
6801
|
-
.navbar-expand-xxl .navbar-nav .dropdown-menu {
|
|
6802
|
-
position: absolute;
|
|
6803
|
-
}
|
|
6804
|
-
.navbar-expand-xxl .navbar-nav .nav-link {
|
|
6805
|
-
padding-right: var(--bs-navbar-nav-link-padding-x);
|
|
6806
|
-
padding-left: var(--bs-navbar-nav-link-padding-x);
|
|
6807
|
-
}
|
|
6808
|
-
.navbar-expand-xxl .navbar-nav-scroll {
|
|
6809
|
-
overflow: visible;
|
|
6810
|
-
}
|
|
6811
|
-
.navbar-expand-xxl .navbar-collapse {
|
|
6812
|
-
display: flex !important;
|
|
6813
|
-
flex-basis: auto;
|
|
6814
|
-
}
|
|
6815
|
-
.navbar-expand-xxl .navbar-toggler {
|
|
6816
|
-
display: none;
|
|
6817
|
-
}
|
|
6818
|
-
.navbar-expand-xxl .offcanvas {
|
|
6819
|
-
position: static;
|
|
6820
|
-
z-index: auto;
|
|
6821
|
-
flex-grow: 1;
|
|
6822
|
-
width: auto !important;
|
|
6823
|
-
height: auto !important;
|
|
6824
|
-
visibility: visible !important;
|
|
6825
|
-
background-color: transparent !important;
|
|
6826
|
-
border: 0 !important;
|
|
6827
|
-
transform: none !important;
|
|
6828
|
-
transition: none;
|
|
6829
|
-
}
|
|
6830
|
-
.navbar-expand-xxl .offcanvas .offcanvas-header {
|
|
6831
|
-
display: none;
|
|
6832
|
-
}
|
|
6833
|
-
.navbar-expand-xxl .offcanvas .offcanvas-body {
|
|
6834
|
-
display: flex;
|
|
6835
|
-
flex-grow: 0;
|
|
6836
|
-
padding: 0;
|
|
6837
|
-
overflow-y: visible;
|
|
6838
|
-
}
|
|
6839
|
-
}
|
|
6840
|
-
.navbar-expand {
|
|
6841
|
-
flex-wrap: nowrap;
|
|
6842
|
-
justify-content: flex-start;
|
|
6843
|
-
}
|
|
6844
|
-
.navbar-expand .navbar-nav {
|
|
6845
|
-
flex-direction: row;
|
|
6846
|
-
}
|
|
6847
|
-
.navbar-expand .navbar-nav .dropdown-menu {
|
|
6848
|
-
position: absolute;
|
|
6849
|
-
}
|
|
6850
|
-
.navbar-expand .navbar-nav .nav-link {
|
|
6851
|
-
padding-right: var(--bs-navbar-nav-link-padding-x);
|
|
6852
|
-
padding-left: var(--bs-navbar-nav-link-padding-x);
|
|
6853
|
-
}
|
|
6854
|
-
.navbar-expand .navbar-nav-scroll {
|
|
6855
|
-
overflow: visible;
|
|
6856
|
-
}
|
|
6857
|
-
.navbar-expand .navbar-collapse {
|
|
6858
|
-
display: flex !important;
|
|
6859
|
-
flex-basis: auto;
|
|
6860
|
-
}
|
|
6861
|
-
.navbar-expand .navbar-toggler {
|
|
6862
|
-
display: none;
|
|
6863
|
-
}
|
|
6864
|
-
.navbar-expand .offcanvas {
|
|
6865
|
-
position: static;
|
|
6866
|
-
z-index: auto;
|
|
6867
|
-
flex-grow: 1;
|
|
6868
|
-
width: auto !important;
|
|
6869
|
-
height: auto !important;
|
|
6870
|
-
visibility: visible !important;
|
|
6871
|
-
background-color: transparent !important;
|
|
6872
|
-
border: 0 !important;
|
|
6873
|
-
transform: none !important;
|
|
6874
|
-
transition: none;
|
|
6875
|
-
}
|
|
6876
|
-
.navbar-expand .offcanvas .offcanvas-header {
|
|
6877
|
-
display: none;
|
|
6878
|
-
}
|
|
6879
|
-
.navbar-expand .offcanvas .offcanvas-body {
|
|
6880
|
-
display: flex;
|
|
6881
|
-
flex-grow: 0;
|
|
6882
|
-
padding: 0;
|
|
6883
|
-
overflow-y: visible;
|
|
6884
|
-
}
|
|
6885
|
-
|
|
6886
|
-
.navbar-dark {
|
|
6887
|
-
--bs-navbar-color: rgba(255, 255, 255, 0.55);
|
|
6888
|
-
--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
|
|
6889
|
-
--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
|
|
6890
|
-
--bs-navbar-active-color: #fff;
|
|
6891
|
-
--bs-navbar-brand-color: #fff;
|
|
6892
|
-
--bs-navbar-brand-hover-color: #fff;
|
|
6893
|
-
--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
|
|
6894
|
-
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
6895
|
-
}
|
|
6896
|
-
|
|
6897
6474
|
.row {
|
|
6898
6475
|
--bs-gutter-x: 0.5rem;
|
|
6899
6476
|
--bs-gutter-y: 0;
|
|
@@ -9255,11 +8832,16 @@ textarea.form-control-lg {
|
|
|
9255
8832
|
transition: none;
|
|
9256
8833
|
}
|
|
9257
8834
|
}
|
|
9258
|
-
|
|
8835
|
+
.btn:hover {
|
|
9259
8836
|
color: var(--bs-btn-hover-color);
|
|
9260
8837
|
background-color: var(--bs-btn-hover-bg);
|
|
9261
8838
|
border-color: var(--bs-btn-hover-border-color);
|
|
9262
8839
|
}
|
|
8840
|
+
.btn-check + .btn:hover {
|
|
8841
|
+
color: var(--bs-btn-color);
|
|
8842
|
+
background-color: var(--bs-btn-bg);
|
|
8843
|
+
border-color: var(--bs-btn-border-color);
|
|
8844
|
+
}
|
|
9263
8845
|
.btn:focus-visible {
|
|
9264
8846
|
color: var(--bs-btn-hover-color);
|
|
9265
8847
|
background-color: var(--bs-btn-hover-bg);
|
|
@@ -10995,263 +10577,57 @@ textarea.form-control-lg {
|
|
|
10995
10577
|
mask-position: -200% 0%;
|
|
10996
10578
|
}
|
|
10997
10579
|
}
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
.carousel.pointer-event {
|
|
11003
|
-
touch-action: pan-y;
|
|
10580
|
+
@keyframes progress-bar-stripes {
|
|
10581
|
+
0% {
|
|
10582
|
+
background-position-x: 1rem;
|
|
10583
|
+
}
|
|
11004
10584
|
}
|
|
11005
|
-
|
|
11006
|
-
|
|
11007
|
-
|
|
11008
|
-
|
|
10585
|
+
.progress {
|
|
10586
|
+
--bs-progress-height: 1rem;
|
|
10587
|
+
--bs-progress-font-size: 0.75rem;
|
|
10588
|
+
--bs-progress-bg: #e9ecef;
|
|
10589
|
+
--bs-progress-border-radius: 0.15rem;
|
|
10590
|
+
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
10591
|
+
--bs-progress-bar-color: #fff;
|
|
10592
|
+
--bs-progress-bar-bg: #007681;
|
|
10593
|
+
--bs-progress-bar-transition: width 0.6s ease;
|
|
10594
|
+
display: flex;
|
|
10595
|
+
height: var(--bs-progress-height);
|
|
11009
10596
|
overflow: hidden;
|
|
11010
|
-
|
|
11011
|
-
|
|
11012
|
-
|
|
11013
|
-
clear: both;
|
|
11014
|
-
content: "";
|
|
10597
|
+
font-size: var(--bs-progress-font-size);
|
|
10598
|
+
background-color: var(--bs-progress-bg);
|
|
10599
|
+
border-radius: var(--bs-progress-border-radius);
|
|
11015
10600
|
}
|
|
11016
10601
|
|
|
11017
|
-
.
|
|
11018
|
-
|
|
11019
|
-
|
|
11020
|
-
|
|
11021
|
-
|
|
11022
|
-
|
|
11023
|
-
|
|
11024
|
-
|
|
10602
|
+
.progress-bar {
|
|
10603
|
+
display: flex;
|
|
10604
|
+
flex-direction: column;
|
|
10605
|
+
justify-content: center;
|
|
10606
|
+
overflow: hidden;
|
|
10607
|
+
color: var(--bs-progress-bar-color);
|
|
10608
|
+
text-align: center;
|
|
10609
|
+
white-space: nowrap;
|
|
10610
|
+
background-color: var(--bs-progress-bar-bg);
|
|
10611
|
+
transition: var(--bs-progress-bar-transition);
|
|
11025
10612
|
}
|
|
11026
10613
|
@media (prefers-reduced-motion: reduce) {
|
|
11027
|
-
.
|
|
10614
|
+
.progress-bar {
|
|
11028
10615
|
transition: none;
|
|
11029
10616
|
}
|
|
11030
10617
|
}
|
|
11031
10618
|
|
|
11032
|
-
.
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
display: block;
|
|
10619
|
+
.progress-bar-striped {
|
|
10620
|
+
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
10621
|
+
background-size: var(--bs-progress-height) var(--bs-progress-height);
|
|
11036
10622
|
}
|
|
11037
10623
|
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
.active.carousel-item-end {
|
|
11041
|
-
transform: translateX(100%);
|
|
10624
|
+
.progress-bar-animated {
|
|
10625
|
+
animation: 1s linear infinite progress-bar-stripes;
|
|
11042
10626
|
}
|
|
11043
|
-
|
|
11044
|
-
.
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
}
|
|
11048
|
-
|
|
11049
|
-
/* rtl:end:ignore */
|
|
11050
|
-
.carousel-fade .carousel-item {
|
|
11051
|
-
opacity: 0;
|
|
11052
|
-
transition-property: opacity;
|
|
11053
|
-
transform: none;
|
|
11054
|
-
}
|
|
11055
|
-
.carousel-fade .carousel-item.active,
|
|
11056
|
-
.carousel-fade .carousel-item-next.carousel-item-start,
|
|
11057
|
-
.carousel-fade .carousel-item-prev.carousel-item-end {
|
|
11058
|
-
z-index: 1;
|
|
11059
|
-
opacity: 1;
|
|
11060
|
-
}
|
|
11061
|
-
.carousel-fade .active.carousel-item-start,
|
|
11062
|
-
.carousel-fade .active.carousel-item-end {
|
|
11063
|
-
z-index: 0;
|
|
11064
|
-
opacity: 0;
|
|
11065
|
-
transition: opacity 0s 0.6s;
|
|
11066
|
-
}
|
|
11067
|
-
@media (prefers-reduced-motion: reduce) {
|
|
11068
|
-
.carousel-fade .active.carousel-item-start,
|
|
11069
|
-
.carousel-fade .active.carousel-item-end {
|
|
11070
|
-
transition: none;
|
|
11071
|
-
}
|
|
11072
|
-
}
|
|
11073
|
-
|
|
11074
|
-
.carousel-control-prev,
|
|
11075
|
-
.carousel-control-next {
|
|
11076
|
-
position: absolute;
|
|
11077
|
-
top: 0;
|
|
11078
|
-
bottom: 0;
|
|
11079
|
-
z-index: 1;
|
|
11080
|
-
display: flex;
|
|
11081
|
-
align-items: center;
|
|
11082
|
-
justify-content: center;
|
|
11083
|
-
width: 15%;
|
|
11084
|
-
padding: 0;
|
|
11085
|
-
color: #fff;
|
|
11086
|
-
text-align: center;
|
|
11087
|
-
background: none;
|
|
11088
|
-
border: 0;
|
|
11089
|
-
opacity: 0.5;
|
|
11090
|
-
transition: opacity 0.15s ease;
|
|
11091
|
-
}
|
|
11092
|
-
@media (prefers-reduced-motion: reduce) {
|
|
11093
|
-
.carousel-control-prev,
|
|
11094
|
-
.carousel-control-next {
|
|
11095
|
-
transition: none;
|
|
11096
|
-
}
|
|
11097
|
-
}
|
|
11098
|
-
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
11099
|
-
.carousel-control-next:hover,
|
|
11100
|
-
.carousel-control-next:focus {
|
|
11101
|
-
color: #fff;
|
|
11102
|
-
text-decoration: none;
|
|
11103
|
-
outline: 0;
|
|
11104
|
-
opacity: 0.9;
|
|
11105
|
-
}
|
|
11106
|
-
|
|
11107
|
-
.carousel-control-prev {
|
|
11108
|
-
left: 0;
|
|
11109
|
-
}
|
|
11110
|
-
|
|
11111
|
-
.carousel-control-next {
|
|
11112
|
-
right: 0;
|
|
11113
|
-
}
|
|
11114
|
-
|
|
11115
|
-
.carousel-control-prev-icon,
|
|
11116
|
-
.carousel-control-next-icon {
|
|
11117
|
-
display: inline-block;
|
|
11118
|
-
width: 2rem;
|
|
11119
|
-
height: 2rem;
|
|
11120
|
-
background-repeat: no-repeat;
|
|
11121
|
-
background-position: 50%;
|
|
11122
|
-
background-size: 100% 100%;
|
|
11123
|
-
}
|
|
11124
|
-
|
|
11125
|
-
/* rtl:options: {
|
|
11126
|
-
"autoRename": true,
|
|
11127
|
-
"stringMap":[ {
|
|
11128
|
-
"name" : "prev-next",
|
|
11129
|
-
"search" : "prev",
|
|
11130
|
-
"replace" : "next"
|
|
11131
|
-
} ]
|
|
11132
|
-
} */
|
|
11133
|
-
.carousel-control-prev-icon {
|
|
11134
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
|
|
11135
|
-
}
|
|
11136
|
-
|
|
11137
|
-
.carousel-control-next-icon {
|
|
11138
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
11139
|
-
}
|
|
11140
|
-
|
|
11141
|
-
.carousel-indicators {
|
|
11142
|
-
position: absolute;
|
|
11143
|
-
right: 0;
|
|
11144
|
-
bottom: 0;
|
|
11145
|
-
left: 0;
|
|
11146
|
-
z-index: 2;
|
|
11147
|
-
display: flex;
|
|
11148
|
-
justify-content: center;
|
|
11149
|
-
padding: 0;
|
|
11150
|
-
margin-right: 15%;
|
|
11151
|
-
margin-bottom: 1rem;
|
|
11152
|
-
margin-left: 15%;
|
|
11153
|
-
list-style: none;
|
|
11154
|
-
}
|
|
11155
|
-
.carousel-indicators [data-bs-target] {
|
|
11156
|
-
box-sizing: content-box;
|
|
11157
|
-
flex: 0 1 auto;
|
|
11158
|
-
width: 30px;
|
|
11159
|
-
height: 3px;
|
|
11160
|
-
padding: 0;
|
|
11161
|
-
margin-right: 3px;
|
|
11162
|
-
margin-left: 3px;
|
|
11163
|
-
text-indent: -999px;
|
|
11164
|
-
cursor: pointer;
|
|
11165
|
-
background-color: #fff;
|
|
11166
|
-
background-clip: padding-box;
|
|
11167
|
-
border: 0;
|
|
11168
|
-
border-top: 10px solid transparent;
|
|
11169
|
-
border-bottom: 10px solid transparent;
|
|
11170
|
-
opacity: 0.5;
|
|
11171
|
-
transition: opacity 0.6s ease;
|
|
11172
|
-
}
|
|
11173
|
-
@media (prefers-reduced-motion: reduce) {
|
|
11174
|
-
.carousel-indicators [data-bs-target] {
|
|
11175
|
-
transition: none;
|
|
11176
|
-
}
|
|
11177
|
-
}
|
|
11178
|
-
.carousel-indicators .active {
|
|
11179
|
-
opacity: 1;
|
|
11180
|
-
}
|
|
11181
|
-
|
|
11182
|
-
.carousel-caption {
|
|
11183
|
-
position: absolute;
|
|
11184
|
-
right: 15%;
|
|
11185
|
-
bottom: 1.25rem;
|
|
11186
|
-
left: 15%;
|
|
11187
|
-
padding-top: 1.25rem;
|
|
11188
|
-
padding-bottom: 1.25rem;
|
|
11189
|
-
color: #fff;
|
|
11190
|
-
text-align: center;
|
|
11191
|
-
}
|
|
11192
|
-
|
|
11193
|
-
.carousel-dark .carousel-control-prev-icon,
|
|
11194
|
-
.carousel-dark .carousel-control-next-icon {
|
|
11195
|
-
filter: invert(1) grayscale(100);
|
|
11196
|
-
}
|
|
11197
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
11198
|
-
background-color: #000;
|
|
11199
|
-
}
|
|
11200
|
-
.carousel-dark .carousel-caption {
|
|
11201
|
-
color: #000;
|
|
11202
|
-
}
|
|
11203
|
-
|
|
11204
|
-
@keyframes progress-bar-stripes {
|
|
11205
|
-
0% {
|
|
11206
|
-
background-position-x: 1rem;
|
|
11207
|
-
}
|
|
11208
|
-
}
|
|
11209
|
-
.progress {
|
|
11210
|
-
--bs-progress-height: 1rem;
|
|
11211
|
-
--bs-progress-font-size: 0.75rem;
|
|
11212
|
-
--bs-progress-bg: #e9ecef;
|
|
11213
|
-
--bs-progress-border-radius: 0.15rem;
|
|
11214
|
-
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
11215
|
-
--bs-progress-bar-color: #fff;
|
|
11216
|
-
--bs-progress-bar-bg: #007681;
|
|
11217
|
-
--bs-progress-bar-transition: width 0.6s ease;
|
|
11218
|
-
display: flex;
|
|
11219
|
-
height: var(--bs-progress-height);
|
|
11220
|
-
overflow: hidden;
|
|
11221
|
-
font-size: var(--bs-progress-font-size);
|
|
11222
|
-
background-color: var(--bs-progress-bg);
|
|
11223
|
-
border-radius: var(--bs-progress-border-radius);
|
|
11224
|
-
}
|
|
11225
|
-
|
|
11226
|
-
.progress-bar {
|
|
11227
|
-
display: flex;
|
|
11228
|
-
flex-direction: column;
|
|
11229
|
-
justify-content: center;
|
|
11230
|
-
overflow: hidden;
|
|
11231
|
-
color: var(--bs-progress-bar-color);
|
|
11232
|
-
text-align: center;
|
|
11233
|
-
white-space: nowrap;
|
|
11234
|
-
background-color: var(--bs-progress-bar-bg);
|
|
11235
|
-
transition: var(--bs-progress-bar-transition);
|
|
11236
|
-
}
|
|
11237
|
-
@media (prefers-reduced-motion: reduce) {
|
|
11238
|
-
.progress-bar {
|
|
11239
|
-
transition: none;
|
|
11240
|
-
}
|
|
11241
|
-
}
|
|
11242
|
-
|
|
11243
|
-
.progress-bar-striped {
|
|
11244
|
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
11245
|
-
background-size: var(--bs-progress-height) var(--bs-progress-height);
|
|
11246
|
-
}
|
|
11247
|
-
|
|
11248
|
-
.progress-bar-animated {
|
|
11249
|
-
animation: 1s linear infinite progress-bar-stripes;
|
|
11250
|
-
}
|
|
11251
|
-
@media (prefers-reduced-motion: reduce) {
|
|
11252
|
-
.progress-bar-animated {
|
|
11253
|
-
animation: none;
|
|
11254
|
-
}
|
|
10627
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10628
|
+
.progress-bar-animated {
|
|
10629
|
+
animation: none;
|
|
10630
|
+
}
|
|
11255
10631
|
}
|
|
11256
10632
|
|
|
11257
10633
|
.popover {
|
|
@@ -11438,6 +10814,210 @@ textarea.form-control-lg {
|
|
|
11438
10814
|
color: #6c757d;
|
|
11439
10815
|
}
|
|
11440
10816
|
|
|
10817
|
+
.carousel {
|
|
10818
|
+
position: relative;
|
|
10819
|
+
}
|
|
10820
|
+
|
|
10821
|
+
.carousel.pointer-event {
|
|
10822
|
+
touch-action: pan-y;
|
|
10823
|
+
}
|
|
10824
|
+
|
|
10825
|
+
.carousel-inner {
|
|
10826
|
+
position: relative;
|
|
10827
|
+
width: 100%;
|
|
10828
|
+
overflow: hidden;
|
|
10829
|
+
}
|
|
10830
|
+
.carousel-inner::after {
|
|
10831
|
+
display: block;
|
|
10832
|
+
clear: both;
|
|
10833
|
+
content: "";
|
|
10834
|
+
}
|
|
10835
|
+
|
|
10836
|
+
.carousel-item {
|
|
10837
|
+
position: relative;
|
|
10838
|
+
display: none;
|
|
10839
|
+
float: left;
|
|
10840
|
+
width: 100%;
|
|
10841
|
+
margin-right: -100%;
|
|
10842
|
+
backface-visibility: hidden;
|
|
10843
|
+
transition: transform 0.6s ease-in-out;
|
|
10844
|
+
}
|
|
10845
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10846
|
+
.carousel-item {
|
|
10847
|
+
transition: none;
|
|
10848
|
+
}
|
|
10849
|
+
}
|
|
10850
|
+
|
|
10851
|
+
.carousel-item.active,
|
|
10852
|
+
.carousel-item-next,
|
|
10853
|
+
.carousel-item-prev {
|
|
10854
|
+
display: block;
|
|
10855
|
+
}
|
|
10856
|
+
|
|
10857
|
+
.carousel-item-next:not(.carousel-item-start),
|
|
10858
|
+
.active.carousel-item-end {
|
|
10859
|
+
transform: translateX(100%);
|
|
10860
|
+
}
|
|
10861
|
+
|
|
10862
|
+
.carousel-item-prev:not(.carousel-item-end),
|
|
10863
|
+
.active.carousel-item-start {
|
|
10864
|
+
transform: translateX(-100%);
|
|
10865
|
+
}
|
|
10866
|
+
|
|
10867
|
+
.carousel-fade .carousel-item {
|
|
10868
|
+
opacity: 0;
|
|
10869
|
+
transition-property: opacity;
|
|
10870
|
+
transform: none;
|
|
10871
|
+
}
|
|
10872
|
+
.carousel-fade .carousel-item.active,
|
|
10873
|
+
.carousel-fade .carousel-item-next.carousel-item-start,
|
|
10874
|
+
.carousel-fade .carousel-item-prev.carousel-item-end {
|
|
10875
|
+
z-index: 1;
|
|
10876
|
+
opacity: 1;
|
|
10877
|
+
}
|
|
10878
|
+
.carousel-fade .active.carousel-item-start,
|
|
10879
|
+
.carousel-fade .active.carousel-item-end {
|
|
10880
|
+
z-index: 0;
|
|
10881
|
+
opacity: 0;
|
|
10882
|
+
transition: opacity 0s 0.6s;
|
|
10883
|
+
}
|
|
10884
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10885
|
+
.carousel-fade .active.carousel-item-start,
|
|
10886
|
+
.carousel-fade .active.carousel-item-end {
|
|
10887
|
+
transition: none;
|
|
10888
|
+
}
|
|
10889
|
+
}
|
|
10890
|
+
|
|
10891
|
+
.carousel-control-prev,
|
|
10892
|
+
.carousel-control-next {
|
|
10893
|
+
position: absolute;
|
|
10894
|
+
top: 0;
|
|
10895
|
+
bottom: 0;
|
|
10896
|
+
z-index: 1;
|
|
10897
|
+
display: flex;
|
|
10898
|
+
align-items: center;
|
|
10899
|
+
justify-content: center;
|
|
10900
|
+
width: 15%;
|
|
10901
|
+
padding: 0;
|
|
10902
|
+
color: #fff;
|
|
10903
|
+
text-align: center;
|
|
10904
|
+
background: none;
|
|
10905
|
+
border: 0;
|
|
10906
|
+
opacity: 0.5;
|
|
10907
|
+
transition: opacity 0.15s ease;
|
|
10908
|
+
}
|
|
10909
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10910
|
+
.carousel-control-prev,
|
|
10911
|
+
.carousel-control-next {
|
|
10912
|
+
transition: none;
|
|
10913
|
+
}
|
|
10914
|
+
}
|
|
10915
|
+
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
10916
|
+
.carousel-control-next:hover,
|
|
10917
|
+
.carousel-control-next:focus {
|
|
10918
|
+
color: #fff;
|
|
10919
|
+
text-decoration: none;
|
|
10920
|
+
outline: 0;
|
|
10921
|
+
opacity: 0.9;
|
|
10922
|
+
}
|
|
10923
|
+
|
|
10924
|
+
.carousel-control-prev {
|
|
10925
|
+
left: 0;
|
|
10926
|
+
}
|
|
10927
|
+
|
|
10928
|
+
.carousel-control-next {
|
|
10929
|
+
right: 0;
|
|
10930
|
+
}
|
|
10931
|
+
|
|
10932
|
+
.carousel-control-prev-icon,
|
|
10933
|
+
.carousel-control-next-icon {
|
|
10934
|
+
display: inline-block;
|
|
10935
|
+
width: 2rem;
|
|
10936
|
+
height: 2rem;
|
|
10937
|
+
background-repeat: no-repeat;
|
|
10938
|
+
background-position: 50%;
|
|
10939
|
+
background-size: 100% 100%;
|
|
10940
|
+
}
|
|
10941
|
+
|
|
10942
|
+
/* rtl:options: {
|
|
10943
|
+
"autoRename": true,
|
|
10944
|
+
"stringMap":[ {
|
|
10945
|
+
"name" : "prev-next",
|
|
10946
|
+
"search" : "prev",
|
|
10947
|
+
"replace" : "next"
|
|
10948
|
+
} ]
|
|
10949
|
+
} */
|
|
10950
|
+
.carousel-control-prev-icon {
|
|
10951
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
|
|
10952
|
+
}
|
|
10953
|
+
|
|
10954
|
+
.carousel-control-next-icon {
|
|
10955
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
10956
|
+
}
|
|
10957
|
+
|
|
10958
|
+
.carousel-indicators {
|
|
10959
|
+
position: absolute;
|
|
10960
|
+
right: 0;
|
|
10961
|
+
bottom: 0;
|
|
10962
|
+
left: 0;
|
|
10963
|
+
z-index: 2;
|
|
10964
|
+
display: flex;
|
|
10965
|
+
justify-content: center;
|
|
10966
|
+
padding: 0;
|
|
10967
|
+
margin-right: 15%;
|
|
10968
|
+
margin-bottom: 1rem;
|
|
10969
|
+
margin-left: 15%;
|
|
10970
|
+
list-style: none;
|
|
10971
|
+
}
|
|
10972
|
+
.carousel-indicators [data-bs-target] {
|
|
10973
|
+
box-sizing: content-box;
|
|
10974
|
+
flex: 0 1 auto;
|
|
10975
|
+
width: 30px;
|
|
10976
|
+
height: 3px;
|
|
10977
|
+
padding: 0;
|
|
10978
|
+
margin-right: 3px;
|
|
10979
|
+
margin-left: 3px;
|
|
10980
|
+
text-indent: -999px;
|
|
10981
|
+
cursor: pointer;
|
|
10982
|
+
background-color: #fff;
|
|
10983
|
+
background-clip: padding-box;
|
|
10984
|
+
border: 0;
|
|
10985
|
+
border-top: 10px solid transparent;
|
|
10986
|
+
border-bottom: 10px solid transparent;
|
|
10987
|
+
opacity: 0.5;
|
|
10988
|
+
transition: opacity 0.6s ease;
|
|
10989
|
+
}
|
|
10990
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10991
|
+
.carousel-indicators [data-bs-target] {
|
|
10992
|
+
transition: none;
|
|
10993
|
+
}
|
|
10994
|
+
}
|
|
10995
|
+
.carousel-indicators .active {
|
|
10996
|
+
opacity: 1;
|
|
10997
|
+
}
|
|
10998
|
+
|
|
10999
|
+
.carousel-caption {
|
|
11000
|
+
position: absolute;
|
|
11001
|
+
right: 15%;
|
|
11002
|
+
bottom: 1.25rem;
|
|
11003
|
+
left: 15%;
|
|
11004
|
+
padding-top: 1.25rem;
|
|
11005
|
+
padding-bottom: 1.25rem;
|
|
11006
|
+
color: #fff;
|
|
11007
|
+
text-align: center;
|
|
11008
|
+
}
|
|
11009
|
+
|
|
11010
|
+
.carousel-dark .carousel-control-prev-icon,
|
|
11011
|
+
.carousel-dark .carousel-control-next-icon {
|
|
11012
|
+
filter: invert(1) grayscale(100);
|
|
11013
|
+
}
|
|
11014
|
+
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
11015
|
+
background-color: #000;
|
|
11016
|
+
}
|
|
11017
|
+
.carousel-dark .carousel-caption {
|
|
11018
|
+
color: #000;
|
|
11019
|
+
}
|
|
11020
|
+
|
|
11441
11021
|
.bg-light-darker {
|
|
11442
11022
|
background-color: #f6f7f9;
|
|
11443
11023
|
}
|
|
@@ -11557,6 +11137,17 @@ pre {
|
|
|
11557
11137
|
display: block;
|
|
11558
11138
|
}
|
|
11559
11139
|
|
|
11140
|
+
.comma-seperated > *:not(:last-child):after {
|
|
11141
|
+
content: ", ";
|
|
11142
|
+
}
|
|
11143
|
+
|
|
11144
|
+
.table th {
|
|
11145
|
+
background-color: #D3D3D3;
|
|
11146
|
+
}
|
|
11147
|
+
.table th a {
|
|
11148
|
+
color: #333333;
|
|
11149
|
+
}
|
|
11150
|
+
|
|
11560
11151
|
.carousel-control-prev-icon,
|
|
11561
11152
|
.carousel-control-next-icon {
|
|
11562
11153
|
filter: drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black);
|
|
@@ -12718,6 +12309,11 @@ a:hover .adb-plate-primary.attention .body-title, a:hover.adb-plate-primary.atte
|
|
|
12718
12309
|
border-radius: 0;
|
|
12719
12310
|
}
|
|
12720
12311
|
|
|
12312
|
+
.btn-light {
|
|
12313
|
+
background-color: transparent;
|
|
12314
|
+
border: 1px solid #f2f1f1;
|
|
12315
|
+
}
|
|
12316
|
+
|
|
12721
12317
|
.splash {
|
|
12722
12318
|
min-height: 100vh;
|
|
12723
12319
|
background-image: url("/assets/img/splash.png");
|