@ieeesa-npm/shared-styles 0.5.1 → 0.5.2
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 +10 -2
package/package.json
CHANGED
package/styles/mixins.scss
CHANGED
package/styles/theme.scss
CHANGED
package/styles/variables.scss
CHANGED
|
@@ -143,6 +143,12 @@ $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);
|
|
149
|
+
$ieeesa-confirmation-modal-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
150
|
+
$ieeesa-modal-box-shadow: 0px 3px 0px 0px #00b5e2 inset,
|
|
151
|
+
0px 4px 24px 0px rgba(0, 0, 0, 0.5);
|
|
146
152
|
// Angular Material mat-button styles
|
|
147
153
|
$ieeesa-primary-btn-active: #00629b;
|
|
148
154
|
$ieeesa-primary-btn-hover: #003e65;
|
|
@@ -160,7 +166,6 @@ $ieeesa-primary-brand-10: #002c37;
|
|
|
160
166
|
$ieeesa-primary-brand-30: #0188aa;
|
|
161
167
|
$ieeesa-dark-grey-20: #333436;
|
|
162
168
|
$ieeesa-dark-grey-30: #4a4d50;
|
|
163
|
-
$ieeesa-dark-grey-20: #333436;
|
|
164
169
|
$ieeesa-dark-grey-99: #f4f8fe;
|
|
165
170
|
$ieeesa-dark-grey-95: #dbe2eb;
|
|
166
171
|
$ieeesa-brand-grey-50: #777a7e;
|
|
@@ -207,13 +212,16 @@ $ieeesa-invalid-form-field-border: 2px solid $ieeesa-red;
|
|
|
207
212
|
$ieeesa-ripple-border-bottom-color: #878b8f;
|
|
208
213
|
$ieeesa-mat-expansion-panel-bg-color: #f3f5f7;
|
|
209
214
|
$ieeesa-form-field-content-color: #49454f;
|
|
210
|
-
$ieeesa-form-field-content-font-size:
|
|
215
|
+
$ieeesa-form-field-content-font-size: 1rem;
|
|
216
|
+
$ieeesa-form-field-label-font-size: 0.75rem;
|
|
211
217
|
$ieeesa-breadcrumb-font-color: #787579;
|
|
212
218
|
$ieeesa-data-table-head-color: #323232;
|
|
213
219
|
$ieeesa-toggle-btn-group-radius: 0.25em;
|
|
214
220
|
$ieeesa-calendar-bg-color: #ffffff;
|
|
215
221
|
$ieeesa-nav-menu-item-hover-bg-color: #dae9f1;
|
|
216
222
|
$ieeesa-nav-menu-item-focus-bg-color: #c0deef;
|
|
223
|
+
$ieeesa-table-footer-label: rgba(0, 0, 0, 0.60);
|
|
224
|
+
$ieeesa-table-pagination-range: rgba(0, 0, 0, 0.87);
|
|
217
225
|
$ieeesa-chips-background: linear-gradient(
|
|
218
226
|
0deg,
|
|
219
227
|
rgba(0, 98, 155, 0.05) 0%,
|