@clayui/css 3.42.0 → 3.44.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/css/atlas.css +405 -172
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +382 -151
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +234 -116
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/date-time.svg +12 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/date-time.svg +12 -0
- package/src/scss/atlas/variables/_buttons.scss +2 -31
- package/src/scss/atlas/variables/_navs.scss +20 -15
- package/src/scss/cadmin/components/_dropdowns.scss +4 -0
- package/src/scss/cadmin/components/_input-groups.scss +12 -312
- package/src/scss/cadmin/components/_navs.scss +35 -113
- package/src/scss/cadmin/components/_utilities-functional-important.scss +4 -3
- package/src/scss/cadmin/variables/_alerts.scss +3 -2
- package/src/scss/cadmin/variables/_dropdowns.scss +31 -2
- package/src/scss/cadmin/variables/_forms.scss +366 -5
- package/src/scss/cadmin/variables/_navs.scss +271 -53
- package/src/scss/components/_buttons.scss +87 -49
- package/src/scss/components/_cards.scss +16 -116
- package/src/scss/components/_dropdowns.scss +4 -0
- package/src/scss/components/_input-groups.scss +12 -308
- package/src/scss/components/_navs.scss +45 -128
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/mixins/_buttons.scss +27 -64
- package/src/scss/mixins/_cards.scss +751 -557
- package/src/scss/mixins/_custom-forms.scss +404 -383
- package/src/scss/mixins/_dropdown-menu.scss +427 -355
- package/src/scss/mixins/_forms.scss +67 -10
- package/src/scss/mixins/_input-groups.scss +405 -11
- package/src/scss/mixins/_labels.scss +320 -296
- package/src/scss/mixins/_nav.scss +202 -131
- package/src/scss/mixins/_navbar.scss +32 -0
- package/src/scss/variables/_alerts.scss +1 -0
- package/src/scss/variables/_buttons.scss +26 -3
- package/src/scss/variables/_cards.scss +273 -1
- package/src/scss/variables/_dropdowns.scss +31 -2
- package/src/scss/variables/_forms.scss +405 -22
- package/src/scss/variables/_navs.scss +266 -33
package/lib/css/cadmin.css
CHANGED
|
@@ -2970,6 +2970,7 @@ html:not(#__):not(#___) .cadmin .alert {
|
|
|
2970
2970
|
margin-bottom: 16px;
|
|
2971
2971
|
padding: 15px 16px;
|
|
2972
2972
|
position: relative;
|
|
2973
|
+
white-space: normal;
|
|
2973
2974
|
overflow-wrap: break-word;
|
|
2974
2975
|
word-wrap: break-word;
|
|
2975
2976
|
}
|
|
@@ -3072,7 +3073,7 @@ html:not(#__):not(#___) .cadmin .alert-fluid {
|
|
|
3072
3073
|
}
|
|
3073
3074
|
html:not(#__):not(#___) .cadmin .alert-fluid.alert-dismissible .container,
|
|
3074
3075
|
html:not(#__):not(#___) .cadmin .alert-fluid.alert-dismissible .container-fluid {
|
|
3075
|
-
padding-right: calc( 40px +
|
|
3076
|
+
padding-right: calc( 40px + 24px * 0.5 );
|
|
3076
3077
|
position: relative;
|
|
3077
3078
|
}
|
|
3078
3079
|
html:not(#__):not(#___) .cadmin .alert-fluid .close {
|
|
@@ -5622,7 +5623,6 @@ html:not(#__):not(#___) .cadmin .dropdown-item {
|
|
|
5622
5623
|
position: relative;
|
|
5623
5624
|
text-align: inherit;
|
|
5624
5625
|
transition: none;
|
|
5625
|
-
white-space: normal;
|
|
5626
5626
|
width: 100%;
|
|
5627
5627
|
overflow-wrap: break-word;
|
|
5628
5628
|
word-wrap: break-word;
|
|
@@ -5700,6 +5700,23 @@ html:not(#__):not(#___) .cadmin .dropdown-item .c-inner {
|
|
|
5700
5700
|
margin-top: -8px;
|
|
5701
5701
|
width: auto;
|
|
5702
5702
|
}
|
|
5703
|
+
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row {
|
|
5704
|
+
padding-left: 1rem;
|
|
5705
|
+
padding-right: 1rem;
|
|
5706
|
+
}
|
|
5707
|
+
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row > .autofit-col {
|
|
5708
|
+
padding-left: 0.25rem;
|
|
5709
|
+
padding-right: 0.25rem;
|
|
5710
|
+
}
|
|
5711
|
+
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row {
|
|
5712
|
+
margin-left: 0.25rem;
|
|
5713
|
+
margin-right: 0.25rem;
|
|
5714
|
+
width: auto;
|
|
5715
|
+
}
|
|
5716
|
+
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row > .autofit-col {
|
|
5717
|
+
padding-left: 0.25rem;
|
|
5718
|
+
padding-right: 0.25rem;
|
|
5719
|
+
}
|
|
5703
5720
|
html:not(#__):not(#___) .cadmin .dropdown-item .c-kbd-inline {
|
|
5704
5721
|
color: #a7a9bc;
|
|
5705
5722
|
line-height: 21px;
|
|
@@ -6132,6 +6149,10 @@ html:not(#__):not(#___) .cadmin .dropdown-wide .dropdown-menu > .row {
|
|
|
6132
6149
|
min-width: 500px;
|
|
6133
6150
|
}
|
|
6134
6151
|
}
|
|
6152
|
+
html:not(#__):not(#___) .cadmin .dropdown-menu-width-shrink {
|
|
6153
|
+
min-width: 0;
|
|
6154
|
+
white-space: nowrap;
|
|
6155
|
+
}
|
|
6135
6156
|
html:not(#__):not(#___) .cadmin .dropdown-menu-width-full {
|
|
6136
6157
|
left: 12px !important;
|
|
6137
6158
|
right: 12px !important;
|
|
@@ -8518,8 +8539,30 @@ html:not(#__):not(#___) .cadmin .input-group-item {
|
|
|
8518
8539
|
flex-wrap: wrap;
|
|
8519
8540
|
margin-left: 8px;
|
|
8520
8541
|
width: 1%;
|
|
8542
|
+
overflow-wrap: break-word;
|
|
8521
8543
|
word-wrap: break-word;
|
|
8522
8544
|
}
|
|
8545
|
+
html:not(#__):not(#___) .cadmin .input-group-item.focus {
|
|
8546
|
+
border-radius: 4px;
|
|
8547
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
8548
|
+
}
|
|
8549
|
+
html:not(#__):not(#___) .cadmin .input-group-item.focus.input-group-prepend {
|
|
8550
|
+
border-bottom-right-radius: 0;
|
|
8551
|
+
border-top-right-radius: 0;
|
|
8552
|
+
z-index: 1;
|
|
8553
|
+
}
|
|
8554
|
+
html:not(#__):not(#___) .cadmin .input-group-item.focus.input-group-append {
|
|
8555
|
+
border-bottom-left-radius: 0;
|
|
8556
|
+
border-top-left-radius: 0;
|
|
8557
|
+
}
|
|
8558
|
+
html:not(#__):not(#___) .cadmin .input-group-item.focus > .form-control {
|
|
8559
|
+
background-color: #f0f5ff;
|
|
8560
|
+
border-color: #80acff;
|
|
8561
|
+
}
|
|
8562
|
+
html:not(#__):not(#___) .cadmin .input-group-item.focus > .input-group-inset-item {
|
|
8563
|
+
background-color: #f0f5ff;
|
|
8564
|
+
border-color: #80acff;
|
|
8565
|
+
}
|
|
8523
8566
|
html:not(#__):not(#___) .cadmin .input-group-item:first-child {
|
|
8524
8567
|
margin-left: 0;
|
|
8525
8568
|
}
|
|
@@ -8529,6 +8572,7 @@ html:not(#__):not(#___) .cadmin .input-group-item > .btn {
|
|
|
8529
8572
|
html:not(#__):not(#___) .cadmin .input-group-item > .dropdown {
|
|
8530
8573
|
display: flex;
|
|
8531
8574
|
flex-wrap: wrap;
|
|
8575
|
+
overflow-wrap: break-word;
|
|
8532
8576
|
word-wrap: break-word;
|
|
8533
8577
|
width: 100%;
|
|
8534
8578
|
}
|
|
@@ -8539,13 +8583,13 @@ html:not(#__):not(#___) .cadmin .input-group-item-shrink {
|
|
|
8539
8583
|
html:not(#__):not(#___) .cadmin .input-group-text {
|
|
8540
8584
|
align-items: center;
|
|
8541
8585
|
background-color: #e7e7ed;
|
|
8542
|
-
border-color: #e7e7ed;
|
|
8543
|
-
border-style: solid;
|
|
8544
8586
|
border-bottom-width: 1px;
|
|
8587
|
+
border-color: #e7e7ed;
|
|
8545
8588
|
border-left-width: 1px;
|
|
8589
|
+
border-radius: 4px;
|
|
8546
8590
|
border-right-width: 1px;
|
|
8591
|
+
border-style: solid;
|
|
8547
8592
|
border-top-width: 1px;
|
|
8548
|
-
border-radius: 4px;
|
|
8549
8593
|
color: #6b6c7e;
|
|
8550
8594
|
display: flex;
|
|
8551
8595
|
font-size: 16px;
|
|
@@ -8565,14 +8609,16 @@ html:not(#__):not(#___) .cadmin .input-group-text {
|
|
|
8565
8609
|
html:not(#__):not(#___) .cadmin .input-group-text label {
|
|
8566
8610
|
color: #6b6c7e;
|
|
8567
8611
|
}
|
|
8568
|
-
html:not(#__):not(#___) .cadmin .input-group-text
|
|
8569
|
-
|
|
8570
|
-
margin-top: 0;
|
|
8612
|
+
html:not(#__):not(#___) .cadmin .input-group-text .custom-control {
|
|
8613
|
+
margin-bottom: 0;
|
|
8571
8614
|
}
|
|
8572
|
-
html:not(#__):not(#___) .cadmin .input-group-text .custom-control,
|
|
8573
8615
|
html:not(#__):not(#___) .cadmin .input-group-text .form-check {
|
|
8574
8616
|
margin-bottom: 0;
|
|
8575
8617
|
}
|
|
8618
|
+
html:not(#__):not(#___) .cadmin .input-group-text .form-check input[type=radio],
|
|
8619
|
+
html:not(#__):not(#___) .cadmin .input-group-text .form-check input[type=checkbox] {
|
|
8620
|
+
margin-top: 0;
|
|
8621
|
+
}
|
|
8576
8622
|
html:not(#__):not(#___) .cadmin .input-group-text .lexicon-icon {
|
|
8577
8623
|
margin-top: 0;
|
|
8578
8624
|
}
|
|
@@ -8611,7 +8657,16 @@ html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .btn-monos
|
|
|
8611
8657
|
line-height: 1;
|
|
8612
8658
|
width: 48px;
|
|
8613
8659
|
}
|
|
8614
|
-
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .form-control
|
|
8660
|
+
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .form-control {
|
|
8661
|
+
border-radius: 6px;
|
|
8662
|
+
font-size: 18px;
|
|
8663
|
+
height: 48px;
|
|
8664
|
+
line-height: 1.5;
|
|
8665
|
+
padding-bottom: 7px;
|
|
8666
|
+
padding-left: 16px;
|
|
8667
|
+
padding-right: 16px;
|
|
8668
|
+
padding-top: 7px;
|
|
8669
|
+
}
|
|
8615
8670
|
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .form-file .btn {
|
|
8616
8671
|
border-radius: 6px;
|
|
8617
8672
|
font-size: 18px;
|
|
@@ -8622,6 +8677,12 @@ html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .form-file
|
|
|
8622
8677
|
padding-right: 16px;
|
|
8623
8678
|
padding-top: 7px;
|
|
8624
8679
|
}
|
|
8680
|
+
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .form-file .btn .c-inner {
|
|
8681
|
+
margin-bottom: -7px;
|
|
8682
|
+
margin-left: -16px;
|
|
8683
|
+
margin-right: -16px;
|
|
8684
|
+
margin-top: -7px;
|
|
8685
|
+
}
|
|
8625
8686
|
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > textarea.form-control,
|
|
8626
8687
|
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .form-control-textarea {
|
|
8627
8688
|
height: 120px;
|
|
@@ -8641,21 +8702,24 @@ html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .input-gro
|
|
|
8641
8702
|
padding-left: 16px;
|
|
8642
8703
|
padding-right: 16px;
|
|
8643
8704
|
}
|
|
8644
|
-
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-inset-item > .form-file {
|
|
8645
|
-
|
|
8705
|
+
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .input-group-inset-item > .form-file .btn {
|
|
8706
|
+
border-radius: 6px;
|
|
8707
|
+
font-size: 18px;
|
|
8708
|
+
height: 48px;
|
|
8709
|
+
line-height: 1.5;
|
|
8710
|
+
padding-bottom: 7px;
|
|
8711
|
+
padding-left: 16px;
|
|
8712
|
+
padding-right: 16px;
|
|
8713
|
+
padding-top: 7px;
|
|
8646
8714
|
}
|
|
8647
|
-
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-inset-item > .form-file .btn {
|
|
8648
|
-
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
padding-right: 12px;
|
|
8653
|
-
padding-top: 0;
|
|
8715
|
+
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner {
|
|
8716
|
+
margin-bottom: -7px;
|
|
8717
|
+
margin-left: -16px;
|
|
8718
|
+
margin-right: -16px;
|
|
8719
|
+
margin-top: -7px;
|
|
8654
8720
|
}
|
|
8655
|
-
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-
|
|
8721
|
+
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item .form-control-inset {
|
|
8656
8722
|
margin-bottom: 0;
|
|
8657
|
-
margin-left: -12px;
|
|
8658
|
-
margin-right: -12px;
|
|
8659
8723
|
margin-top: 0;
|
|
8660
8724
|
}
|
|
8661
8725
|
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .btn {
|
|
@@ -8669,9 +8733,7 @@ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item
|
|
|
8669
8733
|
line-height: 1;
|
|
8670
8734
|
width: 32px;
|
|
8671
8735
|
}
|
|
8672
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control
|
|
8673
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-file .btn,
|
|
8674
|
-
html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-file .btn {
|
|
8736
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control {
|
|
8675
8737
|
border-radius: 4px;
|
|
8676
8738
|
font-size: 14px;
|
|
8677
8739
|
height: 32px;
|
|
@@ -8681,18 +8743,38 @@ html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-file
|
|
|
8681
8743
|
padding-right: 12px;
|
|
8682
8744
|
padding-top: 4px;
|
|
8683
8745
|
}
|
|
8684
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control
|
|
8746
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control .label, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control .label {
|
|
8747
|
+
margin-bottom: 0.1875rem;
|
|
8748
|
+
margin-top: 0.1875rem;
|
|
8749
|
+
}
|
|
8750
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-file .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-file .btn {
|
|
8751
|
+
border-radius: 4px;
|
|
8685
8752
|
font-size: 14px;
|
|
8686
8753
|
height: 32px;
|
|
8687
8754
|
line-height: 1.5;
|
|
8688
8755
|
padding-bottom: 4px;
|
|
8756
|
+
padding-left: 12px;
|
|
8757
|
+
padding-right: 12px;
|
|
8689
8758
|
padding-top: 4px;
|
|
8690
8759
|
}
|
|
8760
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-file .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-file .btn .c-inner {
|
|
8761
|
+
margin-bottom: -4px;
|
|
8762
|
+
margin-left: -12px;
|
|
8763
|
+
margin-right: -12px;
|
|
8764
|
+
margin-top: -4px;
|
|
8765
|
+
}
|
|
8691
8766
|
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > textarea.form-control, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > textarea.form-control,
|
|
8692
8767
|
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control-textarea,
|
|
8693
8768
|
html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control-textarea {
|
|
8694
8769
|
height: 80px;
|
|
8695
8770
|
}
|
|
8771
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control-plaintext, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control-plaintext {
|
|
8772
|
+
font-size: 14px;
|
|
8773
|
+
height: 32px;
|
|
8774
|
+
line-height: 1.5;
|
|
8775
|
+
padding-bottom: 4px;
|
|
8776
|
+
padding-top: 4px;
|
|
8777
|
+
}
|
|
8696
8778
|
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-text, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-text {
|
|
8697
8779
|
border-radius: 4px;
|
|
8698
8780
|
font-size: 14px;
|
|
@@ -8701,87 +8783,71 @@ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item
|
|
|
8701
8783
|
padding-left: 12px;
|
|
8702
8784
|
padding-right: 12px;
|
|
8703
8785
|
}
|
|
8704
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-inset-item > .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-inset-item > .btn {
|
|
8786
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .btn {
|
|
8705
8787
|
line-height: 1;
|
|
8706
8788
|
padding-bottom: 0;
|
|
8707
8789
|
padding-left: 8px;
|
|
8708
8790
|
padding-right: 8px;
|
|
8709
8791
|
padding-top: 0;
|
|
8710
8792
|
}
|
|
8711
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-inset-item > .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-inset-item > .btn .c-inner {
|
|
8793
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .btn .c-inner {
|
|
8712
8794
|
margin-bottom: 0;
|
|
8713
8795
|
margin-left: -8px;
|
|
8714
8796
|
margin-right: -8px;
|
|
8715
8797
|
margin-top: 0;
|
|
8716
8798
|
}
|
|
8717
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-inset-item > .btn-monospaced, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-inset-item > .btn-monospaced {
|
|
8799
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn-monospaced, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .btn-monospaced {
|
|
8718
8800
|
height: 24px;
|
|
8719
8801
|
margin-left: 4px;
|
|
8720
8802
|
margin-right: 4px;
|
|
8721
8803
|
width: 24px;
|
|
8722
8804
|
}
|
|
8723
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-inset-item > .form-file, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-inset-item > .form-file {
|
|
8724
|
-
height: 75%;
|
|
8725
|
-
}
|
|
8726
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-inset-item > .form-file .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-inset-item > .form-file .btn {
|
|
8727
|
-
height: 100%;
|
|
8728
|
-
line-height: 1;
|
|
8729
|
-
padding-bottom: 0;
|
|
8730
|
-
padding-left: 8px;
|
|
8731
|
-
padding-right: 8px;
|
|
8732
|
-
padding-top: 0;
|
|
8733
|
-
}
|
|
8734
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-inset-item > .form-file .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-inset-item > .form-file .btn .c-inner {
|
|
8735
|
-
margin-bottom: 0;
|
|
8736
|
-
margin-left: -8px;
|
|
8737
|
-
margin-right: -8px;
|
|
8738
|
-
margin-top: 0;
|
|
8739
|
-
}
|
|
8740
|
-
html:not(#__):not(#___) .cadmin .input-group-item.focus {
|
|
8805
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn {
|
|
8741
8806
|
border-radius: 4px;
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
|
|
8745
|
-
|
|
8746
|
-
|
|
8747
|
-
|
|
8748
|
-
|
|
8807
|
+
font-size: 14px;
|
|
8808
|
+
height: 32px;
|
|
8809
|
+
line-height: 1.5;
|
|
8810
|
+
padding-bottom: 4px;
|
|
8811
|
+
padding-left: 12px;
|
|
8812
|
+
padding-right: 12px;
|
|
8813
|
+
padding-top: 4px;
|
|
8749
8814
|
}
|
|
8750
|
-
html:not(#__):not(#___) .cadmin .input-group-item.input-group-
|
|
8751
|
-
|
|
8752
|
-
|
|
8753
|
-
|
|
8815
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner {
|
|
8816
|
+
margin-bottom: -4px;
|
|
8817
|
+
margin-left: -12px;
|
|
8818
|
+
margin-right: -12px;
|
|
8819
|
+
margin-top: -4px;
|
|
8754
8820
|
}
|
|
8755
|
-
html:not(#__):not(#___) .cadmin .input-group-item.input-group-
|
|
8756
|
-
|
|
8757
|
-
|
|
8821
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item .form-control-inset, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item .form-control-inset {
|
|
8822
|
+
margin-bottom: 0.125rem;
|
|
8823
|
+
margin-top: 0.1875rem;
|
|
8758
8824
|
}
|
|
8759
8825
|
html:not(#__):not(#___) .cadmin .input-group-inset {
|
|
8760
8826
|
flex-grow: 1;
|
|
8761
8827
|
order: 5;
|
|
8762
8828
|
width: 1%;
|
|
8763
8829
|
}
|
|
8764
|
-
html:not(#__):not(#___) .cadmin .input-group-inset
|
|
8765
|
-
border-color: #80acff;
|
|
8766
|
-
}
|
|
8767
|
-
html:not(#__):not(#___) .cadmin .input-group-inset[readonly] ~ .input-group-inset-item {
|
|
8768
|
-
background-color: #fff;
|
|
8769
|
-
border-color: #e7e7ed;
|
|
8770
|
-
}
|
|
8771
|
-
html:not(#__):not(#___) .cadmin .input-group-inset:focus {
|
|
8830
|
+
html:not(#__):not(#___) .cadmin .input-group-inset:focus, html:not(#__):not(#___) .cadmin .input-group-inset.focus {
|
|
8772
8831
|
box-shadow: none;
|
|
8773
8832
|
}
|
|
8774
|
-
html:not(#__):not(#___) .cadmin .input-group-inset:focus ~ .input-group-inset-item {
|
|
8833
|
+
html:not(#__):not(#___) .cadmin .input-group-inset:focus ~ .input-group-inset-item, html:not(#__):not(#___) .cadmin .input-group-inset.focus ~ .input-group-inset-item {
|
|
8775
8834
|
background-color: #f0f5ff;
|
|
8776
8835
|
border-color: #80acff;
|
|
8777
8836
|
}
|
|
8778
|
-
html:not(#__):not(#___) .cadmin .input-group-inset:disabled ~ .input-group-inset-item {
|
|
8837
|
+
html:not(#__):not(#___) .cadmin .input-group-inset:disabled ~ .input-group-inset-item, html:not(#__):not(#___) .cadmin .input-group-inset.disabled ~ .input-group-inset-item {
|
|
8779
8838
|
background-color: #f1f2f5;
|
|
8780
8839
|
border-color: #f1f2f5;
|
|
8781
8840
|
}
|
|
8782
8841
|
html:not(#__):not(#___) .cadmin .input-group-inset ~ .form-feedback-group {
|
|
8783
8842
|
order: 13;
|
|
8784
8843
|
}
|
|
8844
|
+
html:not(#__):not(#___) .cadmin .input-group-inset[readonly] ~ .input-group-inset-item {
|
|
8845
|
+
background-color: #fff;
|
|
8846
|
+
border-color: #e7e7ed;
|
|
8847
|
+
}
|
|
8848
|
+
html:not(#__):not(#___) .cadmin .input-group-inset[readonly]:focus ~ .input-group-inset-item, html:not(#__):not(#___) .cadmin .input-group-inset[readonly].focus ~ .input-group-inset-item {
|
|
8849
|
+
border-color: #80acff;
|
|
8850
|
+
}
|
|
8785
8851
|
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item {
|
|
8786
8852
|
align-items: center;
|
|
8787
8853
|
background-color: #f1f2f5;
|
|
@@ -10193,8 +10259,8 @@ html:not(#__):not(#___) .cadmin .nav-link:focus {
|
|
|
10193
10259
|
z-index: 1;
|
|
10194
10260
|
}
|
|
10195
10261
|
html:not(#__):not(#___) .cadmin .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-link.disabled {
|
|
10196
|
-
box-shadow: none;
|
|
10197
10262
|
color: #a7a9bc;
|
|
10263
|
+
box-shadow: none;
|
|
10198
10264
|
cursor: not-allowed;
|
|
10199
10265
|
}
|
|
10200
10266
|
html:not(#__):not(#___) .cadmin .nav-link:disabled:active, html:not(#__):not(#___) .cadmin .nav-link.disabled:active {
|
|
@@ -10273,6 +10339,7 @@ html:not(#__):not(#___) .cadmin .nav-link-monospaced .lexicon-icon {
|
|
|
10273
10339
|
margin-top: 0;
|
|
10274
10340
|
}
|
|
10275
10341
|
html:not(#__):not(#___) .cadmin .nav-item {
|
|
10342
|
+
overflow-wrap: break-word;
|
|
10276
10343
|
word-wrap: break-word;
|
|
10277
10344
|
}
|
|
10278
10345
|
html:not(#__):not(#___) .cadmin .nav-item[class*=col-] {
|
|
@@ -10280,6 +10347,40 @@ html:not(#__):not(#___) .cadmin .nav-item[class*=col-] {
|
|
|
10280
10347
|
padding-right: 0;
|
|
10281
10348
|
text-align: center;
|
|
10282
10349
|
}
|
|
10350
|
+
html:not(#__):not(#___) .cadmin .nav-divider {
|
|
10351
|
+
margin-left: 8px;
|
|
10352
|
+
padding-left: 8px;
|
|
10353
|
+
position: relative;
|
|
10354
|
+
}
|
|
10355
|
+
html:not(#__):not(#___) .cadmin .nav-divider::before {
|
|
10356
|
+
background-color: #6b6c7e;
|
|
10357
|
+
content: "";
|
|
10358
|
+
display: block;
|
|
10359
|
+
height: 16px;
|
|
10360
|
+
left: 0;
|
|
10361
|
+
margin-top: -8px;
|
|
10362
|
+
position: absolute;
|
|
10363
|
+
top: 50%;
|
|
10364
|
+
width: 1px;
|
|
10365
|
+
z-index: 2;
|
|
10366
|
+
}
|
|
10367
|
+
html:not(#__):not(#___) .cadmin .nav-divider-end {
|
|
10368
|
+
margin-right: 8px;
|
|
10369
|
+
padding-right: 8px;
|
|
10370
|
+
position: relative;
|
|
10371
|
+
}
|
|
10372
|
+
html:not(#__):not(#___) .cadmin .nav-divider-end::after {
|
|
10373
|
+
background-color: #6b6c7e;
|
|
10374
|
+
content: "";
|
|
10375
|
+
display: block;
|
|
10376
|
+
height: 16px;
|
|
10377
|
+
margin-top: -8px;
|
|
10378
|
+
position: absolute;
|
|
10379
|
+
right: 0;
|
|
10380
|
+
top: 50%;
|
|
10381
|
+
width: 1px;
|
|
10382
|
+
z-index: 2;
|
|
10383
|
+
}
|
|
10283
10384
|
html:not(#__):not(#___) .cadmin .nav-text-truncate {
|
|
10284
10385
|
display: inline-block;
|
|
10285
10386
|
margin-bottom: -6px;
|
|
@@ -10291,12 +10392,6 @@ html:not(#__):not(#___) .cadmin .nav-text-truncate {
|
|
|
10291
10392
|
html:not(#__):not(#___) .cadmin .dropdown-toggle .nav-text-truncate {
|
|
10292
10393
|
max-width: calc(100% - 24px);
|
|
10293
10394
|
}
|
|
10294
|
-
html:not(#__):not(#___) .cadmin .nav-form {
|
|
10295
|
-
padding-bottom: 10px;
|
|
10296
|
-
padding-left: 8px;
|
|
10297
|
-
padding-right: 8px;
|
|
10298
|
-
padding-top: 10px;
|
|
10299
|
-
}
|
|
10300
10395
|
html:not(#__):not(#___) .cadmin .nav .nav-form {
|
|
10301
10396
|
padding-bottom: 0;
|
|
10302
10397
|
padding-left: 16px;
|
|
@@ -10328,17 +10423,35 @@ html:not(#__):not(#___) .cadmin .nav-stacked .nav-form {
|
|
|
10328
10423
|
html:not(#__):not(#___) .cadmin .nav-unstyled {
|
|
10329
10424
|
flex-wrap: nowrap;
|
|
10330
10425
|
}
|
|
10331
|
-
html:not(#__):not(#___) .cadmin .nav-unstyled .nav-btn {
|
|
10332
|
-
margin: 0 4px;
|
|
10333
|
-
padding: 0 4px;
|
|
10334
|
-
}
|
|
10335
10426
|
html:not(#__):not(#___) .cadmin .nav-unstyled .nav-link {
|
|
10336
10427
|
line-height: 32px;
|
|
10337
|
-
padding: 0
|
|
10428
|
+
padding-bottom: 0;
|
|
10429
|
+
padding-left: 4px;
|
|
10430
|
+
padding-right: 4px;
|
|
10431
|
+
padding-top: 0;
|
|
10432
|
+
}
|
|
10433
|
+
html:not(#__):not(#___) .cadmin .nav-unstyled .nav-link > .c-inner {
|
|
10434
|
+
margin-bottom: 0;
|
|
10435
|
+
margin-left: -4px;
|
|
10436
|
+
margin-right: -4px;
|
|
10437
|
+
margin-top: 0;
|
|
10338
10438
|
}
|
|
10339
10439
|
html:not(#__):not(#___) .cadmin .nav-unstyled .nav-link-monospaced {
|
|
10340
10440
|
margin: 0 4px;
|
|
10341
10441
|
}
|
|
10442
|
+
html:not(#__):not(#___) .cadmin .nav-unstyled .nav-btn {
|
|
10443
|
+
margin: 0 4px;
|
|
10444
|
+
padding-bottom: 0;
|
|
10445
|
+
padding-left: 4px;
|
|
10446
|
+
padding-right: 4px;
|
|
10447
|
+
padding-top: 0;
|
|
10448
|
+
}
|
|
10449
|
+
html:not(#__):not(#___) .cadmin .nav-unstyled .nav-btn .c-inner {
|
|
10450
|
+
margin-bottom: 0;
|
|
10451
|
+
margin-left: -4px;
|
|
10452
|
+
margin-right: -4px;
|
|
10453
|
+
margin-top: 0;
|
|
10454
|
+
}
|
|
10342
10455
|
html:not(#__):not(#___) .cadmin .nav-nested {
|
|
10343
10456
|
flex-direction: column;
|
|
10344
10457
|
flex-wrap: nowrap;
|
|
@@ -10444,9 +10557,6 @@ html:not(#__):not(#___) .cadmin .nav-tabs {
|
|
|
10444
10557
|
border-bottom: 1px solid transparent;
|
|
10445
10558
|
font-size: 14px;
|
|
10446
10559
|
}
|
|
10447
|
-
html:not(#__):not(#___) .cadmin .nav-tabs .nav-item {
|
|
10448
|
-
margin-bottom: -1px;
|
|
10449
|
-
}
|
|
10450
10560
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
|
|
10451
10561
|
border-color: transparent;
|
|
10452
10562
|
border-style: solid;
|
|
@@ -10479,8 +10589,8 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
|
|
|
10479
10589
|
}
|
|
10480
10590
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.active {
|
|
10481
10591
|
background-color: #fff;
|
|
10482
|
-
border-color: transparent transparent #fff;
|
|
10483
10592
|
color: #272833;
|
|
10593
|
+
border-color: transparent transparent #fff;
|
|
10484
10594
|
}
|
|
10485
10595
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.disabled {
|
|
10486
10596
|
background-color: transparent;
|
|
@@ -10489,18 +10599,16 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:disabled, html:not(#__):not(
|
|
|
10489
10599
|
color: #a7a9bc;
|
|
10490
10600
|
}
|
|
10491
10601
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.show {
|
|
10492
|
-
background-color:
|
|
10493
|
-
border-color: transparent transparent #fff;
|
|
10602
|
+
background-color: transparent;
|
|
10494
10603
|
color: #272833;
|
|
10604
|
+
border-color: transparent transparent transparent transparent;
|
|
10495
10605
|
}
|
|
10496
10606
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link > .c-inner {
|
|
10497
10607
|
margin-bottom: -4.5px;
|
|
10498
10608
|
margin-top: -4.5px;
|
|
10499
10609
|
}
|
|
10500
|
-
html:not(#__):not(#___) .cadmin .nav-tabs .nav-item
|
|
10501
|
-
|
|
10502
|
-
color: #272833;
|
|
10503
|
-
background-color: transparent;
|
|
10610
|
+
html:not(#__):not(#___) .cadmin .nav-tabs .nav-item {
|
|
10611
|
+
margin-bottom: -1px;
|
|
10504
10612
|
}
|
|
10505
10613
|
html:not(#__):not(#___) .cadmin .nav-tabs .dropdown-menu {
|
|
10506
10614
|
border-top-left-radius: 0;
|
|
@@ -10545,6 +10653,14 @@ html:not(#__):not(#___) .cadmin .nav-underline .nav-link {
|
|
|
10545
10653
|
transition: none;
|
|
10546
10654
|
}
|
|
10547
10655
|
}
|
|
10656
|
+
html:not(#__):not(#___) .cadmin .nav-underline .nav-link::after {
|
|
10657
|
+
bottom: 0;
|
|
10658
|
+
display: block;
|
|
10659
|
+
position: absolute;
|
|
10660
|
+
left: 0;
|
|
10661
|
+
right: 0;
|
|
10662
|
+
width: auto;
|
|
10663
|
+
}
|
|
10548
10664
|
html:not(#__):not(#___) .cadmin .nav-underline .nav-link:focus {
|
|
10549
10665
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
10550
10666
|
outline: 0;
|
|
@@ -10552,6 +10668,11 @@ html:not(#__):not(#___) .cadmin .nav-underline .nav-link:focus {
|
|
|
10552
10668
|
html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active {
|
|
10553
10669
|
color: #272833;
|
|
10554
10670
|
}
|
|
10671
|
+
html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active::after {
|
|
10672
|
+
background-color: #80acff;
|
|
10673
|
+
content: "";
|
|
10674
|
+
height: 2px;
|
|
10675
|
+
}
|
|
10555
10676
|
html:not(#__):not(#___) .cadmin .nav-underline .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-underline .nav-link.disabled {
|
|
10556
10677
|
box-shadow: none;
|
|
10557
10678
|
color: #a7a9bc;
|
|
@@ -10563,25 +10684,6 @@ html:not(#__):not(#___) .cadmin .nav-underline .nav-link > .c-inner {
|
|
|
10563
10684
|
margin-bottom: -9px;
|
|
10564
10685
|
margin-top: -9px;
|
|
10565
10686
|
}
|
|
10566
|
-
html:not(#__):not(#___) .cadmin .nav-underline .nav-item.show .nav-link {
|
|
10567
|
-
color: #272833;
|
|
10568
|
-
}
|
|
10569
|
-
html:not(#__):not(#___) .cadmin .nav-underline .nav-link::after {
|
|
10570
|
-
bottom: 0;
|
|
10571
|
-
display: block;
|
|
10572
|
-
position: absolute;
|
|
10573
|
-
left: 0;
|
|
10574
|
-
right: 0;
|
|
10575
|
-
width: auto;
|
|
10576
|
-
}
|
|
10577
|
-
html:not(#__):not(#___) .cadmin .nav-underline .nav-item .nav-link.active:after {
|
|
10578
|
-
background-color: #80acff;
|
|
10579
|
-
}
|
|
10580
|
-
html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active:after,
|
|
10581
|
-
html:not(#__):not(#___) .cadmin .nav-underline .nav-item.show .nav-link:after {
|
|
10582
|
-
content: "";
|
|
10583
|
-
height: 2px;
|
|
10584
|
-
}
|
|
10585
10687
|
html:not(#__):not(#___) .cadmin .menubar {
|
|
10586
10688
|
position: relative;
|
|
10587
10689
|
}
|
|
@@ -20660,16 +20762,32 @@ html:not(#__):not(#___) .cadmin .embed-responsive video {
|
|
|
20660
20762
|
width: 100%;
|
|
20661
20763
|
}
|
|
20662
20764
|
html:not(#__):not(#___) .cadmin .embed-responsive-21by9::before {
|
|
20663
|
-
padding-top:
|
|
20765
|
+
padding-top: calc(
|
|
20766
|
+
9 /
|
|
20767
|
+
21 *
|
|
20768
|
+
100%
|
|
20769
|
+
);
|
|
20664
20770
|
}
|
|
20665
20771
|
html:not(#__):not(#___) .cadmin .embed-responsive-16by9::before {
|
|
20666
|
-
padding-top:
|
|
20772
|
+
padding-top: calc(
|
|
20773
|
+
9 /
|
|
20774
|
+
16 *
|
|
20775
|
+
100%
|
|
20776
|
+
);
|
|
20667
20777
|
}
|
|
20668
20778
|
html:not(#__):not(#___) .cadmin .embed-responsive-4by3::before {
|
|
20669
|
-
padding-top:
|
|
20779
|
+
padding-top: calc(
|
|
20780
|
+
3 /
|
|
20781
|
+
4 *
|
|
20782
|
+
100%
|
|
20783
|
+
);
|
|
20670
20784
|
}
|
|
20671
20785
|
html:not(#__):not(#___) .cadmin .embed-responsive-1by1::before {
|
|
20672
|
-
padding-top:
|
|
20786
|
+
padding-top: calc(
|
|
20787
|
+
1 /
|
|
20788
|
+
1 *
|
|
20789
|
+
100%
|
|
20790
|
+
);
|
|
20673
20791
|
}
|
|
20674
20792
|
html:not(#__):not(#___) .cadmin .flex-row {
|
|
20675
20793
|
flex-direction: row !important;
|