@asd20/ui 3.2.790 → 3.2.792
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/package.json
CHANGED
|
@@ -675,7 +675,6 @@ export default {
|
|
|
675
675
|
.asd20-salary-calculator-template {
|
|
676
676
|
@include typography;
|
|
677
677
|
@include template;
|
|
678
|
-
|
|
679
678
|
display: flex;
|
|
680
679
|
flex-direction: column;
|
|
681
680
|
flex-grow: 1;
|
|
@@ -685,20 +684,20 @@ export default {
|
|
|
685
684
|
.asd20-notification-group--floating {
|
|
686
685
|
position: absolute;
|
|
687
686
|
top: space(2);
|
|
688
|
-
.bell {
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
}
|
|
687
|
+
// .bell {
|
|
688
|
+
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
689
|
+
// svg {
|
|
690
|
+
// fill: var(--color__accent) !important;
|
|
691
|
+
// }
|
|
692
|
+
// span {
|
|
693
|
+
// background: var(--color__accent) !important;
|
|
694
|
+
// top: inherit !important;
|
|
695
|
+
// right: inherit !important;
|
|
696
|
+
// width: 1.2rem !important;
|
|
697
|
+
// height: 1.2rem !important;
|
|
698
|
+
// font-size: 0.75rem !important;
|
|
699
|
+
// }
|
|
700
|
+
// }
|
|
702
701
|
}
|
|
703
702
|
.salary-calculator {
|
|
704
703
|
margin: space(2);
|