@softheon/armature 10.30.1 → 10.30.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.
|
@@ -221,6 +221,29 @@ mat-button-toggle-group {
|
|
|
221
221
|
|
|
222
222
|
/** Material Overrides */
|
|
223
223
|
|
|
224
|
+
button.mat-button {
|
|
225
|
+
&.sof-button {
|
|
226
|
+
padding: 0px 24px !important;
|
|
227
|
+
height: 48px !important;
|
|
228
|
+
border-radius: 6px !important;
|
|
229
|
+
font-family: Poppins !important;
|
|
230
|
+
font-style: normal !important;
|
|
231
|
+
font-weight: 600 !important;
|
|
232
|
+
font-size: 16px !important;
|
|
233
|
+
line-height: 24px !important;
|
|
234
|
+
letter-spacing: 0.05em !important;
|
|
235
|
+
text-transform: uppercase !important;
|
|
236
|
+
|
|
237
|
+
&.fixed-width {
|
|
238
|
+
width: 200px !important; // Use this is to match specific sizing
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
&.full-width {
|
|
242
|
+
width: 100% !important; // Use this is button width will take size of flex percentage
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
224
247
|
button.mat-flat-button {
|
|
225
248
|
&.sof-flat-button {
|
|
226
249
|
padding: 0px 24px !important;
|