@softheon/armature 17.17.1 → 17.18.0

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.
Files changed (128) hide show
  1. package/README.md +6 -67
  2. package/ag-grid-components/package.json +3 -0
  3. package/assets/styles/{arm-theme.scss → _arm-theme.scss} +1 -0
  4. package/assets/styles/_responsive.scss +85 -0
  5. package/assets/styles/_typography.scss +180 -0
  6. package/assets/styles/_utility.scss +118 -29
  7. package/assets/styles/_variables.scss +2 -1
  8. package/assets/styles/deprecated/_button-deprecated.scss +1123 -0
  9. package/assets/styles/deprecated/_dialog-deprecated.scss +33 -0
  10. package/assets/styles/deprecated/_material-override-deprecated.scss +41 -0
  11. package/assets/styles/deprecated/_table-deprecated.scss +108 -0
  12. package/assets/styles/deprecated/_tooltip-deprecated.scss +93 -0
  13. package/assets/styles/material-override/_button-toggle-group.scss +122 -0
  14. package/assets/styles/material-override/_button.scss +266 -0
  15. package/assets/styles/material-override/_calendar.scss +85 -0
  16. package/assets/styles/material-override/_checkbox.scss +130 -0
  17. package/assets/styles/material-override/_chip.scss +254 -0
  18. package/assets/styles/material-override/_form-field.scss +137 -0
  19. package/assets/styles/material-override/_radio-button.scss +96 -0
  20. package/assets/styles/material-override/_slider.scss +102 -0
  21. package/assets/styles/material-override/_switch.scss +204 -0
  22. package/assets/styles/material-override/_tooltip.scss +2 -0
  23. package/assets/styles/sof-styles.scss +59 -3483
  24. package/esm2022/ag-grid-components/src/ag-grid-components.module.mjs +5 -5
  25. package/esm2022/ag-grid-components/src/column-options-modal/column-options.component.mjs +4 -4
  26. package/esm2022/ag-grid-components/src/sof-table/sof-table.component.mjs +4 -4
  27. package/esm2022/ag-grid-components/src/table-cell/table-cell.component.mjs +4 -4
  28. package/esm2022/lib/alert-banner/alert-banner.module.mjs +5 -5
  29. package/esm2022/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +4 -4
  30. package/esm2022/lib/alert-banner/services/alert-banner.service.mjs +4 -4
  31. package/esm2022/lib/armature.module.mjs +14 -14
  32. package/esm2022/lib/base-components/base-component.module.mjs +5 -5
  33. package/esm2022/lib/base-components/confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe.mjs +4 -4
  34. package/esm2022/lib/base-components/confirm-address/sof-confirm-address/sof-confirm-address.component.mjs +4 -4
  35. package/esm2022/lib/base-components/confirm-address/sof-confirm-address-county-change/sof-confirm-address-county-change.component.mjs +4 -4
  36. package/esm2022/lib/base-components/sof-alert/sof-alert.component.mjs +4 -4
  37. package/esm2022/lib/base-components/sof-badge/sof-badge.component.mjs +4 -4
  38. package/esm2022/lib/base-components/sof-banner/sof-banner.component.mjs +4 -4
  39. package/esm2022/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +4 -4
  40. package/esm2022/lib/base-components/sof-handle/sof-handle.component.mjs +4 -4
  41. package/esm2022/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.mjs +5 -5
  42. package/esm2022/lib/base-components/sof-input-stepper/sof-input-stepper.component.mjs +4 -4
  43. package/esm2022/lib/base-components/sof-modal/sof-modal.component.mjs +8 -5
  44. package/esm2022/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +4 -4
  45. package/esm2022/lib/base-components/sof-radio-card/sof-radio-card.component.mjs +5 -5
  46. package/esm2022/lib/base-components/sof-simple-alert/sof-simple-alert.component.mjs +4 -4
  47. package/esm2022/lib/base-components/sof-star-rating/sof-star-rating.component.mjs +4 -4
  48. package/esm2022/lib/base-components/sof-utility-button/sof-utility-button.component.mjs +5 -5
  49. package/esm2022/lib/component-save-print/components/component-save-print/component-save-print.component.mjs +4 -4
  50. package/esm2022/lib/component-save-print/services/component-save-print.service.mjs +4 -4
  51. package/esm2022/lib/component-save-print/sof-ar-component-save-print.module.mjs +5 -5
  52. package/esm2022/lib/core/client-generated/api/session.service.mjs +4 -4
  53. package/esm2022/lib/core/components/app-template/app-template.component.mjs +4 -4
  54. package/esm2022/lib/core/initializer/initializer.service.mjs +4 -4
  55. package/esm2022/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +4 -4
  56. package/esm2022/lib/core/services/authorization.service.mjs +4 -4
  57. package/esm2022/lib/core/services/banner.service.mjs +4 -4
  58. package/esm2022/lib/core/services/base-config.service.mjs +4 -4
  59. package/esm2022/lib/core/services/default-config.service.mjs +4 -4
  60. package/esm2022/lib/core/services/federated-module.service.mjs +4 -4
  61. package/esm2022/lib/core/services/session.service.mjs +4 -6
  62. package/esm2022/lib/core/services/user-entity.service.mjs +4 -4
  63. package/esm2022/lib/distributed-cache/client-generated/api/cache.service.mjs +4 -4
  64. package/esm2022/lib/distributed-cache/distributed-cache.module.mjs +5 -5
  65. package/esm2022/lib/distributed-cache/services/server-cache.service.mjs +4 -4
  66. package/esm2022/lib/error/components/error-common/error-common.component.mjs +4 -4
  67. package/esm2022/lib/error/error.module.mjs +5 -5
  68. package/esm2022/lib/faq/components/faq/faq.component.mjs +4 -4
  69. package/esm2022/lib/faq/faq.module.mjs +5 -5
  70. package/esm2022/lib/feedback-tool/components/feedback-tool/feedback-tool.component.mjs +4 -4
  71. package/esm2022/lib/feedback-tool/feedback-tool.module.mjs +5 -5
  72. package/esm2022/lib/footer/components/footer/footer.component.mjs +4 -4
  73. package/esm2022/lib/footer/components/site-map/site-map.component.mjs +4 -4
  74. package/esm2022/lib/footer/footer.module.mjs +5 -5
  75. package/esm2022/lib/forms/components/sof-address/sof-address.component.mjs +4 -4
  76. package/esm2022/lib/forms/directives/alphanumeric/alphanumeric.directive.mjs +4 -4
  77. package/esm2022/lib/forms/directives/date-input-filter/date-input-filter.directive.mjs +4 -4
  78. package/esm2022/lib/forms/directives/input-trim/input-trim.directive.mjs +4 -4
  79. package/esm2022/lib/forms/directives/letters-characters/letters-characters.directive.mjs +4 -4
  80. package/esm2022/lib/forms/directives/letters-only/letters-only.directive.mjs +4 -4
  81. package/esm2022/lib/forms/directives/numbers-only/numbers-only.directive.mjs +4 -4
  82. package/esm2022/lib/forms/forms.module.mjs +5 -5
  83. package/esm2022/lib/forms/pipes/phone-format.pipe.mjs +4 -4
  84. package/esm2022/lib/forms/services/alert.service.mjs +4 -4
  85. package/esm2022/lib/header/components/header/header.component.mjs +4 -4
  86. package/esm2022/lib/header/components/mobile-header-menu/mobile-header-menu.component.mjs +4 -4
  87. package/esm2022/lib/header/components/sof-header-portal/sof-header-portal.component.mjs +4 -4
  88. package/esm2022/lib/header/components/sof-header-portal/user-initials-pipe/user-initials.pipe.mjs +4 -4
  89. package/esm2022/lib/header/header.module.mjs +5 -5
  90. package/esm2022/lib/navigation/components/navigation/navigation.component.mjs +6 -6
  91. package/esm2022/lib/navigation/components/sof-breadcrumbs/sof-breadcrumbs-hierarchy/sof-breadcrumbs-hierarchy.component.mjs +4 -4
  92. package/esm2022/lib/navigation/components/sof-breadcrumbs/sof-breadcrumbs-history/sof-breadcrumbs-history.component.mjs +4 -4
  93. package/esm2022/lib/navigation/components/sof-navigation-panel/sof-nav-panel.component.mjs +4 -4
  94. package/esm2022/lib/navigation/components/sof-sub-navigation/sof-sub-navigation.component.mjs +4 -4
  95. package/esm2022/lib/navigation/components/sof-tabs-navigation/sof-tabs.component.mjs +4 -4
  96. package/esm2022/lib/navigation/navigation.module.mjs +5 -5
  97. package/esm2022/lib/oauth/oauth.module.mjs +5 -5
  98. package/esm2022/lib/oauth/services/hybrid-saml-oauth.service.mjs +4 -4
  99. package/esm2022/lib/rbac/directives/rbac-action.directive.mjs +4 -4
  100. package/esm2022/lib/rbac/rbac.module.mjs +5 -5
  101. package/esm2022/lib/rbac/services/ar-role-nav.service.mjs +4 -4
  102. package/esm2022/lib/rbac/services/oauth2-role.service.mjs +4 -4
  103. package/esm2022/lib/resize-panels/components/resize-panels/resize-panels.component.mjs +4 -4
  104. package/esm2022/lib/resize-panels/resize-panels.module.mjs +5 -5
  105. package/esm2022/lib/rum/rum.module.mjs +5 -5
  106. package/esm2022/lib/rum/services/rum.service.mjs +4 -4
  107. package/esm2022/lib/rum/services/shared-error.service.mjs +4 -4
  108. package/esm2022/lib/rum/services/softheon-error-handler.service.mjs +4 -4
  109. package/esm2022/lib/saml/components/redirect-saml/redirect-saml.component.mjs +4 -4
  110. package/esm2022/lib/saml/saml.module.mjs +5 -5
  111. package/esm2022/lib/saml/services/entry/sso-gateway-entry.service.mjs +4 -4
  112. package/esm2022/lib/saml/services/send-off/saml.service.mjs +4 -4
  113. package/esm2022/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.mjs +4 -4
  114. package/esm2022/lib/sof-pipe/pipes/sof-date/sof-date.pipe.mjs +4 -4
  115. package/esm2022/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.mjs +4 -4
  116. package/esm2022/lib/sof-pipe/sof-pipe.module.mjs +5 -5
  117. package/esm2022/lib/theming/directives/css-override.directive.mjs +4 -4
  118. package/esm2022/lib/theming/services/theme.service.mjs +4 -4
  119. package/esm2022/lib/theming/theme.module.mjs +6 -6
  120. package/fesm2022/softheon-armature-ag-grid-components.mjs +13 -13
  121. package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
  122. package/fesm2022/softheon-armature.mjs +314 -313
  123. package/fesm2022/softheon-armature.mjs.map +1 -1
  124. package/lib/armature.module.d.ts +4 -4
  125. package/lib/base-components/sof-modal/sof-modal.component.d.ts +3 -0
  126. package/lib/theming/theme.module.d.ts +1 -1
  127. package/package.json +1 -1
  128. package/assets/styles/material-overrides.scss +0 -361
