@ieeesa-npm/shared-styles 0.3.5 → 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.
|
@@ -208,5 +208,10 @@
|
|
|
208
208
|
<path d="M234.883 40.8579V49.6914L245.41 45.8633L240.279 39.0527C238.546 36.7527 234.883 37.9782 234.883 40.8579Z" fill="#9BA0A6"/>
|
|
209
209
|
<path opacity="0.14" d="M234.883 39.5469V67.4922L269.589 166.812C270.367 169.038 272.377 170.602 274.726 170.809L280.679 171.335C282.68 171.511 284.637 170.675 285.892 169.106L290.027 163.937C290.97 162.759 291.251 161.182 290.773 159.75L281.302 163.538C278.122 164.811 274.524 163.167 273.404 159.93L240.625 65.1953L239.477 38.0156C238.005 36.0536 234.883 37.0943 234.883 39.5469Z" fill="#463A01"/>
|
|
210
210
|
</symbol>
|
|
211
|
+
<symbol id="icon-more" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
212
|
+
<circle cx="12" cy="6.5" r="1.5" fill="#00629B"/>
|
|
213
|
+
<circle cx="12" cy="12.5" r="1.5" fill="#00629B"/>
|
|
214
|
+
<circle cx="12" cy="18.5" r="1.5" fill="#00629B"/>
|
|
215
|
+
</symbol>
|
|
211
216
|
</defs>
|
|
212
217
|
</svg>
|
package/package.json
CHANGED
package/styles/variables.scss
CHANGED
|
@@ -98,6 +98,9 @@ $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;
|
|
103
|
+
$ieeesa-list-background-color: #f4f5f7;
|
|
101
104
|
// Box-shadow options
|
|
102
105
|
$ieeesa-box-shadow-1: 0px 1px 2px rgba(0, 0, 0, 0.3),
|
|
103
106
|
0px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
|
@@ -133,6 +136,7 @@ $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #00B
|
|
|
133
136
|
$ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
|
|
134
137
|
0px 1px 1px 0px rgba(0, 0, 0, 0.3);
|
|
135
138
|
$ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
|
|
139
|
+
$ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
|
|
136
140
|
// Angular Material mat-button styles
|
|
137
141
|
$ieeesa-primary-btn-active: #00629b;
|
|
138
142
|
$ieeesa-primary-btn-hover: #003e65;
|