@ieeesa-npm/shared-styles 0.1.3 → 0.1.5
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/theme.scss +38 -6
- package/styles/typography.scss +4 -4
- package/styles/variables.scss +4 -0
package/package.json
CHANGED
package/styles/theme.scss
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
.mat-mdc-button.mat-mdc-button-base {
|
|
7
7
|
&.mat-primary-button,
|
|
8
8
|
&.mat-secondary-button,
|
|
9
|
-
&.mat-tertiary-button
|
|
9
|
+
&.mat-tertiary-button,
|
|
10
|
+
&.mat-text-button {
|
|
10
11
|
min-width: 103px;
|
|
11
12
|
width: auto;
|
|
12
13
|
min-height: 40px;
|
|
@@ -16,7 +17,7 @@
|
|
|
16
17
|
padding: 0.625em 1.5em;
|
|
17
18
|
border: none;
|
|
18
19
|
@include set-font-style(
|
|
19
|
-
$ieeesa-font-calibri-
|
|
20
|
+
$ieeesa-font-calibri-bold,
|
|
20
21
|
$ieeesa-font-style-normal,
|
|
21
22
|
$ieeesa-font-wt-700,
|
|
22
23
|
$ieeesa-font-size-16,
|
|
@@ -75,6 +76,20 @@
|
|
|
75
76
|
color: $ieeesa-background-dark-color;
|
|
76
77
|
opacity: $ieeesa-opacity-point-38;
|
|
77
78
|
}
|
|
79
|
+
|
|
80
|
+
&.mat-text-button {
|
|
81
|
+
color: $ieeesa-blue;
|
|
82
|
+
&:hover {
|
|
83
|
+
background: $ieeesa-tertiary-btn-hover;
|
|
84
|
+
}
|
|
85
|
+
&:active {
|
|
86
|
+
background: $ieeesa-tertiary-btn-hover;
|
|
87
|
+
}
|
|
88
|
+
&:disabled {
|
|
89
|
+
color: $ieeesa-title-color;
|
|
90
|
+
opacity: $ieeesa-opacity-point-38;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
78
93
|
}
|
|
79
94
|
.ieeesa-text-button {
|
|
80
95
|
color: $ieeesa-outline-variant;
|
|
@@ -105,7 +120,7 @@
|
|
|
105
120
|
.mat-button-toggle-group {
|
|
106
121
|
.mat-button-toggle-label-content {
|
|
107
122
|
@include set-font-style(
|
|
108
|
-
$ieeesa-font-calibri-
|
|
123
|
+
$ieeesa-font-calibri-bold,
|
|
109
124
|
$ieeesa-font-style-normal,
|
|
110
125
|
$ieeesa-font-wt-700,
|
|
111
126
|
$ieeesa-font-size-16,
|
|
@@ -134,15 +149,32 @@
|
|
|
134
149
|
}
|
|
135
150
|
}
|
|
136
151
|
}
|
|
152
|
+
.cdk-overlay-pane {
|
|
153
|
+
.mat-mdc-tooltip .mdc-tooltip__surface {
|
|
154
|
+
color: #525252;
|
|
155
|
+
padding: 6px 12px;
|
|
156
|
+
font-family: $ieeesa-font-calibri-regular;
|
|
157
|
+
font-size: $ieeesa-font-size-16;
|
|
158
|
+
border: 1px solid $ieeesa-outline-variant;
|
|
159
|
+
background: $ieeesa-white;
|
|
160
|
+
box-shadow: $ieeesa-box-shadow-11;
|
|
161
|
+
max-width: unset !important;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
.cdk-overlay-pane {
|
|
165
|
+
.mat-mdc-option .mdc-list-item__primary-text {
|
|
166
|
+
font-family: $ieeesa-font-calibri-regular !important;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
137
169
|
// Modal component styles
|
|
138
170
|
.cdk-overlay-pane {
|
|
139
171
|
&.ieeesa-modal-confirm-dialog,
|
|
140
172
|
&.ieeesa-modal-dialog,
|
|
141
173
|
&.ieeesa-alert-dialog {
|
|
142
|
-
|
|
174
|
+
width: 100%;
|
|
143
175
|
min-width: 312px;
|
|
144
|
-
|
|
145
|
-
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
146
178
|
|
|
147
179
|
.mat-mdc-form-field {
|
|
148
180
|
@include set-font-style(
|
package/styles/typography.scss
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
}
|
|
97
97
|
.ieeesa-title-lg-bold-24 {
|
|
98
98
|
@include set-font-style(
|
|
99
|
-
$ieeesa-font-calibri-
|
|
99
|
+
$ieeesa-font-calibri-bold,
|
|
100
100
|
$ieeesa-font-style-normal,
|
|
101
101
|
$ieeesa-font-wt-700,
|
|
102
102
|
$ieeesa-font-size-24,
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
}
|
|
141
141
|
.ieeesa-label-lg-bold-16 {
|
|
142
142
|
@include set-font-style(
|
|
143
|
-
$ieeesa-font-calibri-
|
|
143
|
+
$ieeesa-font-calibri-bold,
|
|
144
144
|
$ieeesa-font-style-normal,
|
|
145
145
|
$ieeesa-font-wt-700,
|
|
146
146
|
$ieeesa-font-size-16,
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
}
|
|
185
185
|
.ieeesa-body-lg-bold-18 {
|
|
186
186
|
@include set-font-style(
|
|
187
|
-
$ieeesa-font-calibri-
|
|
187
|
+
$ieeesa-font-calibri-bold,
|
|
188
188
|
$ieeesa-font-style-normal,
|
|
189
189
|
$ieeesa-font-wt-700,
|
|
190
190
|
$ieeesa-font-size-18,
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
}
|
|
229
229
|
.ieeesa-body-sm-bold-14 {
|
|
230
230
|
@include set-font-style(
|
|
231
|
-
$ieeesa-font-calibri-
|
|
231
|
+
$ieeesa-font-calibri-bold,
|
|
232
232
|
$ieeesa-font-style-normal,
|
|
233
233
|
$ieeesa-font-wt-700,
|
|
234
234
|
$ieeesa-font-size-14,
|
package/styles/variables.scss
CHANGED
|
@@ -117,6 +117,7 @@ $ieeesa-box-shadow-7: 0px 3px 0px 0px #11b7e5 inset,
|
|
|
117
117
|
0px 4px 24px 0px rgba(0, 0, 0, 0.5);
|
|
118
118
|
$ieeesa-box-shadow-9: 0px 0px 4px 0px rgba(0, 0, 0, 0.5) inset;
|
|
119
119
|
$ieeesa-box-shadow-10: 0px 1px 0px 0px rgb(220, 227, 233) inset;
|
|
120
|
+
$ieeesa-box-shadow-11: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
|
|
120
121
|
// Angular Material mat-button styles
|
|
121
122
|
$ieeesa-primary-btn-active: #00629b;
|
|
122
123
|
$ieeesa-primary-btn-hover: #003e65;
|
|
@@ -138,6 +139,7 @@ $ieeesa-brand-grey-50: #777a7e;
|
|
|
138
139
|
$ieeesa-brand-grey-70: #9ba0a6;
|
|
139
140
|
$ieeesa-outline-variant: #cac4d0;
|
|
140
141
|
$ieeesa-dark-grey: #63666a;
|
|
142
|
+
$ieeesa-brand-dark-grey: #1c1d1e;
|
|
141
143
|
$ieeesa-neutral-variant-50: #79747e;
|
|
142
144
|
$ieeesa-success-color: #c0deef;
|
|
143
145
|
$ieeesa-error-color: #f9dedc;
|
|
@@ -148,3 +150,5 @@ $ieeesa-form-field-background: linear-gradient(
|
|
|
148
150
|
rgba(0, 98, 155, 0.05) 100%
|
|
149
151
|
),
|
|
150
152
|
#fffbfe;
|
|
153
|
+
$ieeesa-neutral-60: #939094;
|
|
154
|
+
$ieeesa-revision-cycle-background: #f2f2f2;
|