@softheon/armature 10.27.2 → 10.28.1
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/assets/styles/_utility.scss +340 -0
- package/assets/styles/_variables.scss +22 -0
- package/assets/styles/material-overrides.scss +5 -0
- package/assets/styles/sof-styles.scss +1023 -0
- package/bundles/softheon-armature.umd.js +196 -6
- package/bundles/softheon-armature.umd.js.map +1 -1
- package/bundles/softheon-armature.umd.min.js +2 -2
- package/bundles/softheon-armature.umd.min.js.map +1 -1
- package/esm2015/lib/alert-banner/alert-banner-api.js +1 -1
- package/esm2015/lib/alert-banner/alert-banner.module.js +1 -1
- package/esm2015/lib/alert-banner/components/alert-banner/alert-banner.component.js +3 -1
- package/esm2015/lib/alert-banner/models/alert-banner-config.js +1 -1
- package/esm2015/lib/alert-banner/models/alert-banner-context.js +1 -1
- package/esm2015/lib/alert-banner/models/constants.js +1 -1
- package/esm2015/lib/alert-banner/services/alert-banner.service.js +1 -1
- package/esm2015/lib/armature.module.js +4 -2
- package/esm2015/lib/base-components/base-component-api.js +7 -0
- package/esm2015/lib/base-components/base-component.module.js +36 -0
- package/esm2015/lib/base-components/sof-alert/sof-alert.component.js +47 -0
- package/esm2015/lib/base-components/sof-banner/sof-banner.component.js +44 -0
- package/esm2015/lib/base-components/sof-progress-bar/sof-progress-bar.component.js +61 -0
- package/esm2015/lib/core/client-generated/api/session.service.js +1 -1
- package/esm2015/lib/core/client-generated/configuration.js +1 -1
- package/esm2015/lib/core/client-generated/encoder.js +1 -1
- package/esm2015/lib/core/client-generated/model/applicationUserModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/assertedUserModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/brandingModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/errorModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/folderLink.js +1 -1
- package/esm2015/lib/core/client-generated/model/identityProfile.js +1 -1
- package/esm2015/lib/core/client-generated/model/models.js +1 -1
- package/esm2015/lib/core/client-generated/model/oAuthModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/preferencesRow.js +1 -1
- package/esm2015/lib/core/client-generated/model/rolesRow.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionGetResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPostRequestModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPostResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPutRequestModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPutResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/settingsProfile.js +1 -1
- package/esm2015/lib/core/client-generated/model/themePaletteColorsModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/themePaletteModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/trackingModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/validationRecordsRow.js +1 -1
- package/esm2015/lib/core/client-generated/variables.js +1 -1
- package/esm2015/lib/core/components/app-template/app-template.component.js +1 -1
- package/esm2015/lib/core/functions/guid.js +1 -1
- package/esm2015/lib/core/functions/naming-convention.js +1 -1
- package/esm2015/lib/core/initializer/abstract-startup-service.js +1 -1
- package/esm2015/lib/core/initializer/initializer.service.js +1 -1
- package/esm2015/lib/core/interceptors/armature-auth-token-append.interceptor.js +1 -1
- package/esm2015/lib/core/models/base-config.js +1 -1
- package/esm2015/lib/core/models/constants.js +1 -1
- package/esm2015/lib/core/models/data-store-config.js +1 -1
- package/esm2015/lib/core/models/header-config.js +1 -1
- package/esm2015/lib/core/models/http-verbs.js +1 -1
- package/esm2015/lib/core/models/navigation-config.js +1 -1
- package/esm2015/lib/core/models/oidc-auth-settings.js +1 -1
- package/esm2015/lib/core/models/route-path.js +1 -1
- package/esm2015/lib/core/models/session-config.js +1 -1
- package/esm2015/lib/core/models/styles.js +1 -1
- package/esm2015/lib/core/models/typed-session.js +1 -1
- package/esm2015/lib/core/models/user-entity-service-config.js +1 -1
- package/esm2015/lib/core/services/authorization.service.js +1 -1
- package/esm2015/lib/core/services/banner.service.js +1 -1
- package/esm2015/lib/core/services/base-config.service.js +1 -1
- package/esm2015/lib/core/services/custom-auth-config.service.js +1 -1
- package/esm2015/lib/core/services/default-config.service.js +1 -1
- package/esm2015/lib/core/services/session.service.js +1 -1
- package/esm2015/lib/core/services/user-entity.service.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/api/api.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/api/cache.service.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/configuration.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/encoder.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/cacheExpirationType.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/createCacheEntryRequestModel.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/models.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/retrieveCacheEntryResponseModel.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/updateCacheEntryRequestModel.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/variables.js +1 -1
- package/esm2015/lib/distributed-cache/distributed-cache-api.js +1 -1
- package/esm2015/lib/distributed-cache/distributed-cache.module.js +1 -1
- package/esm2015/lib/distributed-cache/models/constants.js +1 -1
- package/esm2015/lib/distributed-cache/models/policy-person.js +1 -1
- package/esm2015/lib/distributed-cache/services/server-cache.service.js +1 -1
- package/esm2015/lib/error/components/error-common/error-common.component.js +1 -1
- package/esm2015/lib/error/error-api.js +1 -1
- package/esm2015/lib/error/error.module.js +1 -1
- package/esm2015/lib/error/models/error-common-config.js +1 -1
- package/esm2015/lib/faq/components/faq/faq.component.js +1 -1
- package/esm2015/lib/faq/faq-api.js +1 -1
- package/esm2015/lib/faq/faq.module.js +1 -1
- package/esm2015/lib/faq/models/faq-config.js +1 -1
- package/esm2015/lib/faq/models/faq.js +1 -1
- package/esm2015/lib/footer/components/footer/footer.component.js +1 -1
- package/esm2015/lib/footer/components/site-map/site-map.component.js +1 -1
- package/esm2015/lib/footer/footer-api.js +1 -1
- package/esm2015/lib/footer/footer.module.js +1 -1
- package/esm2015/lib/footer/models/enum/site-map-direction.js +1 -1
- package/esm2015/lib/footer/models/footer-config.js +1 -1
- package/esm2015/lib/footer/models/site-map-models.js +1 -1
- package/esm2015/lib/forms/components/sof-address/sof-address.component.js +1 -1
- package/esm2015/lib/forms/directives/alphanumeric/alphanumeric.directive.js +1 -1
- package/esm2015/lib/forms/directives/letters-only/letters-only.directive.js +1 -1
- package/esm2015/lib/forms/directives/numbers-only/numbers-only.directive.js +1 -1
- package/esm2015/lib/forms/forms-api.js +1 -1
- package/esm2015/lib/forms/forms.module.js +1 -1
- package/esm2015/lib/forms/models/address.js +1 -1
- package/esm2015/lib/forms/models/constants.js +1 -1
- package/esm2015/lib/forms/models/county.js +1 -1
- package/esm2015/lib/forms/models/enums/states.js +1 -1
- package/esm2015/lib/forms/pipes/phone-format.pipe.js +1 -1
- package/esm2015/lib/forms/services/alert.service.js +1 -1
- package/esm2015/lib/header/components/header/header.component.js +1 -1
- package/esm2015/lib/header/components/mobile-header-menu/mobile-header-menu.component.js +1 -1
- package/esm2015/lib/header/header-api.js +1 -1
- package/esm2015/lib/header/header.module.js +1 -1
- package/esm2015/lib/header/models/header-auth.settings.js +1 -1
- package/esm2015/lib/header/models/header-language.settings.js +1 -1
- package/esm2015/lib/header/models/header-theme.settings.js +1 -1
- package/esm2015/lib/header/models/header.settings.js +1 -1
- package/esm2015/lib/header/models/mobile-header-nav.settings.js +1 -1
- package/esm2015/lib/navigation/components/navigation/navigation.component.js +2 -1
- package/esm2015/lib/navigation/models/nav-theme.settings.js +1 -1
- package/esm2015/lib/navigation/models/nav.settings.js +1 -1
- package/esm2015/lib/navigation/models/navigation.js +1 -1
- package/esm2015/lib/navigation/navigation-api.js +1 -1
- package/esm2015/lib/navigation/navigation.module.js +1 -1
- package/esm2015/lib/oauth/models/constants.js +1 -1
- package/esm2015/lib/oauth/models/generated/accountManagementAssertionModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/accountManagementRefreshRequestModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/accountManagementResponseModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/coverageDetail.js +1 -1
- package/esm2015/lib/oauth/models/generated/finance.js +1 -1
- package/esm2015/lib/oauth/models/generated/iSsoResponseModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/iSsoResponseModelAccountManagementAssertionModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/person.js +1 -1
- package/esm2015/lib/oauth/models/generated/policy.js +1 -1
- package/esm2015/lib/oauth/models/generated/refreshResponseModel.js +1 -1
- package/esm2015/lib/oauth/models/hybrid-saml-oauth-config.js +1 -1
- package/esm2015/lib/oauth/oauth-api.js +1 -1
- package/esm2015/lib/oauth/oauth.module.js +1 -1
- package/esm2015/lib/oauth/services/hybrid-saml-oauth.service.js +1 -1
- package/esm2015/lib/rbac/directives/rbac-action.directive.js +1 -1
- package/esm2015/lib/rbac/models/access-token-claims.js +1 -1
- package/esm2015/lib/rbac/models/constants.js +1 -1
- package/esm2015/lib/rbac/models/decoded-access-token.js +1 -1
- package/esm2015/lib/rbac/models/rbac-config.js +1 -1
- package/esm2015/lib/rbac/models/role-access.js +1 -1
- package/esm2015/lib/rbac/rbac-api.js +1 -1
- package/esm2015/lib/rbac/rbac.module.js +1 -1
- package/esm2015/lib/rbac/services/ar-role-nav.service.js +1 -1
- package/esm2015/lib/rbac/services/oauth2-role.service.js +1 -1
- package/esm2015/lib/rbac/services/role-nav.service.js +1 -1
- package/esm2015/lib/rum/models/arm-error.js +1 -1
- package/esm2015/lib/rum/models/rum-config.js +1 -1
- package/esm2015/lib/rum/rum-api.js +1 -1
- package/esm2015/lib/rum/rum.module.js +1 -1
- package/esm2015/lib/rum/services/rum.service.js +1 -1
- package/esm2015/lib/rum/services/shared-error.service.js +1 -1
- package/esm2015/lib/rum/services/softheon-error-handler.service.js +1 -1
- package/esm2015/lib/saml/components/redirect-saml/redirect-saml.component.js +1 -1
- package/esm2015/lib/saml/models/i-saml-request.js +1 -1
- package/esm2015/lib/saml/models/i-saml-response.js +1 -1
- package/esm2015/lib/saml/models/redirect-saml-request.js +1 -1
- package/esm2015/lib/saml/models/sso-gateway-model.js +1 -1
- package/esm2015/lib/saml/saml-api.js +1 -1
- package/esm2015/lib/saml/saml.module.js +1 -1
- package/esm2015/lib/saml/services/entry/abstract-saml-entry.service.js +1 -1
- package/esm2015/lib/saml/services/entry/sso-gateway-entry.service.js +1 -1
- package/esm2015/lib/saml/services/send-off/abstract-saml.service.js +1 -1
- package/esm2015/lib/saml/services/send-off/saml.service.js +1 -1
- package/esm2015/lib/theming/directives/css-override.directive.js +1 -1
- package/esm2015/lib/theming/models/css-override.js +1 -1
- package/esm2015/lib/theming/services/theme.service.js +1 -1
- package/esm2015/lib/theming/theme-api.js +1 -1
- package/esm2015/lib/theming/theme.module.js +1 -1
- package/esm2015/public-api.js +2 -1
- package/esm2015/softheon-armature.js +1 -1
- package/fesm2015/softheon-armature.js +187 -7
- package/fesm2015/softheon-armature.js.map +1 -1
- package/lib/base-components/base-component-api.d.ts +5 -0
- package/lib/base-components/base-component.module.d.ts +3 -0
- package/lib/base-components/sof-alert/sof-alert.component.d.ts +29 -0
- package/lib/base-components/sof-banner/sof-banner.component.d.ts +31 -0
- package/lib/base-components/sof-progress-bar/sof-progress-bar.component.d.ts +31 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/softheon-armature.metadata.json +1 -1
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
/** Margin Styling */
|
|
2
|
+
/** M-Top */
|
|
3
|
+
[m-t-0],
|
|
4
|
+
.m-t-0 {
|
|
5
|
+
margin-top: 0px !important;
|
|
6
|
+
}
|
|
7
|
+
[m-t-15],
|
|
8
|
+
.m-t-15 {
|
|
9
|
+
margin-top: 15px !important;
|
|
10
|
+
}
|
|
11
|
+
[m-t-20],
|
|
12
|
+
.m-t-20 {
|
|
13
|
+
margin-top: 20px !important;
|
|
14
|
+
}
|
|
15
|
+
[m-t-24],
|
|
16
|
+
.m-t-24 {
|
|
17
|
+
margin-top: 24px !important;
|
|
18
|
+
}
|
|
19
|
+
[m-t-25],
|
|
20
|
+
.m-t-25 {
|
|
21
|
+
margin-top: 25px !important;
|
|
22
|
+
}
|
|
23
|
+
[m-t-30],
|
|
24
|
+
.m-t-30 {
|
|
25
|
+
margin-top: 30px !important;
|
|
26
|
+
}
|
|
27
|
+
[m-t-40],
|
|
28
|
+
.m-t-40 {
|
|
29
|
+
margin-top: 40px !important;
|
|
30
|
+
}
|
|
31
|
+
[m-t-45],
|
|
32
|
+
.m-t-45 {
|
|
33
|
+
margin-top: 45px !important;
|
|
34
|
+
}
|
|
35
|
+
.m-t-55,
|
|
36
|
+
[m-t-55] {
|
|
37
|
+
margin-top: 55px !important;
|
|
38
|
+
}
|
|
39
|
+
[m-t-60],
|
|
40
|
+
.m-t-60 {
|
|
41
|
+
margin-top: 60px !important;
|
|
42
|
+
}
|
|
43
|
+
/** M-Right */
|
|
44
|
+
.m-r-20,
|
|
45
|
+
[m-r-20] {
|
|
46
|
+
margin-right: 20px !important;
|
|
47
|
+
}
|
|
48
|
+
.m-r-60,
|
|
49
|
+
[m-r-60] {
|
|
50
|
+
margin-right: 60px !important;
|
|
51
|
+
}
|
|
52
|
+
/** M-Bottom */
|
|
53
|
+
[m-b-0],
|
|
54
|
+
.m-b-0 {
|
|
55
|
+
margin-bottom: 0px !important;
|
|
56
|
+
}
|
|
57
|
+
[m-b-10],
|
|
58
|
+
.m-b-10 {
|
|
59
|
+
margin-bottom: 10px !important;
|
|
60
|
+
}
|
|
61
|
+
[m-b-15],
|
|
62
|
+
.m-b-15 {
|
|
63
|
+
margin-bottom: 15px !important;
|
|
64
|
+
}
|
|
65
|
+
[m-b-24],
|
|
66
|
+
.m-b-24 {
|
|
67
|
+
margin-bottom: 24px !important;
|
|
68
|
+
}
|
|
69
|
+
[m-b-25],
|
|
70
|
+
.m-b-25 {
|
|
71
|
+
margin-bottom: 25px !important;
|
|
72
|
+
}
|
|
73
|
+
[m-b-30],
|
|
74
|
+
.m-b-30 {
|
|
75
|
+
margin-bottom: 30px !important;
|
|
76
|
+
}
|
|
77
|
+
[m-b-37],
|
|
78
|
+
.m-b-37 {
|
|
79
|
+
margin-bottom: 37px !important;
|
|
80
|
+
}
|
|
81
|
+
[m-b-45],
|
|
82
|
+
.m-b-45 {
|
|
83
|
+
margin-bottom: 45px !important;
|
|
84
|
+
}
|
|
85
|
+
[m-b-50],
|
|
86
|
+
.m-b-50 {
|
|
87
|
+
margin-bottom: 50px !important;
|
|
88
|
+
}
|
|
89
|
+
[m-b-65],
|
|
90
|
+
.m-b-65 {
|
|
91
|
+
margin-bottom: 65px !important;
|
|
92
|
+
}
|
|
93
|
+
/** M-Left */
|
|
94
|
+
.m-l-35,
|
|
95
|
+
[m-l-35] {
|
|
96
|
+
margin-left: 35px !important;
|
|
97
|
+
}
|
|
98
|
+
[m-l-20],
|
|
99
|
+
.m-l-20 {
|
|
100
|
+
margin-left: 20px !important;
|
|
101
|
+
}
|
|
102
|
+
/** M-Horizontal */
|
|
103
|
+
.m-h-10,
|
|
104
|
+
[m-h-10] {
|
|
105
|
+
margin-left: 10px !important;
|
|
106
|
+
margin-right: 10px !important;
|
|
107
|
+
}
|
|
108
|
+
.m-h-20,
|
|
109
|
+
[m-h-20] {
|
|
110
|
+
margin-left: 20px !important;
|
|
111
|
+
margin-right: 20px !important;
|
|
112
|
+
}
|
|
113
|
+
.m-h-24,
|
|
114
|
+
[m-h-24] {
|
|
115
|
+
margin-left: 24px !important;
|
|
116
|
+
margin-right: 24px !important;
|
|
117
|
+
}
|
|
118
|
+
.m-h-30,
|
|
119
|
+
[m-h-30] {
|
|
120
|
+
margin-left: 30px !important;
|
|
121
|
+
margin-right: 30px !important;
|
|
122
|
+
}
|
|
123
|
+
.m-h-68,
|
|
124
|
+
[m-h-68] {
|
|
125
|
+
margin-left: 68px !important;
|
|
126
|
+
margin-right: 68px !important;
|
|
127
|
+
}
|
|
128
|
+
.m-h-70,
|
|
129
|
+
[m-h-70] {
|
|
130
|
+
margin-left: 70px !important;
|
|
131
|
+
margin-right: 70px !important;
|
|
132
|
+
}
|
|
133
|
+
/** M-Vertical */
|
|
134
|
+
.m-v-0,
|
|
135
|
+
[m-v-0] {
|
|
136
|
+
margin-top: 0px !important;
|
|
137
|
+
margin-bottom: 0px !important;
|
|
138
|
+
}
|
|
139
|
+
.m-v-10,
|
|
140
|
+
[m-v-10] {
|
|
141
|
+
margin-top: 10px !important;
|
|
142
|
+
margin-bottom: 10px !important;
|
|
143
|
+
}
|
|
144
|
+
[m-v-15],
|
|
145
|
+
.m-v-15 {
|
|
146
|
+
margin-top: 15px !important;
|
|
147
|
+
margin-bottom: 15px !important;
|
|
148
|
+
}
|
|
149
|
+
.m-v-18,
|
|
150
|
+
[m-v-18] {
|
|
151
|
+
margin-top: 18px !important;
|
|
152
|
+
margin-bottom: 18px !important;
|
|
153
|
+
}
|
|
154
|
+
.m-v-20,
|
|
155
|
+
[m-v-20] {
|
|
156
|
+
margin-top: 20px !important;
|
|
157
|
+
margin-bottom: 20px !important;
|
|
158
|
+
}
|
|
159
|
+
[m-v-25],
|
|
160
|
+
.m-v-25 {
|
|
161
|
+
margin-top: 25px !important;
|
|
162
|
+
margin-bottom: 25px !important;
|
|
163
|
+
}
|
|
164
|
+
.m-v-30,
|
|
165
|
+
[m-v-30] {
|
|
166
|
+
margin-top: 30px !important;
|
|
167
|
+
margin-bottom: 30px !important;
|
|
168
|
+
}
|
|
169
|
+
.m-v-35,
|
|
170
|
+
[m-v-35] {
|
|
171
|
+
margin-top: 35px !important;
|
|
172
|
+
margin-bottom: 35px !important;
|
|
173
|
+
}
|
|
174
|
+
.m-v-40,
|
|
175
|
+
[m-v-40] {
|
|
176
|
+
margin-top: 40px !important;
|
|
177
|
+
margin-bottom: 40px !important;
|
|
178
|
+
}
|
|
179
|
+
/** M-All */
|
|
180
|
+
.m-a-0,
|
|
181
|
+
[m-a-0] {
|
|
182
|
+
margin: 0px !important;
|
|
183
|
+
}
|
|
184
|
+
.m-a-10,
|
|
185
|
+
[m-a-10] {
|
|
186
|
+
margin: 10px !important;
|
|
187
|
+
}
|
|
188
|
+
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
189
|
+
|
|
190
|
+
/** Padding Styling */
|
|
191
|
+
/** P-Top */
|
|
192
|
+
[p-t-12],
|
|
193
|
+
.p-t-12 {
|
|
194
|
+
padding-top: 12px !important;
|
|
195
|
+
}
|
|
196
|
+
.p-t-15,
|
|
197
|
+
[p-t-15] {
|
|
198
|
+
padding-top: 15px !important;
|
|
199
|
+
}
|
|
200
|
+
[p-t-17],
|
|
201
|
+
.p-t-17 {
|
|
202
|
+
padding-top: 17px !important;
|
|
203
|
+
}
|
|
204
|
+
[p-t-20],
|
|
205
|
+
.p-t-20 {
|
|
206
|
+
padding-top: 20px !important;
|
|
207
|
+
}
|
|
208
|
+
[p-t-25],
|
|
209
|
+
.p-t-25 {
|
|
210
|
+
padding-top: 25px !important;
|
|
211
|
+
}
|
|
212
|
+
.p-t-30,
|
|
213
|
+
[p-t-30] {
|
|
214
|
+
padding-top: 30px !important;
|
|
215
|
+
}
|
|
216
|
+
.p-t-35,
|
|
217
|
+
[p-t-35] {
|
|
218
|
+
padding-top: 35px !important;
|
|
219
|
+
}
|
|
220
|
+
.p-t-60,
|
|
221
|
+
[p-t-60] {
|
|
222
|
+
padding-top: 60px !important;
|
|
223
|
+
}
|
|
224
|
+
.p-t-65,
|
|
225
|
+
[p-t-60] {
|
|
226
|
+
padding-top: 65px !important;
|
|
227
|
+
}
|
|
228
|
+
/** P-Right */
|
|
229
|
+
[p-r-6],
|
|
230
|
+
.p-r-6 {
|
|
231
|
+
padding-right: 6px !important;
|
|
232
|
+
}
|
|
233
|
+
/** P-Bottom */
|
|
234
|
+
[p-b-5],
|
|
235
|
+
.p-b-5 {
|
|
236
|
+
padding-bottom: 5px !important;
|
|
237
|
+
}
|
|
238
|
+
[p-b-12],
|
|
239
|
+
.p-b-12 {
|
|
240
|
+
padding-bottom: 12px !important;
|
|
241
|
+
}
|
|
242
|
+
[p-b-20],
|
|
243
|
+
.p-b-20 {
|
|
244
|
+
padding-bottom: 20px !important;
|
|
245
|
+
}
|
|
246
|
+
[p-b-40],
|
|
247
|
+
.p-b-40 {
|
|
248
|
+
padding-bottom: 40px !important;
|
|
249
|
+
}
|
|
250
|
+
[p-b-60],
|
|
251
|
+
.p-b-60 {
|
|
252
|
+
padding-bottom: 60px !important;
|
|
253
|
+
}
|
|
254
|
+
/** P-Left */
|
|
255
|
+
.p-l-25,
|
|
256
|
+
[p-l-25] {
|
|
257
|
+
padding-left: 25px !important;
|
|
258
|
+
}
|
|
259
|
+
/** P-Horizontal */
|
|
260
|
+
[p-h-6],
|
|
261
|
+
.p-h-6 {
|
|
262
|
+
padding-left: 6px !important;
|
|
263
|
+
padding-right: 6px !important;
|
|
264
|
+
}
|
|
265
|
+
/** P-Vertical */
|
|
266
|
+
[p-v-40],
|
|
267
|
+
.p-v-40 {
|
|
268
|
+
padding-top: 40px !important;
|
|
269
|
+
padding-bottom: 40px !important;
|
|
270
|
+
}
|
|
271
|
+
[p-v-55],
|
|
272
|
+
.p-v-55 {
|
|
273
|
+
padding-top: 55px !important;
|
|
274
|
+
padding-bottom: 55px !important;
|
|
275
|
+
}
|
|
276
|
+
[p-v-100],
|
|
277
|
+
.p-v-100 {
|
|
278
|
+
padding-top: 100px !important;
|
|
279
|
+
padding-bottom: 100px !important;
|
|
280
|
+
}
|
|
281
|
+
/** P-All */
|
|
282
|
+
[p-a-20],
|
|
283
|
+
p-a-20 {
|
|
284
|
+
padding: 20px !important;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
288
|
+
|
|
289
|
+
/** Input Width Styling */
|
|
290
|
+
.input-w-300,
|
|
291
|
+
[input-w-300] {
|
|
292
|
+
width: 300px !important;
|
|
293
|
+
}
|
|
294
|
+
.input-w-200,
|
|
295
|
+
[input-w-200] {
|
|
296
|
+
width: 200px !important;
|
|
297
|
+
}
|
|
298
|
+
.input-w-150,
|
|
299
|
+
[input-w-150] {
|
|
300
|
+
width: 150px !important;
|
|
301
|
+
}
|
|
302
|
+
.input-w-120,
|
|
303
|
+
[input-w-120] {
|
|
304
|
+
width: 120px !important;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
308
|
+
|
|
309
|
+
/** Text Styling */
|
|
310
|
+
.text-left,
|
|
311
|
+
[text-left] {
|
|
312
|
+
text-align: left;
|
|
313
|
+
}
|
|
314
|
+
.text-center,
|
|
315
|
+
[text-center] {
|
|
316
|
+
text-align: center !important;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
[p-x-16],
|
|
320
|
+
.p-x-16 {
|
|
321
|
+
padding-left: 16px !important;
|
|
322
|
+
padding-right: 16px !important;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
[p-t-40],.p-t-40 {
|
|
326
|
+
padding-top: 40px !important;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
[m-v-24], .m-v-24 {
|
|
330
|
+
margin-top: 24px !important;
|
|
331
|
+
margin-bottom: 24px !important;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.m-t-24 {
|
|
335
|
+
margin-top: 24px !important;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.m-t-32 {
|
|
339
|
+
margin-top: 32px !important;
|
|
340
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Breakpoint flex px sizes
|
|
2
|
+
$screen-xs-start: 0px;
|
|
3
|
+
$screen-xs-end: 599px;
|
|
4
|
+
$screen-sm-start: 600px;
|
|
5
|
+
$screen-sm-end: 959px;
|
|
6
|
+
$screen-md-start: 960px;
|
|
7
|
+
$screen-md-end: 1279px;
|
|
8
|
+
$screen-lg-start: 1280px;
|
|
9
|
+
$screen-lg-end: 1919px;
|
|
10
|
+
$screen-xl-start: 1920px;
|
|
11
|
+
$screen-xl-end: 5000px;
|
|
12
|
+
$mat-lt-sm: 599px;
|
|
13
|
+
$mat-lt-md: 959px;
|
|
14
|
+
$mat-lt-lg: 1279px;
|
|
15
|
+
$mat-gt-sm: 960px;
|
|
16
|
+
$mat-gt-md: 1280px;
|
|
17
|
+
|
|
18
|
+
// Common static colors
|
|
19
|
+
$main-dark-gray: #646464;
|
|
20
|
+
$main-dark-disabled: #4f4f4f;
|
|
21
|
+
$very-light-grey: #F8F8F8;
|
|
22
|
+
$light-grey: #eee;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
@import "../../../../../node_modules/@angular/material/theming";
|
|
2
2
|
@import "./arm-theme.scss";
|
|
3
3
|
|
|
4
|
+
// TODO!!!
|
|
5
|
+
// DEPRECATE IN FAVOR OF 'sof-styles.scss' if classes in here are widely used.
|
|
6
|
+
// Please implement in the 'sof-styles.scss' style sheet. That style sheet is more in line with the current UX design guide
|
|
7
|
+
// Will keep this file until ready to completely remove it
|
|
8
|
+
|
|
4
9
|
@include mat-core();
|
|
5
10
|
|
|
6
11
|
$main-theme-primary: mat-palette($arm-primary);
|