@ieeesa-npm/shared-styles 0.4.8 → 0.5.0
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 -0
- package/styles/theme.scss +4 -0
- package/styles/variables.scss +5 -1
package/package.json
CHANGED
package/styles/mixins.scss
CHANGED
package/styles/theme.scss
CHANGED
package/styles/variables.scss
CHANGED
|
@@ -143,6 +143,9 @@ $ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
|
|
|
143
143
|
$ieeesa-box-shadow-20: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
|
|
144
144
|
0px 1px 2px 0px rgba(0, 0, 0, 0.3);
|
|
145
145
|
$ieeesa-box-shadow-21: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
|
146
|
+
$ieeesa-box-shadow-22: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
147
|
+
$ieeesa-box-shadow-23: 0px 1px 0px 0px #DBE2EB inset;
|
|
148
|
+
$ieeesa-box-shadow-24: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
|
|
146
149
|
// Angular Material mat-button styles
|
|
147
150
|
$ieeesa-primary-btn-active: #00629b;
|
|
148
151
|
$ieeesa-primary-btn-hover: #003e65;
|
|
@@ -160,7 +163,6 @@ $ieeesa-primary-brand-10: #002c37;
|
|
|
160
163
|
$ieeesa-primary-brand-30: #0188aa;
|
|
161
164
|
$ieeesa-dark-grey-20: #333436;
|
|
162
165
|
$ieeesa-dark-grey-30: #4a4d50;
|
|
163
|
-
$ieeesa-dark-grey-20: #333436;
|
|
164
166
|
$ieeesa-dark-grey-99: #f4f8fe;
|
|
165
167
|
$ieeesa-dark-grey-95: #dbe2eb;
|
|
166
168
|
$ieeesa-brand-grey-50: #777a7e;
|
|
@@ -214,3 +216,5 @@ $ieeesa-toggle-btn-group-radius: 0.25em;
|
|
|
214
216
|
$ieeesa-calendar-bg-color: #ffffff;
|
|
215
217
|
$ieeesa-nav-menu-item-hover-bg-color: #dae9f1;
|
|
216
218
|
$ieeesa-nav-menu-item-focus-bg-color: #c0deef;
|
|
219
|
+
$ieeesa-table-footer-label: rgba(0, 0, 0, 0.60);
|
|
220
|
+
$ieeesa-table-pagination-range: rgba(0, 0, 0, 0.87);
|