@ieeesa-npm/shared-styles 0.5.4 → 0.5.6
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 +1 -1
- package/styles/mixins.scss +1 -1
- package/styles/variables.scss +1 -0
package/package.json
CHANGED
package/styles/mixins.scss
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
@return rotate($deg);
|
|
84
84
|
}
|
|
85
85
|
@mixin set-form-field-border-and-background() {
|
|
86
|
-
background: $ieeesa-form-field-background;
|
|
86
|
+
background: $ieeesa-form-field-background !important;
|
|
87
87
|
border-top: $ieeesa-border-width solid $ieeesa-dark-grey-60;
|
|
88
88
|
border-right: $ieeesa-border-width solid $ieeesa-dark-grey-60;
|
|
89
89
|
border-left: $ieeesa-border-width solid $ieeesa-dark-grey-60;
|
package/styles/variables.scss
CHANGED
|
@@ -149,6 +149,7 @@ $ieeesa-box-shadow-24: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba
|
|
|
149
149
|
$ieeesa-confirmation-modal-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
150
150
|
$ieeesa-modal-box-shadow: 0px 3px 0px 0px #00b5e2 inset,
|
|
151
151
|
0px 4px 24px 0px rgba(0, 0, 0, 0.5);
|
|
152
|
+
$ieeesa-box-shadow-25: 0px 4px 0px 0px #00B5E2 inset;
|
|
152
153
|
// Angular Material mat-button styles
|
|
153
154
|
$ieeesa-primary-btn-active: #00629b;
|
|
154
155
|
$ieeesa-primary-btn-hover: #003e65;
|