@enki-tek/fms-web-components 0.0.86 → 0.0.88
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.
@@ -1,16 +1,6 @@
|
|
1
1
|
@import './../variable.scss';
|
2
2
|
@import './../common.scss';
|
3
3
|
|
4
|
-
:global(.accordion-item:first-of-type) {
|
5
|
-
border-top-left-radius: 1.25rem;
|
6
|
-
border-top-right-radius: 1.25rem;
|
7
|
-
}
|
8
|
-
|
9
|
-
:global(.accordion-item:first-of-type .accordion-button) {
|
10
|
-
border-top-left-radius: calc(1.25rem - 1px);
|
11
|
-
border-top-right-radius: calc(1.25rem - 1px);
|
12
|
-
}
|
13
|
-
|
14
4
|
:global(.accordion-body) {
|
15
5
|
@extend %common-Accordion-font;
|
16
6
|
color: $gray-600;
|
@@ -22,6 +12,7 @@
|
|
22
12
|
:global(.accordion-button) {
|
23
13
|
@extend %common-Accordion-font;
|
24
14
|
font-size: 17px;
|
15
|
+
font-weight: 600;
|
25
16
|
}
|
26
17
|
|
27
18
|
:global(.accordion-button:focus) {
|
@@ -584,14 +584,6 @@ export let stayOpen = true;
|
|
584
584
|
font-weight: 400;
|
585
585
|
line-height: normal;
|
586
586
|
}
|
587
|
-
:global(.accordion-item:first-of-type) {
|
588
|
-
border-top-left-radius: 1.25rem;
|
589
|
-
border-top-right-radius: 1.25rem;
|
590
|
-
}
|
591
|
-
:global(.accordion-item:first-of-type .accordion-button) {
|
592
|
-
border-top-left-radius: calc(1.25rem - 1px);
|
593
|
-
border-top-right-radius: calc(1.25rem - 1px);
|
594
|
-
}
|
595
587
|
:global(.accordion-body) {
|
596
588
|
color: #6C757D;
|
597
589
|
font-size: 16px;
|
@@ -600,6 +592,7 @@ export let stayOpen = true;
|
|
600
592
|
:global(.accordion-button:not(.collapsed)),
|
601
593
|
:global(.accordion-button) {
|
602
594
|
font-size: 17px;
|
595
|
+
font-weight: 600;
|
603
596
|
}
|
604
597
|
:global(.accordion-button:focus) {
|
605
598
|
box-shadow: none;
|
@@ -585,14 +585,6 @@ export let header;
|
|
585
585
|
font-weight: 400;
|
586
586
|
line-height: normal;
|
587
587
|
}
|
588
|
-
:global(.accordion-item:first-of-type) {
|
589
|
-
border-top-left-radius: 1.25rem;
|
590
|
-
border-top-right-radius: 1.25rem;
|
591
|
-
}
|
592
|
-
:global(.accordion-item:first-of-type .accordion-button) {
|
593
|
-
border-top-left-radius: calc(1.25rem - 1px);
|
594
|
-
border-top-right-radius: calc(1.25rem - 1px);
|
595
|
-
}
|
596
588
|
:global(.accordion-body) {
|
597
589
|
color: #6C757D;
|
598
590
|
font-size: 16px;
|
@@ -601,6 +593,7 @@ export let header;
|
|
601
593
|
:global(.accordion-button:not(.collapsed)),
|
602
594
|
:global(.accordion-button) {
|
603
595
|
font-size: 17px;
|
596
|
+
font-weight: 600;
|
604
597
|
}
|
605
598
|
:global(.accordion-button:focus) {
|
606
599
|
box-shadow: none;
|