@ieeesa-npm/shared-styles 0.3.6 → 0.3.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
|
@@ -98,6 +98,8 @@ $ieeesa-button-bg-gray: #383838;
|
|
|
98
98
|
$ieeesa-light-surface-variant: #daf1fe;
|
|
99
99
|
$ieeesa-border-blue: #b2b7be;
|
|
100
100
|
$ieeesa-background-light-blue: #eaf3f9;
|
|
101
|
+
$ieeesa-dark-gray: #ccd2da;
|
|
102
|
+
$ieeesa-data-table-columns-header: #dae9f1;
|
|
101
103
|
$ieeesa-list-background-color: #f4f5f7;
|
|
102
104
|
// Box-shadow options
|
|
103
105
|
$ieeesa-box-shadow-1: 0px 1px 2px rgba(0, 0, 0, 0.3),
|
|
@@ -134,6 +136,7 @@ $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #00B
|
|
|
134
136
|
$ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
|
|
135
137
|
0px 1px 1px 0px rgba(0, 0, 0, 0.3);
|
|
136
138
|
$ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
|
|
139
|
+
$ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
|
|
137
140
|
// Angular Material mat-button styles
|
|
138
141
|
$ieeesa-primary-btn-active: #00629b;
|
|
139
142
|
$ieeesa-primary-btn-hover: #003e65;
|