@ieeesa-npm/shared-styles 0.4.6 → 0.4.7
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/variables.scss +3 -0
package/package.json
CHANGED
package/styles/variables.scss
CHANGED
|
@@ -140,6 +140,9 @@ $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
|
|
|
140
140
|
$ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
|
|
141
141
|
$ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
|
|
142
142
|
0px 4px 24px 0px rgba(0, 0, 0, 0.5);
|
|
143
|
+
$ieeesa-box-shadow-20: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
|
|
144
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.3);
|
|
145
|
+
$ieeesa-box-shadow-21: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
|
143
146
|
// Angular Material mat-button styles
|
|
144
147
|
$ieeesa-primary-btn-active: #00629b;
|
|
145
148
|
$ieeesa-primary-btn-hover: #003e65;
|