@@ -0,0 +1,1123 @@
1
+ @use "@angular/material" as mat;
2
+ @use "../arm-theme" as theme;
3
+
4
+ // @deprecated replace with "/material-override/button"
5
+
6
+ button.mat-mdc-button {
7
+ --mat-mdc-button-persistent-ripple-color: none !important;
8
+ --mdc-text-button-label-text-color: none !important;
9
+ --mat-text-button-ripple-color: rgba(0, 0, 0, 0.05) !important;
10
+
11
+ &.sof-button {
12
+ padding: 0px 24px !important;
13
+ height: 48px !important;
14
+ border-radius: 6px !important;
15
+ font-family: Poppins !important;
16
+ font-style: normal !important;
17
+ font-weight: 600 !important;
18
+ font-size: 16px !important;
19
+ line-height: 24px !important;
20
+ letter-spacing: 0.05em !important;
21
+ text-transform: uppercase !important;
22
+
23
+ &.fixed-width {
24
+ width: 200px !important; // Use this is to match specific sizing
25
+ }
26
+
27
+ &.full-width {
28
+ width: 100% !important; // Use this is button width will take size of flex percentage
29
+ }
30
+
31
+ &:enabled {
32
+ &.mat-primary {
33
+ color: mat.get-color-from-palette(theme.$arm-primary, 500);
34
+
35
+ &:hover {
36
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 50);
37
+ }
38
+
39
+ &:focus {
40
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
41
+ outline-offset: 2px !important;
42
+ }
43
+ }
44
+
45
+ &.mat-accent {
46
+ color: mat.get-color-from-palette(theme.$arm-accent, 500);
47
+
48
+ &:hover {
49
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 50);
50
+ }
51
+
52
+ &:focus {
53
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
54
+ outline-offset: 2px !important;
55
+ }
56
+ }
57
+
58
+ &.mat-warn {
59
+ color: mat.get-color-from-palette(theme.$arm-warn, 500);
60
+
61
+ &:hover {
62
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 50);
63
+ }
64
+
65
+ &:focus {
66
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
67
+ outline-offset: 2px !important;
68
+ }
69
+ }
70
+
71
+ &.mat-success {
72
+ color: mat.get-color-from-palette(theme.$arm-success, 500);
73
+
74
+ &:hover {
75
+ background-color: mat.get-color-from-palette(theme.$arm-success, 50);
76
+ }
77
+
78
+ &:focus {
79
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
80
+ outline-offset: 2px !important;
81
+ }
82
+ }
83
+
84
+ &.mat-error {
85
+ color: mat.get-color-from-palette(theme.$arm-error, 900);
86
+
87
+ &:hover {
88
+ background-color: mat.get-color-from-palette(theme.$arm-error, 50);
89
+ }
90
+
91
+ &:focus {
92
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
93
+ outline-offset: 2px !important;
94
+ }
95
+ }
96
+
97
+ &.mat-info {
98
+ color: mat.get-color-from-palette(theme.$arm-info, 500);
99
+
100
+ &:hover {
101
+ background-color: mat.get-color-from-palette(theme.$arm-info, 50);
102
+ }
103
+
104
+ &:focus {
105
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
106
+ outline-offset: 2px !important;
107
+ }
108
+ }
109
+
110
+ &.mat-neutral {
111
+ color: mat.get-color-from-palette(theme.$arm-neutral, 500);
112
+
113
+ &:hover {
114
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 50);
115
+ }
116
+
117
+ &:focus {
118
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
119
+ outline-offset: 2px !important;
120
+ }
121
+ }
122
+ }
123
+
124
+ &:disabled {
125
+ color: rgba(0, 0, 0, 0.6) !important;
126
+ opacity: 1 !important;
127
+ }
128
+ }
129
+
130
+ &.sof-button[size="small"] {
131
+ height: 36px !important;
132
+
133
+ i {
134
+ font-size: 1em !important;
135
+ }
136
+ }
137
+
138
+ &.sof-button[size="medium"] {
139
+ height: 48px !important;
140
+
141
+ i {
142
+ font-size: 1em !important;
143
+ }
144
+ }
145
+
146
+ &.sof-button[size="large"] {
147
+ height: 56px !important;
148
+
149
+ i {
150
+ font-size: 1.15em !important;
151
+ }
152
+ }
153
+
154
+ &.sof-icon-button {
155
+ border-radius: 6px !important;
156
+ padding: 0px !important;
157
+
158
+ &:enabled {
159
+ &.mat-primary {
160
+ color: mat.get-color-from-palette(theme.$arm-primary, 500);
161
+
162
+ &:hover {
163
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 50);
164
+ }
165
+
166
+ &:focus {
167
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
168
+ outline-offset: 2px !important;
169
+ }
170
+ }
171
+
172
+ &.mat-accent {
173
+ color: mat.get-color-from-palette(theme.$arm-accent, 500);
174
+
175
+ &:hover {
176
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 50);
177
+ }
178
+
179
+ &:focus {
180
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
181
+ outline-offset: 2px !important;
182
+ }
183
+ }
184
+
185
+ &.mat-warn {
186
+ color: mat.get-color-from-palette(theme.$arm-warn, 500);
187
+
188
+ &:hover {
189
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 50);
190
+ }
191
+
192
+ &:focus {
193
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
194
+ outline-offset: 2px !important;
195
+ }
196
+ }
197
+
198
+ &.mat-success {
199
+ color: mat.get-color-from-palette(theme.$arm-success, 500);
200
+
201
+ &:hover {
202
+ background-color: mat.get-color-from-palette(theme.$arm-success, 50);
203
+ }
204
+
205
+ &:focus {
206
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
207
+ outline-offset: 2px !important;
208
+ }
209
+ }
210
+
211
+ &.mat-error {
212
+ color: mat.get-color-from-palette(theme.$arm-error, 900);
213
+
214
+ &:hover {
215
+ background-color: mat.get-color-from-palette(theme.$arm-error, 50);
216
+ }
217
+
218
+ &:focus {
219
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
220
+ outline-offset: 2px !important;
221
+ }
222
+ }
223
+
224
+ &.mat-info {
225
+ color: mat.get-color-from-palette(theme.$arm-info, 500);
226
+
227
+ &:hover {
228
+ background-color: mat.get-color-from-palette(theme.$arm-info, 50);
229
+ }
230
+
231
+ &:focus {
232
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
233
+ outline-offset: 2px !important;
234
+ }
235
+ }
236
+
237
+ &.mat-neutral {
238
+ color: mat.get-color-from-palette(theme.$arm-neutral, 500);
239
+
240
+ &:hover {
241
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 50);
242
+ }
243
+
244
+ &:focus {
245
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
246
+ outline-offset: 2px !important;
247
+ }
248
+ }
249
+ }
250
+
251
+ &:disabled {
252
+ color: rgba(0, 0, 0, 0.6) !important;
253
+ opacity: 1 !important;
254
+ }
255
+ }
256
+
257
+ &.sof-icon-button[size="small"] {
258
+ height: 36px !important;
259
+ width: 36px !important;
260
+ min-width: 36px !important;
261
+ font-size: 19px !important;
262
+ }
263
+
264
+ &.sof-icon-button[size="medium"] {
265
+ height: 48px !important;
266
+ width: 48px !important;
267
+ min-width: 48px !important;
268
+ font-size: 26px !important;
269
+ }
270
+
271
+ &.sof-icon-button[size="large"] {
272
+ height: 56px !important;
273
+ width: 56px !important;
274
+ min-width: 56px !important;
275
+ font-size: 26px !important;
276
+ }
277
+ }
278
+
279
+ button.mat-mdc-unelevated-button {
280
+ --mat-mdc-button-persistent-ripple-color: none !important;
281
+ --mdc-filled-button-label-text-color: none !important;
282
+ --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1) !important;
283
+
284
+
285
+ &.sof-flat-button {
286
+ padding: 0px 24px !important;
287
+ height: 48px !important;
288
+ border-radius: 6px !important;
289
+ font-family: Poppins !important;
290
+ font-style: normal !important;
291
+ font-weight: 600 !important;
292
+ font-size: 16px !important;
293
+ line-height: 24px !important;
294
+ letter-spacing: 0.05em !important;
295
+ text-transform: uppercase !important;
296
+
297
+
298
+ &.fixed-width {
299
+ width: 200px !important; // Use this is to match specific sizing
300
+ }
301
+
302
+ &.full-width {
303
+ width: 100% !important; // Use this is button width will take size of flex percentage
304
+ }
305
+
306
+ &:enabled {
307
+
308
+ &.mat-primary {
309
+ background: mat.get-color-from-palette(theme.$arm-primary, 500);
310
+ color: map-get(theme.$arm-primary, contrast, 500);
311
+
312
+ &:hover {
313
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 700);
314
+ color: map-get(theme.$arm-primary, contrast, 700);
315
+ }
316
+
317
+ &:focus {
318
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
319
+ outline-offset: 2px !important;
320
+ }
321
+ }
322
+
323
+ &.mat-accent {
324
+ background: mat.get-color-from-palette(theme.$arm-accent, 500);
325
+ color: map-get(theme.$arm-accent, contrast, 500);
326
+
327
+ &:hover {
328
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 700);
329
+ color: map-get(theme.$arm-accent, contrast, 700);
330
+ }
331
+
332
+ &:focus {
333
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
334
+ outline-offset: 2px !important;
335
+ }
336
+ }
337
+
338
+ &.mat-warn {
339
+ background: mat.get-color-from-palette(theme.$arm-warn, 500);
340
+ color: map-get(theme.$arm-warn, contrast, 500);
341
+
342
+ &:hover {
343
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 700);
344
+ color: map-get(theme.$arm-warn, contrast, 700);
345
+ }
346
+
347
+ &:focus {
348
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
349
+ outline-offset: 2px !important;
350
+ }
351
+ }
352
+
353
+ &.mat-success {
354
+ background: mat.get-color-from-palette(theme.$arm-success, 500);
355
+ color: map-get(theme.$arm-success, contrast, 500);
356
+
357
+ &:hover {
358
+ background-color: mat.get-color-from-palette(theme.$arm-success, 700);
359
+ color: map-get(theme.$arm-success, contrast, 700);
360
+ }
361
+
362
+ &:focus {
363
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
364
+ outline-offset: 2px !important;
365
+ }
366
+ }
367
+
368
+ &.mat-error {
369
+ background: mat.get-color-from-palette(theme.$arm-error, 900);
370
+ color: map-get(theme.$arm-error, contrast, 900);
371
+
372
+ &:hover {
373
+ background-color: mat.get-color-from-palette(theme.$arm-error, 700);
374
+ color: map-get(theme.$arm-error, contrast, 700);
375
+ }
376
+
377
+ &:focus {
378
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
379
+ outline-offset: 2px !important;
380
+ }
381
+ }
382
+
383
+ &.mat-info {
384
+ background: mat.get-color-from-palette(theme.$arm-info, 500);
385
+ color: map-get(theme.$arm-info, contrast, 500);
386
+
387
+ &:hover {
388
+ background-color: mat.get-color-from-palette(theme.$arm-info, 700);
389
+ color: map-get(theme.$arm-info, contrast, 700);
390
+ }
391
+
392
+ &:focus {
393
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
394
+ outline-offset: 2px !important;
395
+ }
396
+ }
397
+
398
+ &.mat-neutral {
399
+ background: mat.get-color-from-palette(theme.$arm-neutral, 500);
400
+ color: map-get(theme.$arm-neutral, contrast, 500);
401
+
402
+ &:hover {
403
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 700);
404
+ color: map-get(theme.$arm-neutral, contrast, 700);
405
+ }
406
+
407
+ &:focus {
408
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
409
+ outline-offset: 2px !important;
410
+ }
411
+ }
412
+ }
413
+
414
+ &:disabled {
415
+ background: #f7f7f7 !important;
416
+ color: rgba(0, 0, 0, 0.6) !important;
417
+ opacity: 1 !important;
418
+ }
419
+ }
420
+
421
+ &.sof-flat-button[size="small"] {
422
+ height: 36px !important;
423
+
424
+ i {
425
+ font-size: 1em !important;
426
+ }
427
+ }
428
+
429
+ &.sof-flat-button[size="medium"] {
430
+ height: 48px !important;
431
+
432
+ i {
433
+ font-size: 1em !important;
434
+ }
435
+ }
436
+
437
+ &.sof-flat-button[size="large"] {
438
+ height: 56px !important;
439
+
440
+ i {
441
+ font-size: 1.15em !important;
442
+ }
443
+ }
444
+
445
+ &.sof-flat-icon-button {
446
+ border-radius: 6px !important;
447
+ padding: 0px !important;
448
+
449
+ &:enabled {
450
+
451
+ &.mat-primary {
452
+ background: mat.get-color-from-palette(theme.$arm-primary, 500);
453
+ color: map-get(theme.$arm-primary, contrast, 500);
454
+
455
+ &:focus {
456
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
457
+ outline-offset: 2px !important;
458
+ }
459
+
460
+ &:hover {
461
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 700);
462
+ color: map-get(theme.$arm-primary, contrast, 700);
463
+ }
464
+ }
465
+
466
+ &.mat-accent {
467
+ background: mat.get-color-from-palette(theme.$arm-accent, 500);
468
+ color: map-get(theme.$arm-accent, contrast, 500);
469
+
470
+ &:hover {
471
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 700);
472
+ color: map-get(theme.$arm-accent, contrast, 700);
473
+ }
474
+
475
+ &:focus {
476
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
477
+ outline-offset: 2px !important;
478
+ }
479
+ }
480
+
481
+ &.mat-warn {
482
+ background: mat.get-color-from-palette(theme.$arm-warn, 500);
483
+ color: map-get(theme.$arm-warn, contrast, 500);
484
+
485
+ &:hover {
486
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 700);
487
+ color: map-get(theme.$arm-warn, contrast, 700);
488
+ }
489
+
490
+ &:focus {
491
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
492
+ outline-offset: 2px !important;
493
+ }
494
+ }
495
+
496
+ &.mat-success {
497
+ background: mat.get-color-from-palette(theme.$arm-success, 500);
498
+ color: map-get(theme.$arm-success, contrast, 500);
499
+
500
+ &:hover {
501
+ background-color: mat.get-color-from-palette(theme.$arm-success, 700);
502
+ color: map-get(theme.$arm-success, contrast, 700);
503
+ }
504
+
505
+ &:focus {
506
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
507
+ outline-offset: 2px !important;
508
+ }
509
+ }
510
+
511
+ &.mat-error {
512
+ background: mat.get-color-from-palette(theme.$arm-error, 900);
513
+ color: map-get(theme.$arm-error, contrast, 900);
514
+
515
+ &:hover {
516
+ background-color: mat.get-color-from-palette(theme.$arm-error, 700);
517
+ color: map-get(theme.$arm-error, contrast, 700);
518
+ }
519
+
520
+ &:focus {
521
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
522
+ outline-offset: 2px !important;
523
+ }
524
+ }
525
+
526
+ &.mat-info {
527
+ background: mat.get-color-from-palette(theme.$arm-info, 500);
528
+ color: map-get(theme.$arm-info, contrast, 500);
529
+
530
+ &:hover {
531
+ background-color: mat.get-color-from-palette(theme.$arm-info, 700);
532
+ color: map-get(theme.$arm-info, contrast, 700);
533
+ }
534
+
535
+ &:focus {
536
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
537
+ outline-offset: 2px !important;
538
+ }
539
+ }
540
+
541
+ &.mat-neutral {
542
+ background: mat.get-color-from-palette(theme.$arm-neutral, 500);
543
+ color: map-get(theme.$arm-neutral, contrast, 500);
544
+
545
+ &:hover {
546
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 700);
547
+ color: map-get(theme.$arm-neutral, contrast, 700);
548
+ }
549
+
550
+ &:focus {
551
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
552
+ outline-offset: 2px !important;
553
+ }
554
+ }
555
+ }
556
+
557
+ &:disabled {
558
+ background: #f7f7f7 !important;
559
+ color: rgba(0, 0, 0, 0.6) !important;
560
+ opacity: 1 !important;
561
+ }
562
+ }
563
+
564
+ &.sof-flat-icon-button[size="small"] {
565
+ height: 36px !important;
566
+ width: 36px !important;
567
+ min-width: 36px !important;
568
+ font-size: 19px !important;
569
+ }
570
+
571
+ &.sof-flat-icon-button[size="medium"] {
572
+ height: 48px !important;
573
+ width: 48px !important;
574
+ min-width: 48px !important;
575
+ font-size: 26px !important;
576
+ }
577
+
578
+ &.sof-flat-icon-button[size="large"] {
579
+ height: 56px !important;
580
+ width: 56px !important;
581
+ min-width: 56px !important;
582
+ font-size: 26px !important;
583
+ }
584
+ }
585
+
586
+ button.mat-mdc-outlined-button {
587
+ --mat-mdc-button-persistent-ripple-color: none !important;
588
+ --mdc-outlined-button-label-text-color: none !important;
589
+ --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.05) !important;
590
+
591
+ &.sof-stroked-button {
592
+ padding: 0px 24px !important;
593
+ height: 48px !important;
594
+ border: none !important;
595
+ border-radius: 6px !important;
596
+ font-family: Poppins !important;
597
+ font-style: normal !important;
598
+ font-weight: 600 !important;
599
+ font-size: 16px !important;
600
+ line-height: 24px !important;
601
+ letter-spacing: 0.05em !important;
602
+ text-transform: uppercase !important;
603
+
604
+ &.fixed-width {
605
+ width: 200px !important; // Use this is to match specific sizing
606
+ }
607
+
608
+ &.full-width {
609
+ width: 100% !important; // Use this is button width will take size of flex percentage
610
+ }
611
+
612
+ &:enabled {
613
+ &.mat-primary {
614
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 50) !important;
615
+ color: mat.get-color-from-palette(theme.$arm-primary, 500) !important;
616
+
617
+ &:hover {
618
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 100) !important;
619
+ }
620
+
621
+ &:focus {
622
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
623
+ outline-offset: 2px !important;
624
+ }
625
+ }
626
+
627
+ &.mat-accent {
628
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 50) !important;
629
+ color: mat.get-color-from-palette(theme.$arm-accent, 500) !important;
630
+
631
+ &:hover {
632
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 100) !important;
633
+ }
634
+
635
+ &:focus {
636
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
637
+ outline-offset: 2px !important;
638
+ }
639
+ }
640
+
641
+ &.mat-warn {
642
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 50) !important;
643
+ color: mat.get-color-from-palette(theme.$arm-warn, 500) !important;
644
+
645
+ &:hover {
646
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 100) !important;
647
+ }
648
+
649
+ &:focus {
650
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
651
+ outline-offset: 2px !important;
652
+ }
653
+ }
654
+
655
+ &.mat-success {
656
+ background-color: mat.get-color-from-palette(theme.$arm-success, 50) !important;
657
+ color: mat.get-color-from-palette(theme.$arm-success, 500) !important;
658
+
659
+ &:hover {
660
+ background-color: mat.get-color-from-palette(theme.$arm-success, 100) !important;
661
+ }
662
+
663
+ &:focus {
664
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
665
+ outline-offset: 2px !important;
666
+ }
667
+ }
668
+
669
+ &.mat-info {
670
+ background-color: mat.get-color-from-palette(theme.$arm-info, 50) !important;
671
+ color: mat.get-color-from-palette(theme.$arm-info, 500) !important;
672
+
673
+ &:hover {
674
+ background-color: mat.get-color-from-palette(theme.$arm-info, 100) !important;
675
+ }
676
+
677
+ &:focus {
678
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
679
+ outline-offset: 2px !important;
680
+ }
681
+ }
682
+
683
+ &.mat-error {
684
+ background-color: mat.get-color-from-palette(theme.$arm-error, 50) !important;
685
+ color: mat.get-color-from-palette(theme.$arm-error, 900) !important;
686
+
687
+ &:hover {
688
+ background-color: mat.get-color-from-palette(theme.$arm-error, 100) !important;
689
+ }
690
+
691
+ &:focus {
692
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
693
+ outline-offset: 2px !important;
694
+ }
695
+ }
696
+
697
+ &.mat-neutral {
698
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 50) !important;
699
+ color: mat.get-color-from-palette(theme.$arm-neutral, 500) !important;
700
+
701
+ &:hover {
702
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 100) !important;
703
+ }
704
+
705
+ &:focus {
706
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
707
+ outline-offset: 2px !important;
708
+ }
709
+ }
710
+ }
711
+
712
+ &:disabled {
713
+ background: #f7f7f7 !important;
714
+ color: rgba(0, 0, 0, 0.6) !important;
715
+ opacity: 1 !important;
716
+ }
717
+ }
718
+
719
+ &.sof-stroked-button-outline {
720
+ padding: 0px 24px !important;
721
+ height: 48px !important;
722
+ background-color: #ffffff !important;
723
+ border-radius: 6px !important;
724
+ font-family: Poppins !important;
725
+ font-style: normal !important;
726
+ font-weight: 600 !important;
727
+ font-size: 16px !important;
728
+ line-height: 24px !important;
729
+ letter-spacing: 0.05em !important;
730
+ text-transform: uppercase !important;
731
+
732
+ &.fixed-width {
733
+ width: 200px !important; // Use this is to match specific sizing
734
+ }
735
+
736
+ &.full-width {
737
+ width: 100% !important; // Use this is button width will take size of flex percentage
738
+ }
739
+
740
+ &:enabled {
741
+ &.mat-primary {
742
+ border: 2px solid mat.get-color-from-palette(theme.$arm-primary, 500) !important;
743
+ color: mat.get-color-from-palette(theme.$arm-primary, 500) !important;
744
+
745
+ &:hover {
746
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 50) !important;
747
+ }
748
+
749
+ &:focus {
750
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
751
+ outline-offset: 2px !important;
752
+ }
753
+ }
754
+
755
+ &.mat-accent {
756
+ border: 2px solid mat.get-color-from-palette(theme.$arm-accent, 500) !important;
757
+ color: mat.get-color-from-palette(theme.$arm-accent, 500) !important;
758
+
759
+ &:hover {
760
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 50) !important;
761
+ }
762
+
763
+ &:focus {
764
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
765
+ outline-offset: 2px !important;
766
+ }
767
+ }
768
+
769
+ &.mat-warn {
770
+ border: 2px solid mat.get-color-from-palette(theme.$arm-warn, 500) !important;
771
+ color: mat.get-color-from-palette(theme.$arm-warn, 500) !important;
772
+
773
+ &:hover {
774
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 50) !important;
775
+ }
776
+
777
+ &:focus {
778
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
779
+ outline-offset: 2px !important;
780
+ }
781
+ }
782
+
783
+ &.mat-success {
784
+ border: 2px solid mat.get-color-from-palette(theme.$arm-success, 500) !important;
785
+ color: mat.get-color-from-palette(theme.$arm-success, 50) !important;
786
+
787
+ &:hover {
788
+ background-color: mat.get-color-from-palette(theme.$arm-success, 100) !important;
789
+ }
790
+
791
+ &:focus {
792
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
793
+ outline-offset: 2px !important;
794
+ }
795
+ }
796
+
797
+ &.mat-error {
798
+ border: 2px solid mat.get-color-from-palette(theme.$arm-error, 900) !important;
799
+ color: mat.get-color-from-palette(theme.$arm-error, 900) !important;
800
+
801
+ &:hover {
802
+ background-color: mat.get-color-from-palette(theme.$arm-error, 50) !important;
803
+ }
804
+
805
+ &:focus {
806
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
807
+ outline-offset: 2px !important;
808
+ }
809
+ }
810
+
811
+ &.mat-info {
812
+ border: 2px solid mat.get-color-from-palette(theme.$arm-info, 500) !important;
813
+ color: mat.get-color-from-palette(theme.$arm-info, 500) !important;
814
+
815
+ &:hover {
816
+ background-color: mat.get-color-from-palette(theme.$arm-info, 50) !important;
817
+ }
818
+
819
+ &:focus {
820
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
821
+ outline-offset: 2px !important;
822
+ }
823
+ }
824
+
825
+ &.mat-neutral {
826
+ border: 2px solid mat.get-color-from-palette(theme.$arm-neutral, 500) !important;
827
+ color: mat.get-color-from-palette(theme.$arm-neutral, 500) !important;
828
+
829
+ &:hover {
830
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 50) !important;
831
+ }
832
+
833
+ &:focus {
834
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
835
+ outline-offset: 2px !important;
836
+ }
837
+ }
838
+ }
839
+
840
+ &:disabled {
841
+ background: #f7f7f7 !important;
842
+ color: rgba(0, 0, 0, 0.6) !important;
843
+ border: 2px solid rgba(0, 0, 0, 0.38) !important;
844
+ opacity: 1 !important;
845
+ }
846
+ }
847
+
848
+ &.sof-stroked-button[size="small"],
849
+ &.sof-stroked-button-outline[size="small"] {
850
+ height: 36px !important;
851
+
852
+ i {
853
+ font-size: 1em !important;
854
+ }
855
+ }
856
+
857
+ &.sof-stroked-button[size="medium"],
858
+ &.sof-stroked-button-outline[size="medium"] {
859
+ height: 48px !important;
860
+
861
+ i {
862
+ font-size: 1em !important;
863
+ }
864
+ }
865
+
866
+ &.sof-stroked-button[size="large"],
867
+ &.sof-stroked-button-outline[size="large"] {
868
+ height: 56px !important;
869
+
870
+ i {
871
+ font-size: 1.15em !important;
872
+ }
873
+ }
874
+
875
+ &.sof-stroked-icon-button {
876
+ border: none !important;
877
+ border-radius: 6px !important;
878
+ padding: 0px !important;
879
+
880
+ &:enabled {
881
+ &.mat-primary {
882
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 50) !important;
883
+ color: mat.get-color-from-palette(theme.$arm-primary, 500) !important;
884
+
885
+ &:hover {
886
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 100) !important;
887
+ }
888
+
889
+ &:focus {
890
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
891
+ outline-offset: 2px !important;
892
+ }
893
+ }
894
+
895
+ &.mat-accent {
896
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 50) !important;
897
+ color: mat.get-color-from-palette(theme.$arm-accent, 500) !important;
898
+
899
+ &:hover {
900
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 100) !important;
901
+ }
902
+
903
+ &:focus {
904
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
905
+ outline-offset: 2px !important;
906
+ }
907
+ }
908
+
909
+ &.mat-warn {
910
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 50) !important;
911
+ color: mat.get-color-from-palette(theme.$arm-warn, 500) !important;
912
+
913
+ &:hover {
914
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 100) !important
915
+ }
916
+
917
+ &:focus {
918
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
919
+ outline-offset: 2px !important;
920
+ }
921
+ }
922
+
923
+ &.mat-success {
924
+ background-color: mat.get-color-from-palette(theme.$arm-success, 50) !important;
925
+ color: mat.get-color-from-palette(theme.$arm-success, 500) !important;
926
+
927
+ &:hover {
928
+ background-color: mat.get-color-from-palette(theme.$arm-success, 100) !important;
929
+ }
930
+
931
+ &:focus {
932
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
933
+ outline-offset: 2px !important;
934
+ }
935
+ }
936
+
937
+ &.mat-info {
938
+ background-color: mat.get-color-from-palette(theme.$arm-info, 50) !important;
939
+ color: mat.get-color-from-palette(theme.$arm-info, 500) !important;
940
+
941
+ &:hover {
942
+ background-color: mat.get-color-from-palette(theme.$arm-info, 100) !important
943
+ }
944
+
945
+ &:focus {
946
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
947
+ outline-offset: 2px !important;
948
+ }
949
+ }
950
+
951
+ &.mat-error {
952
+ background-color: mat.get-color-from-palette(theme.$arm-error, 50) !important;
953
+ color: mat.get-color-from-palette(theme.$arm-error, 900) !important;
954
+
955
+ &:hover {
956
+ background-color: mat.get-color-from-palette(theme.$arm-error, 100) !important;
957
+ }
958
+
959
+ &:focus {
960
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
961
+ outline-offset: 2px !important;
962
+ }
963
+ }
964
+
965
+ &.mat-neutral {
966
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 50) !important;
967
+ color: mat.get-color-from-palette(theme.$arm-neutral, 500) !important;
968
+
969
+ &:hover {
970
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 100) !important;
971
+ }
972
+
973
+ &:focus {
974
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
975
+ outline-offset: 2px !important;
976
+ }
977
+ }
978
+ }
979
+
980
+ &:disabled {
981
+ background: #f7f7f7 !important;
982
+ color: rgba(0, 0, 0, 0.6) !important;
983
+ opacity: 1 !important;
984
+ }
985
+ }
986
+
987
+ &.sof-stroked-icon-button-outline {
988
+ background-color: #ffffff !important;
989
+ border-radius: 6px !important;
990
+ padding: 0px !important;
991
+
992
+ &:enabled {
993
+ &.mat-primary {
994
+ border: 2px solid mat.get-color-from-palette(theme.$arm-primary, 500) !important;
995
+ color: mat.get-color-from-palette(theme.$arm-primary, 500) !important;
996
+
997
+ &:hover {
998
+ background-color: mat.get-color-from-palette(theme.$arm-primary, 50) !important;
999
+ }
1000
+
1001
+ &:focus {
1002
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
1003
+ outline-offset: 2px !important;
1004
+ }
1005
+ }
1006
+
1007
+ &.mat-accent {
1008
+ border: 2px solid mat.get-color-from-palette(theme.$arm-accent, 500) !important;
1009
+ color: mat.get-color-from-palette(theme.$arm-accent, 500) !important;
1010
+
1011
+ &:hover {
1012
+ background-color: mat.get-color-from-palette(theme.$arm-accent, 50) !important;
1013
+ }
1014
+
1015
+ &:focus {
1016
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
1017
+ outline-offset: 2px !important;
1018
+ }
1019
+ }
1020
+
1021
+ &.mat-warn {
1022
+ border: 2px solid mat.get-color-from-palette(theme.$arm-warn, 500) !important;
1023
+ color: mat.get-color-from-palette(theme.$arm-warn, 500) !important;
1024
+
1025
+ &:hover {
1026
+ background-color: mat.get-color-from-palette(theme.$arm-warn, 50) !important;
1027
+ }
1028
+
1029
+ &:focus {
1030
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
1031
+ outline-offset: 2px !important;
1032
+ }
1033
+ }
1034
+
1035
+ &.mat-success {
1036
+ border: 2px solid mat.get-color-from-palette(theme.$arm-success, 500) !important;
1037
+ color: mat.get-color-from-palette(theme.$arm-success, 500) !important;
1038
+
1039
+ &:hover {
1040
+ background-color: mat.get-color-from-palette(theme.$arm-success, 50) !important;
1041
+ }
1042
+
1043
+ &:focus {
1044
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
1045
+ outline-offset: 2px !important;
1046
+ }
1047
+ }
1048
+
1049
+ &.mat-error {
1050
+ border: 2px solid mat.get-color-from-palette(theme.$arm-error, 900) !important;
1051
+ color: mat.get-color-from-palette(theme.$arm-error, 900);
1052
+
1053
+ &:hover {
1054
+ background-color: mat.get-color-from-palette(theme.$arm-error, 50) !important;
1055
+ }
1056
+
1057
+ &:focus {
1058
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
1059
+ outline-offset: 2px !important;
1060
+ }
1061
+ }
1062
+
1063
+ &.mat-info {
1064
+ border: 2px solid mat.get-color-from-palette(theme.$arm-info, 500) !important;
1065
+ color: mat.get-color-from-palette(theme.$arm-info, 500) !important;
1066
+
1067
+ &:hover {
1068
+ background-color: mat.get-color-from-palette(theme.$arm-info, 50) !important;
1069
+ }
1070
+
1071
+ &:focus {
1072
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
1073
+ outline-offset: 2px !important;
1074
+ }
1075
+ }
1076
+
1077
+ &.mat-neutral {
1078
+ border: 2px solid mat.get-color-from-palette(theme.$arm-neutral, 500) !important;
1079
+ color: mat.get-color-from-palette(theme.$arm-neutral, 500) !important;
1080
+
1081
+ &:hover {
1082
+ background-color: mat.get-color-from-palette(theme.$arm-neutral, 50) !important;
1083
+ }
1084
+
1085
+ &:focus {
1086
+ outline: 4px solid mat.get-color-from-palette(theme.$arm-primary, 500);
1087
+ outline-offset: 2px !important;
1088
+ }
1089
+ }
1090
+ }
1091
+
1092
+ &:disabled {
1093
+ background: #f7f7f7 !important;
1094
+ color: rgba(0, 0, 0, 0.6) !important;
1095
+ border: 2px solid rgba(0, 0, 0, 0.38) !important;
1096
+ opacity: 1 !important;
1097
+ }
1098
+ }
1099
+
1100
+ &.sof-stroked-icon-button[size="small"],
1101
+ &.sof-stroked-icon-button-outline[size="small"] {
1102
+ height: 36px !important;
1103
+ width: 36px !important;
1104
+ min-width: 36px !important;
1105
+ font-size: 19px !important;
1106
+ }
1107
+
1108
+ &.sof-stroked-icon-button[size="medium"],
1109
+ &.sof-stroked-icon-button-outline[size="medium"] {
1110
+ height: 48px !important;
1111
+ width: 48px !important;
1112
+ min-width: 48px !important;
1113
+ font-size: 24px !important;
1114
+ }
1115
+
1116
+ &.sof-stroked-icon-button[size="large"],
1117
+ &.sof-stroked-icon-button-outline[size="large"] {
1118
+ height: 56px !important;
1119
+ width: 56px !important;
1120
+ min-width: 56px !important;
1121
+ font-size: 26px !important;
1122
+ }
1123
+ }