@ngx-stoui/core 12.1.2 → 13.0.0-BETA.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.
- package/esm2020/index.mjs +18 -0
- package/esm2020/lib/abstract-and-interfaces/keyPress.enum.mjs +140 -0
- package/esm2020/lib/sto-directives/context-menu.directive.mjs +35 -0
- package/esm2020/lib/sto-directives/date-form-field-click.directive.mjs +45 -0
- package/esm2020/lib/sto-directives/directives.module.mjs +56 -0
- package/esm2020/lib/sto-directives/index.mjs +7 -0
- package/esm2020/lib/sto-directives/menu-overlay.directive.mjs +47 -0
- package/esm2020/lib/sto-directives/quick-keys.directive.mjs +78 -0
- package/esm2020/lib/sto-directives/sto-grid.directive.mjs +106 -0
- package/esm2020/lib/sto-directives/sto-select-text-on-focus.directive.mjs +58 -0
- package/esm2020/lib/sto-pipes/currency-format.pipe.mjs +35 -0
- package/esm2020/lib/sto-pipes/date-format.pipe.mjs +47 -0
- package/esm2020/lib/sto-pipes/keys.pipe.mjs +27 -0
- package/esm2020/lib/sto-pipes/number-format.pipe.mjs +78 -0
- package/esm2020/lib/sto-pipes/sto-pipes.module.mjs +51 -0
- package/esm2020/lib/sto-pipes/with-unit.mjs +43 -0
- package/esm2020/lib/sto-pipes/yes-no.mjs +21 -0
- package/esm2020/lib/sto-user-preference/sto-user-preference.component.mjs +45 -0
- package/esm2020/lib/sto-user-preference/sto-user-preference.module.mjs +27 -0
- package/esm2020/lib/sto-user-preference/sto-user-preference.service.mjs +39 -0
- package/esm2020/ngx-stoui-core.mjs +5 -0
- package/fesm2015/ngx-stoui-core.mjs +926 -0
- package/fesm2015/ngx-stoui-core.mjs.map +1 -0
- package/{fesm2015/ngx-stoui-core.js → fesm2020/ngx-stoui-core.mjs} +69 -72
- package/fesm2020/ngx-stoui-core.mjs.map +1 -0
- package/ngx-datatable.css +3 -0
- package/ngx-stoui.css +139 -137
- package/package.json +22 -9
- package/style/datatable/_ngx-datatable-form.scss +7 -0
- package/style/form/sto-form.scss +6 -3
- package/style/sto-dialog.scss +1 -1
- package/style/theme/_appheader.scss +1 -1
- package/style/theme/_card.scss +1 -1
- package/style/theme/_colors.scss +1 -1
- package/style/theme/_datatable.scss +1 -1
- package/style/theme/_drawer.scss +1 -1
- package/style/theme/_filterpanel.scss +1 -1
- package/style/theme/_input-overrides.scss +1 -1
- package/style/theme/_message-panel.scss +1 -1
- package/style/theme/_sto-indicators.scss +1 -1
- package/style/theme/_theme-variables.scss +1 -1
- package/style/theme/_theme.scss +1 -1
- package/style/theme/_typography.scss +1 -1
- package/style/theme.scss +1 -1
- package/bundles/ngx-stoui-core.umd.js +0 -1350
- package/bundles/ngx-stoui-core.umd.js.map +0 -1
- package/esm2015/index.js +0 -18
- package/esm2015/index.js.map +0 -1
- package/esm2015/lib/abstract-and-interfaces/keyPress.enum.js +0 -140
- package/esm2015/lib/abstract-and-interfaces/keyPress.enum.js.map +0 -1
- package/esm2015/lib/sto-directives/context-menu.directive.js +0 -35
- package/esm2015/lib/sto-directives/context-menu.directive.js.map +0 -1
- package/esm2015/lib/sto-directives/date-form-field-click.directive.js +0 -45
- package/esm2015/lib/sto-directives/date-form-field-click.directive.js.map +0 -1
- package/esm2015/lib/sto-directives/directives.module.js +0 -56
- package/esm2015/lib/sto-directives/directives.module.js.map +0 -1
- package/esm2015/lib/sto-directives/index.js +0 -7
- package/esm2015/lib/sto-directives/index.js.map +0 -1
- package/esm2015/lib/sto-directives/menu-overlay.directive.js +0 -47
- package/esm2015/lib/sto-directives/menu-overlay.directive.js.map +0 -1
- package/esm2015/lib/sto-directives/quick-keys.directive.js +0 -78
- package/esm2015/lib/sto-directives/quick-keys.directive.js.map +0 -1
- package/esm2015/lib/sto-directives/sto-grid.directive.js +0 -106
- package/esm2015/lib/sto-directives/sto-grid.directive.js.map +0 -1
- package/esm2015/lib/sto-directives/sto-select-text-on-focus.directive.js +0 -58
- package/esm2015/lib/sto-directives/sto-select-text-on-focus.directive.js.map +0 -1
- package/esm2015/lib/sto-pipes/currency-format.pipe.js +0 -35
- package/esm2015/lib/sto-pipes/currency-format.pipe.js.map +0 -1
- package/esm2015/lib/sto-pipes/date-format.pipe.js +0 -47
- package/esm2015/lib/sto-pipes/date-format.pipe.js.map +0 -1
- package/esm2015/lib/sto-pipes/keys.pipe.js +0 -27
- package/esm2015/lib/sto-pipes/keys.pipe.js.map +0 -1
- package/esm2015/lib/sto-pipes/number-format.pipe.js +0 -78
- package/esm2015/lib/sto-pipes/number-format.pipe.js.map +0 -1
- package/esm2015/lib/sto-pipes/sto-pipes.module.js +0 -51
- package/esm2015/lib/sto-pipes/sto-pipes.module.js.map +0 -1
- package/esm2015/lib/sto-pipes/with-unit.js +0 -43
- package/esm2015/lib/sto-pipes/with-unit.js.map +0 -1
- package/esm2015/lib/sto-pipes/yes-no.js +0 -21
- package/esm2015/lib/sto-pipes/yes-no.js.map +0 -1
- package/esm2015/lib/sto-user-preference/sto-user-preference.component.js +0 -48
- package/esm2015/lib/sto-user-preference/sto-user-preference.component.js.map +0 -1
- package/esm2015/lib/sto-user-preference/sto-user-preference.module.js +0 -27
- package/esm2015/lib/sto-user-preference/sto-user-preference.module.js.map +0 -1
- package/esm2015/lib/sto-user-preference/sto-user-preference.service.js +0 -39
- package/esm2015/lib/sto-user-preference/sto-user-preference.service.js.map +0 -1
- package/esm2015/ngx-stoui-core.js +0 -5
- package/esm2015/ngx-stoui-core.js.map +0 -1
- package/fesm2015/ngx-stoui-core.js.map +0 -1
package/ngx-stoui.css
CHANGED
|
@@ -807,33 +807,12 @@ body .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hove
|
|
|
807
807
|
body .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
|
|
808
808
|
color: var(--text);
|
|
809
809
|
}
|
|
810
|
-
body .mat-badge-content {
|
|
811
|
-
color: var(--primary-contrast-resting);
|
|
812
|
-
background: var(--primary-resting);
|
|
813
|
-
}
|
|
814
|
-
.cdk-high-contrast-active body .mat-badge-content {
|
|
815
|
-
outline: solid 1px;
|
|
816
|
-
border-radius: 0;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
body .mat-badge-accent .mat-badge-content {
|
|
820
|
-
background: var(--accent-highlight);
|
|
821
|
-
color: var(--accent-highlight-contrast);
|
|
822
|
-
}
|
|
823
|
-
body .mat-badge-warn .mat-badge-content {
|
|
824
|
-
color: white;
|
|
825
|
-
background: #f44336;
|
|
826
|
-
}
|
|
827
810
|
body .mat-badge {
|
|
828
811
|
position: relative;
|
|
829
812
|
}
|
|
830
813
|
body .mat-badge-hidden .mat-badge-content {
|
|
831
814
|
display: none;
|
|
832
815
|
}
|
|
833
|
-
body .mat-badge-disabled .mat-badge-content {
|
|
834
|
-
background: var(--text-disabled);
|
|
835
|
-
color: var(--text-disabled);
|
|
836
|
-
}
|
|
837
816
|
body .mat-badge-content {
|
|
838
817
|
position: absolute;
|
|
839
818
|
text-align: center;
|
|
@@ -970,6 +949,27 @@ body .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
|
|
|
970
949
|
right: auto;
|
|
971
950
|
left: -14px;
|
|
972
951
|
}
|
|
952
|
+
body .mat-badge-content {
|
|
953
|
+
color: var(--primary-contrast-resting);
|
|
954
|
+
background: var(--primary-resting);
|
|
955
|
+
}
|
|
956
|
+
.cdk-high-contrast-active body .mat-badge-content {
|
|
957
|
+
outline: solid 1px;
|
|
958
|
+
border-radius: 0;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
body .mat-badge-accent .mat-badge-content {
|
|
962
|
+
background: var(--accent-highlight);
|
|
963
|
+
color: var(--accent-highlight-contrast);
|
|
964
|
+
}
|
|
965
|
+
body .mat-badge-warn .mat-badge-content {
|
|
966
|
+
color: white;
|
|
967
|
+
background: #f44336;
|
|
968
|
+
}
|
|
969
|
+
body .mat-badge-disabled .mat-badge-content {
|
|
970
|
+
background: var(--text-disabled);
|
|
971
|
+
color: var(--text-disabled);
|
|
972
|
+
}
|
|
973
973
|
body .mat-bottom-sheet-container {
|
|
974
974
|
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
975
975
|
background: var(--bg-card);
|
|
@@ -1264,19 +1264,17 @@ body .mat-cell, body .mat-footer-cell {
|
|
|
1264
1264
|
color: var(--text);
|
|
1265
1265
|
}
|
|
1266
1266
|
body .mat-calendar-arrow {
|
|
1267
|
-
|
|
1267
|
+
fill: var(--text-secondary);
|
|
1268
1268
|
}
|
|
1269
1269
|
body .mat-datepicker-toggle,
|
|
1270
1270
|
body .mat-datepicker-content .mat-calendar-next-button,
|
|
1271
1271
|
body .mat-datepicker-content .mat-calendar-previous-button {
|
|
1272
1272
|
color: var(--text-secondary);
|
|
1273
1273
|
}
|
|
1274
|
-
body .mat-calendar-table-header {
|
|
1275
|
-
color: var(--text-disabled);
|
|
1276
|
-
}
|
|
1277
1274
|
body .mat-calendar-table-header-divider::after {
|
|
1278
1275
|
background: var(--divider);
|
|
1279
1276
|
}
|
|
1277
|
+
body .mat-calendar-table-header,
|
|
1280
1278
|
body .mat-calendar-body-label {
|
|
1281
1279
|
color: var(--text-secondary);
|
|
1282
1280
|
}
|
|
@@ -1671,12 +1669,13 @@ body .mat-menu-item {
|
|
|
1671
1669
|
background: transparent;
|
|
1672
1670
|
color: var(--text);
|
|
1673
1671
|
}
|
|
1674
|
-
body .mat-menu-item[disabled],
|
|
1672
|
+
body .mat-menu-item[disabled],
|
|
1673
|
+
body .mat-menu-item[disabled] .mat-menu-submenu-icon,
|
|
1675
1674
|
body .mat-menu-item[disabled] .mat-icon-no-color {
|
|
1676
1675
|
color: var(--text-disabled);
|
|
1677
1676
|
}
|
|
1678
1677
|
body .mat-menu-item .mat-icon-no-color,
|
|
1679
|
-
body .mat-menu-
|
|
1678
|
+
body .mat-menu-submenu-icon {
|
|
1680
1679
|
color: var(--text-secondary);
|
|
1681
1680
|
}
|
|
1682
1681
|
body .mat-menu-item:hover:not([disabled]),
|
|
@@ -1930,7 +1929,7 @@ body .mat-warn .mat-slider-focus-ring {
|
|
|
1930
1929
|
background-color: rgba(244, 67, 54, 0.2);
|
|
1931
1930
|
}
|
|
1932
1931
|
body .mat-slider:hover .mat-slider-track-background,
|
|
1933
|
-
body .cdk-focused .mat-slider-track-background {
|
|
1932
|
+
body .mat-slider.cdk-focused .mat-slider-track-background {
|
|
1934
1933
|
background-color: var(--text-disabled);
|
|
1935
1934
|
}
|
|
1936
1935
|
body .mat-slider-disabled .mat-slider-track-background,
|
|
@@ -1976,9 +1975,12 @@ body .mat-slider-vertical .mat-slider-ticks {
|
|
|
1976
1975
|
background-image: repeating-linear-gradient(to bottom, var(--text), var(--text) 2px, transparent 0, transparent);
|
|
1977
1976
|
opacity: 0.7;
|
|
1978
1977
|
}
|
|
1979
|
-
body .mat-step-header.cdk-keyboard-focused, body .mat-step-header.cdk-program-focused, body .mat-step-header:hover {
|
|
1978
|
+
body .mat-step-header.cdk-keyboard-focused, body .mat-step-header.cdk-program-focused, body .mat-step-header:hover:not([aria-disabled]), body .mat-step-header:hover[aria-disabled=false] {
|
|
1980
1979
|
background-color: var(--bg-hover);
|
|
1981
1980
|
}
|
|
1981
|
+
body .mat-step-header:hover[aria-disabled=true] {
|
|
1982
|
+
cursor: default;
|
|
1983
|
+
}
|
|
1982
1984
|
@media (hover: none) {
|
|
1983
1985
|
body .mat-step-header:hover {
|
|
1984
1986
|
background: none;
|
|
@@ -2083,7 +2085,7 @@ body .mat-tab-header-pagination-chevron {
|
|
|
2083
2085
|
body .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
|
|
2084
2086
|
border-color: var(--text-disabled);
|
|
2085
2087
|
}
|
|
2086
|
-
body .mat-tab-group[class*=mat-background-] .mat-tab-header,
|
|
2088
|
+
body .mat-tab-group[class*=mat-background-] > .mat-tab-header,
|
|
2087
2089
|
body .mat-tab-nav-bar[class*=mat-background-] {
|
|
2088
2090
|
border-bottom: none;
|
|
2089
2091
|
border-top: none;
|
|
@@ -2156,6 +2158,7 @@ body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pag
|
|
|
2156
2158
|
body .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
|
|
2157
2159
|
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
|
|
2158
2160
|
border-color: var(--primary-contrast-resting);
|
|
2161
|
+
opacity: 0.4;
|
|
2159
2162
|
}
|
|
2160
2163
|
body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
|
|
2161
2164
|
body .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
|
|
@@ -2163,6 +2166,7 @@ body .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-rip
|
|
|
2163
2166
|
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
|
|
2164
2167
|
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
|
|
2165
2168
|
background-color: var(--primary-contrast-resting);
|
|
2169
|
+
opacity: 0.12;
|
|
2166
2170
|
}
|
|
2167
2171
|
body .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
2168
2172
|
body .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
@@ -2193,6 +2197,7 @@ body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagi
|
|
|
2193
2197
|
body .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
|
|
2194
2198
|
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
|
|
2195
2199
|
border-color: var(--accent-highlight-contrast);
|
|
2200
|
+
opacity: 0.4;
|
|
2196
2201
|
}
|
|
2197
2202
|
body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
|
|
2198
2203
|
body .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
|
|
@@ -2200,6 +2205,7 @@ body .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripp
|
|
|
2200
2205
|
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
|
|
2201
2206
|
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
|
|
2202
2207
|
background-color: var(--accent-highlight-contrast);
|
|
2208
|
+
opacity: 0.12;
|
|
2203
2209
|
}
|
|
2204
2210
|
body .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
2205
2211
|
body .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
@@ -2229,14 +2235,16 @@ body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator
|
|
|
2229
2235
|
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
|
|
2230
2236
|
body .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
|
|
2231
2237
|
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
|
|
2232
|
-
border-color:
|
|
2238
|
+
border-color: white;
|
|
2239
|
+
opacity: 0.4;
|
|
2233
2240
|
}
|
|
2234
2241
|
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
|
|
2235
2242
|
body .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
|
|
2236
2243
|
body .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
|
|
2237
2244
|
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
|
|
2238
2245
|
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
|
|
2239
|
-
background-color:
|
|
2246
|
+
background-color: white;
|
|
2247
|
+
opacity: 0.12;
|
|
2240
2248
|
}
|
|
2241
2249
|
body .mat-toolbar {
|
|
2242
2250
|
background: var(--bg-card);
|
|
@@ -2314,46 +2322,46 @@ body, .sto-header, .mat-card {
|
|
|
2314
2322
|
}
|
|
2315
2323
|
|
|
2316
2324
|
.mat-h1, .mat-headline, .mat-typography h1 {
|
|
2317
|
-
font: 400 28px/44px Equinor, Roboto;
|
|
2325
|
+
font: 400 28px / 44px Equinor, Roboto;
|
|
2318
2326
|
letter-spacing: normal;
|
|
2319
2327
|
margin: 0 0 16px;
|
|
2320
2328
|
}
|
|
2321
2329
|
|
|
2322
2330
|
.mat-h2, .mat-title, .mat-typography h2 {
|
|
2323
|
-
font: 400 24px/32px Equinor, Roboto;
|
|
2331
|
+
font: 400 24px / 32px Equinor, Roboto;
|
|
2324
2332
|
letter-spacing: normal;
|
|
2325
2333
|
margin: 0 0 16px;
|
|
2326
2334
|
}
|
|
2327
2335
|
|
|
2328
2336
|
.mat-h3, .mat-subheading-2, .mat-typography h3 {
|
|
2329
|
-
font: 400 20px/28px Equinor, Roboto;
|
|
2337
|
+
font: 400 20px / 28px Equinor, Roboto;
|
|
2330
2338
|
letter-spacing: normal;
|
|
2331
2339
|
margin: 0 0 16px;
|
|
2332
2340
|
}
|
|
2333
2341
|
|
|
2334
2342
|
.mat-h4, .mat-subheading-1, .mat-typography h4 {
|
|
2335
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
2343
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
2336
2344
|
letter-spacing: normal;
|
|
2337
2345
|
margin: 0 0 16px;
|
|
2338
2346
|
}
|
|
2339
2347
|
|
|
2340
2348
|
.mat-h5, .mat-typography h5 {
|
|
2341
|
-
font: 400 calc(13px * 0.83)/20px Equinor, Roboto;
|
|
2349
|
+
font: 400 calc(13px * 0.83) / 20px Equinor, Roboto;
|
|
2342
2350
|
margin: 0 0 12px;
|
|
2343
2351
|
}
|
|
2344
2352
|
|
|
2345
2353
|
.mat-h6, .mat-typography h6 {
|
|
2346
|
-
font: 400 calc(13px * 0.67)/20px Equinor, Roboto;
|
|
2354
|
+
font: 400 calc(13px * 0.67) / 20px Equinor, Roboto;
|
|
2347
2355
|
margin: 0 0 12px;
|
|
2348
2356
|
}
|
|
2349
2357
|
|
|
2350
2358
|
.mat-body-strong, .mat-body-2 {
|
|
2351
|
-
font: 400 13px/20px Equinor, Roboto;
|
|
2359
|
+
font: 400 13px / 20px Equinor, Roboto;
|
|
2352
2360
|
letter-spacing: normal;
|
|
2353
2361
|
}
|
|
2354
2362
|
|
|
2355
2363
|
.mat-body, .mat-body-1, .mat-typography {
|
|
2356
|
-
font: 400 13px/20px Equinor, Roboto;
|
|
2364
|
+
font: 400 13px / 20px Equinor, Roboto;
|
|
2357
2365
|
letter-spacing: normal;
|
|
2358
2366
|
}
|
|
2359
2367
|
.mat-body p, .mat-body-1 p, .mat-typography p {
|
|
@@ -2361,75 +2369,75 @@ body, .sto-header, .mat-card {
|
|
|
2361
2369
|
}
|
|
2362
2370
|
|
|
2363
2371
|
.mat-small, .mat-caption {
|
|
2364
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
2372
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
2365
2373
|
letter-spacing: normal;
|
|
2366
2374
|
}
|
|
2367
2375
|
|
|
2368
2376
|
.mat-display-4, .mat-typography .mat-display-4 {
|
|
2369
|
-
font: 300 112px/112px Equinor, Roboto;
|
|
2377
|
+
font: 300 112px / 112px Equinor, Roboto;
|
|
2370
2378
|
letter-spacing: -0.05em;
|
|
2371
2379
|
margin: 0 0 56px;
|
|
2372
2380
|
}
|
|
2373
2381
|
|
|
2374
2382
|
.mat-display-3, .mat-typography .mat-display-3 {
|
|
2375
|
-
font: 400 56px/56px Equinor, Roboto;
|
|
2383
|
+
font: 400 56px / 56px Equinor, Roboto;
|
|
2376
2384
|
letter-spacing: -0.02em;
|
|
2377
2385
|
margin: 0 0 64px;
|
|
2378
2386
|
}
|
|
2379
2387
|
|
|
2380
2388
|
.mat-display-2, .mat-typography .mat-display-2 {
|
|
2381
|
-
font: 400 45px/48px Equinor, Roboto;
|
|
2389
|
+
font: 400 45px / 48px Equinor, Roboto;
|
|
2382
2390
|
letter-spacing: -0.005em;
|
|
2383
2391
|
margin: 0 0 64px;
|
|
2384
2392
|
}
|
|
2385
2393
|
|
|
2386
2394
|
.mat-display-1, .mat-typography .mat-display-1 {
|
|
2387
|
-
font: 400 34px/40px Equinor, Roboto;
|
|
2395
|
+
font: 400 34px / 40px Equinor, Roboto;
|
|
2388
2396
|
letter-spacing: normal;
|
|
2389
2397
|
margin: 0 0 64px;
|
|
2390
2398
|
}
|
|
2391
2399
|
|
|
2392
2400
|
.mat-h1, .mat-headline, .mat-typography.sto-sm-typography h1 {
|
|
2393
|
-
font: 400 24px/40px Equinor, Roboto;
|
|
2401
|
+
font: 400 24px / 40px Equinor, Roboto;
|
|
2394
2402
|
letter-spacing: normal;
|
|
2395
2403
|
margin: 0 0 16px;
|
|
2396
2404
|
}
|
|
2397
2405
|
|
|
2398
2406
|
.mat-h2, .mat-title, .mat-typography.sto-sm-typography h2 {
|
|
2399
|
-
font: 400 20px/28px Equinor, Roboto;
|
|
2407
|
+
font: 400 20px / 28px Equinor, Roboto;
|
|
2400
2408
|
letter-spacing: normal;
|
|
2401
2409
|
margin: 0 0 16px;
|
|
2402
2410
|
}
|
|
2403
2411
|
|
|
2404
2412
|
.mat-h3, .mat-subheading-2, .mat-typography.sto-sm-typography h3 {
|
|
2405
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
2413
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
2406
2414
|
letter-spacing: normal;
|
|
2407
2415
|
margin: 0 0 16px;
|
|
2408
2416
|
}
|
|
2409
2417
|
|
|
2410
2418
|
.mat-h4, .mat-subheading-1, .mat-typography.sto-sm-typography h4 {
|
|
2411
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
2419
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
2412
2420
|
letter-spacing: normal;
|
|
2413
2421
|
margin: 0 0 16px;
|
|
2414
2422
|
}
|
|
2415
2423
|
|
|
2416
2424
|
.mat-h5, .mat-typography.sto-sm-typography h5 {
|
|
2417
|
-
font: 400 calc(10px * 0.83)/16px Equinor, Roboto;
|
|
2425
|
+
font: 400 calc(10px * 0.83) / 16px Equinor, Roboto;
|
|
2418
2426
|
margin: 0 0 12px;
|
|
2419
2427
|
}
|
|
2420
2428
|
|
|
2421
2429
|
.mat-h6, .mat-typography.sto-sm-typography h6 {
|
|
2422
|
-
font: 400 calc(10px * 0.67)/16px Equinor, Roboto;
|
|
2430
|
+
font: 400 calc(10px * 0.67) / 16px Equinor, Roboto;
|
|
2423
2431
|
margin: 0 0 12px;
|
|
2424
2432
|
}
|
|
2425
2433
|
|
|
2426
2434
|
.mat-body-strong, .mat-body-2 {
|
|
2427
|
-
font: 400 10px/16px Equinor, Roboto;
|
|
2435
|
+
font: 400 10px / 16px Equinor, Roboto;
|
|
2428
2436
|
letter-spacing: normal;
|
|
2429
2437
|
}
|
|
2430
2438
|
|
|
2431
2439
|
.mat-body, .mat-body-1, .mat-typography.sto-sm-typography {
|
|
2432
|
-
font: 400 10px/16px Equinor, Roboto;
|
|
2440
|
+
font: 400 10px / 16px Equinor, Roboto;
|
|
2433
2441
|
letter-spacing: normal;
|
|
2434
2442
|
}
|
|
2435
2443
|
.mat-body p, .mat-body-1 p, .mat-typography.sto-sm-typography p {
|
|
@@ -2437,75 +2445,75 @@ body, .sto-header, .mat-card {
|
|
|
2437
2445
|
}
|
|
2438
2446
|
|
|
2439
2447
|
.mat-small, .mat-caption {
|
|
2440
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
2448
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
2441
2449
|
letter-spacing: normal;
|
|
2442
2450
|
}
|
|
2443
2451
|
|
|
2444
2452
|
.mat-display-4, .mat-typography.sto-sm-typography .mat-display-4 {
|
|
2445
|
-
font: 300 112px/112px Equinor, Roboto;
|
|
2453
|
+
font: 300 112px / 112px Equinor, Roboto;
|
|
2446
2454
|
letter-spacing: -0.05em;
|
|
2447
2455
|
margin: 0 0 56px;
|
|
2448
2456
|
}
|
|
2449
2457
|
|
|
2450
2458
|
.mat-display-3, .mat-typography.sto-sm-typography .mat-display-3 {
|
|
2451
|
-
font: 400 56px/56px Equinor, Roboto;
|
|
2459
|
+
font: 400 56px / 56px Equinor, Roboto;
|
|
2452
2460
|
letter-spacing: -0.02em;
|
|
2453
2461
|
margin: 0 0 64px;
|
|
2454
2462
|
}
|
|
2455
2463
|
|
|
2456
2464
|
.mat-display-2, .mat-typography.sto-sm-typography .mat-display-2 {
|
|
2457
|
-
font: 400 45px/48px Equinor, Roboto;
|
|
2465
|
+
font: 400 45px / 48px Equinor, Roboto;
|
|
2458
2466
|
letter-spacing: -0.005em;
|
|
2459
2467
|
margin: 0 0 64px;
|
|
2460
2468
|
}
|
|
2461
2469
|
|
|
2462
2470
|
.mat-display-1, .mat-typography.sto-sm-typography .mat-display-1 {
|
|
2463
|
-
font: 400 34px/40px Equinor, Roboto;
|
|
2471
|
+
font: 400 34px / 40px Equinor, Roboto;
|
|
2464
2472
|
letter-spacing: normal;
|
|
2465
2473
|
margin: 0 0 64px;
|
|
2466
2474
|
}
|
|
2467
2475
|
|
|
2468
2476
|
.mat-h1, .mat-headline, .mat-typography.sto-l-typography h1 {
|
|
2469
|
-
font: 400 32px/48px Equinor, Roboto;
|
|
2477
|
+
font: 400 32px / 48px Equinor, Roboto;
|
|
2470
2478
|
letter-spacing: normal;
|
|
2471
2479
|
margin: 0 0 16px;
|
|
2472
2480
|
}
|
|
2473
2481
|
|
|
2474
2482
|
.mat-h2, .mat-title, .mat-typography.sto-l-typography h2 {
|
|
2475
|
-
font: 400 28px/40px Equinor, Roboto;
|
|
2483
|
+
font: 400 28px / 40px Equinor, Roboto;
|
|
2476
2484
|
letter-spacing: normal;
|
|
2477
2485
|
margin: 0 0 16px;
|
|
2478
2486
|
}
|
|
2479
2487
|
|
|
2480
2488
|
.mat-h3, .mat-subheading-2, .mat-typography.sto-l-typography h3 {
|
|
2481
|
-
font: 400 24px/40px Equinor, Roboto;
|
|
2489
|
+
font: 400 24px / 40px Equinor, Roboto;
|
|
2482
2490
|
letter-spacing: normal;
|
|
2483
2491
|
margin: 0 0 16px;
|
|
2484
2492
|
}
|
|
2485
2493
|
|
|
2486
2494
|
.mat-h4, .mat-subheading-1, .mat-typography.sto-l-typography h4 {
|
|
2487
|
-
font: 400 20px/32px Equinor, Roboto;
|
|
2495
|
+
font: 400 20px / 32px Equinor, Roboto;
|
|
2488
2496
|
letter-spacing: normal;
|
|
2489
2497
|
margin: 0 0 16px;
|
|
2490
2498
|
}
|
|
2491
2499
|
|
|
2492
2500
|
.mat-h5, .mat-typography.sto-l-typography h5 {
|
|
2493
|
-
font: 400 calc(16px * 0.83)/24px Equinor, Roboto;
|
|
2501
|
+
font: 400 calc(16px * 0.83) / 24px Equinor, Roboto;
|
|
2494
2502
|
margin: 0 0 12px;
|
|
2495
2503
|
}
|
|
2496
2504
|
|
|
2497
2505
|
.mat-h6, .mat-typography.sto-l-typography h6 {
|
|
2498
|
-
font: 400 calc(16px * 0.67)/24px Equinor, Roboto;
|
|
2506
|
+
font: 400 calc(16px * 0.67) / 24px Equinor, Roboto;
|
|
2499
2507
|
margin: 0 0 12px;
|
|
2500
2508
|
}
|
|
2501
2509
|
|
|
2502
2510
|
.mat-body-strong, .mat-body-2 {
|
|
2503
|
-
font: 400 18px/24px Equinor, Roboto;
|
|
2511
|
+
font: 400 18px / 24px Equinor, Roboto;
|
|
2504
2512
|
letter-spacing: normal;
|
|
2505
2513
|
}
|
|
2506
2514
|
|
|
2507
2515
|
.mat-body, .mat-body-1, .mat-typography.sto-l-typography {
|
|
2508
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
2516
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
2509
2517
|
letter-spacing: normal;
|
|
2510
2518
|
}
|
|
2511
2519
|
.mat-body p, .mat-body-1 p, .mat-typography.sto-l-typography p {
|
|
@@ -2513,30 +2521,30 @@ body, .sto-header, .mat-card {
|
|
|
2513
2521
|
}
|
|
2514
2522
|
|
|
2515
2523
|
.mat-small, .mat-caption {
|
|
2516
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
2524
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
2517
2525
|
letter-spacing: normal;
|
|
2518
2526
|
}
|
|
2519
2527
|
|
|
2520
2528
|
.mat-display-4, .mat-typography.sto-l-typography .mat-display-4 {
|
|
2521
|
-
font: 300 112px/112px Equinor, Roboto;
|
|
2529
|
+
font: 300 112px / 112px Equinor, Roboto;
|
|
2522
2530
|
letter-spacing: -0.05em;
|
|
2523
2531
|
margin: 0 0 56px;
|
|
2524
2532
|
}
|
|
2525
2533
|
|
|
2526
2534
|
.mat-display-3, .mat-typography.sto-l-typography .mat-display-3 {
|
|
2527
|
-
font: 400 56px/56px Equinor, Roboto;
|
|
2535
|
+
font: 400 56px / 56px Equinor, Roboto;
|
|
2528
2536
|
letter-spacing: -0.02em;
|
|
2529
2537
|
margin: 0 0 64px;
|
|
2530
2538
|
}
|
|
2531
2539
|
|
|
2532
2540
|
.mat-display-2, .mat-typography.sto-l-typography .mat-display-2 {
|
|
2533
|
-
font: 400 45px/48px Equinor, Roboto;
|
|
2541
|
+
font: 400 45px / 48px Equinor, Roboto;
|
|
2534
2542
|
letter-spacing: -0.005em;
|
|
2535
2543
|
margin: 0 0 64px;
|
|
2536
2544
|
}
|
|
2537
2545
|
|
|
2538
2546
|
.mat-display-1, .mat-typography.sto-l-typography .mat-display-1 {
|
|
2539
|
-
font: 400 34px/40px Equinor, Roboto;
|
|
2547
|
+
font: 400 34px / 40px Equinor, Roboto;
|
|
2540
2548
|
letter-spacing: normal;
|
|
2541
2549
|
margin: 0 0 64px;
|
|
2542
2550
|
}
|
|
@@ -2553,70 +2561,70 @@ body, .sto-header, .mat-card {
|
|
|
2553
2561
|
font-size: 24px;
|
|
2554
2562
|
}
|
|
2555
2563
|
.mat-typography .mat-h1, .mat-typography .mat-headline, .mat-typography .mat-typography h1 {
|
|
2556
|
-
font: 400 28px/44px Equinor, Roboto;
|
|
2564
|
+
font: 400 28px / 44px Equinor, Roboto;
|
|
2557
2565
|
letter-spacing: normal;
|
|
2558
2566
|
margin: 0 0 16px;
|
|
2559
2567
|
}
|
|
2560
2568
|
.mat-typography .mat-h2, .mat-typography .mat-title, .mat-typography .mat-typography h2 {
|
|
2561
|
-
font: 400 24px/32px Equinor, Roboto;
|
|
2569
|
+
font: 400 24px / 32px Equinor, Roboto;
|
|
2562
2570
|
letter-spacing: normal;
|
|
2563
2571
|
margin: 0 0 16px;
|
|
2564
2572
|
}
|
|
2565
2573
|
.mat-typography .mat-h3, .mat-typography .mat-subheading-2, .mat-typography .mat-typography h3 {
|
|
2566
|
-
font: 400 20px/28px Equinor, Roboto;
|
|
2574
|
+
font: 400 20px / 28px Equinor, Roboto;
|
|
2567
2575
|
letter-spacing: normal;
|
|
2568
2576
|
margin: 0 0 16px;
|
|
2569
2577
|
}
|
|
2570
2578
|
.mat-typography .mat-h4, .mat-typography .mat-subheading-1, .mat-typography .mat-typography h4 {
|
|
2571
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
2579
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
2572
2580
|
letter-spacing: normal;
|
|
2573
2581
|
margin: 0 0 16px;
|
|
2574
2582
|
}
|
|
2575
2583
|
.mat-typography .mat-h5, .mat-typography .mat-typography h5 {
|
|
2576
|
-
font: 400 calc(13px * 0.83)/20px Equinor, Roboto;
|
|
2584
|
+
font: 400 calc(13px * 0.83) / 20px Equinor, Roboto;
|
|
2577
2585
|
margin: 0 0 12px;
|
|
2578
2586
|
}
|
|
2579
2587
|
.mat-typography .mat-h6, .mat-typography .mat-typography h6 {
|
|
2580
|
-
font: 400 calc(13px * 0.67)/20px Equinor, Roboto;
|
|
2588
|
+
font: 400 calc(13px * 0.67) / 20px Equinor, Roboto;
|
|
2581
2589
|
margin: 0 0 12px;
|
|
2582
2590
|
}
|
|
2583
2591
|
.mat-typography .mat-body-strong, .mat-typography .mat-body-2 {
|
|
2584
|
-
font: 400 13px/20px Equinor, Roboto;
|
|
2592
|
+
font: 400 13px / 20px Equinor, Roboto;
|
|
2585
2593
|
letter-spacing: normal;
|
|
2586
2594
|
}
|
|
2587
2595
|
.mat-typography .mat-body, .mat-typography .mat-body-1, .mat-typography .mat-typography {
|
|
2588
|
-
font: 400 13px/20px Equinor, Roboto;
|
|
2596
|
+
font: 400 13px / 20px Equinor, Roboto;
|
|
2589
2597
|
letter-spacing: normal;
|
|
2590
2598
|
}
|
|
2591
2599
|
.mat-typography .mat-body p, .mat-typography .mat-body-1 p, .mat-typography .mat-typography p {
|
|
2592
2600
|
margin: 0 0 12px;
|
|
2593
2601
|
}
|
|
2594
2602
|
.mat-typography .mat-small, .mat-typography .mat-caption {
|
|
2595
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
2603
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
2596
2604
|
letter-spacing: normal;
|
|
2597
2605
|
}
|
|
2598
2606
|
.mat-typography .mat-display-4, .mat-typography .mat-typography .mat-display-4 {
|
|
2599
|
-
font: 300 112px/112px Equinor, Roboto;
|
|
2607
|
+
font: 300 112px / 112px Equinor, Roboto;
|
|
2600
2608
|
letter-spacing: -0.05em;
|
|
2601
2609
|
margin: 0 0 56px;
|
|
2602
2610
|
}
|
|
2603
2611
|
.mat-typography .mat-display-3, .mat-typography .mat-typography .mat-display-3 {
|
|
2604
|
-
font: 400 56px/56px Equinor, Roboto;
|
|
2612
|
+
font: 400 56px / 56px Equinor, Roboto;
|
|
2605
2613
|
letter-spacing: -0.02em;
|
|
2606
2614
|
margin: 0 0 64px;
|
|
2607
2615
|
}
|
|
2608
2616
|
.mat-typography .mat-display-2, .mat-typography .mat-typography .mat-display-2 {
|
|
2609
|
-
font: 400 45px/48px Equinor, Roboto;
|
|
2617
|
+
font: 400 45px / 48px Equinor, Roboto;
|
|
2610
2618
|
letter-spacing: -0.005em;
|
|
2611
2619
|
margin: 0 0 64px;
|
|
2612
2620
|
}
|
|
2613
2621
|
.mat-typography .mat-display-1, .mat-typography .mat-typography .mat-display-1 {
|
|
2614
|
-
font: 400 34px/40px Equinor, Roboto;
|
|
2622
|
+
font: 400 34px / 40px Equinor, Roboto;
|
|
2615
2623
|
letter-spacing: normal;
|
|
2616
2624
|
margin: 0 0 64px;
|
|
2617
2625
|
}
|
|
2618
2626
|
.mat-typography .mat-bottom-sheet-container {
|
|
2619
|
-
font: 400 13px/20px Equinor, Roboto;
|
|
2627
|
+
font: 400 13px / 20px Equinor, Roboto;
|
|
2620
2628
|
letter-spacing: normal;
|
|
2621
2629
|
}
|
|
2622
2630
|
.mat-typography .mat-button, .mat-typography .mat-raised-button, .mat-typography .mat-icon-button, .mat-typography .mat-stroked-button,
|
|
@@ -2682,7 +2690,7 @@ body, .sto-header, .mat-card {
|
|
|
2682
2690
|
font-weight: 400;
|
|
2683
2691
|
}
|
|
2684
2692
|
.mat-typography .mat-dialog-title {
|
|
2685
|
-
font: 400 24px/32px Equinor, Roboto;
|
|
2693
|
+
font: 400 24px / 32px Equinor, Roboto;
|
|
2686
2694
|
letter-spacing: normal;
|
|
2687
2695
|
}
|
|
2688
2696
|
.mat-typography .mat-expansion-panel-header {
|
|
@@ -2691,11 +2699,11 @@ body, .sto-header, .mat-card {
|
|
|
2691
2699
|
font-weight: 400;
|
|
2692
2700
|
}
|
|
2693
2701
|
.mat-typography .mat-expansion-panel-content {
|
|
2694
|
-
font: 400 13px/20px Equinor, Roboto;
|
|
2702
|
+
font: 400 13px / 20px Equinor, Roboto;
|
|
2695
2703
|
letter-spacing: normal;
|
|
2696
2704
|
}
|
|
2697
2705
|
.mat-typography .mat-form-field {
|
|
2698
|
-
font: 400 13px/1.333 0.025em;
|
|
2706
|
+
font: 400 13px / 1.333 0.025em;
|
|
2699
2707
|
letter-spacing: normal;
|
|
2700
2708
|
}
|
|
2701
2709
|
.mat-typography .mat-form-field-wrapper {
|
|
@@ -2753,17 +2761,14 @@ body, .sto-header, .mat-card {
|
|
|
2753
2761
|
.mat-typography .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
|
|
2754
2762
|
.mat-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
2755
2763
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.001px);
|
|
2756
|
-
-ms-transform: translateY(-1.33325em) scale(0.75);
|
|
2757
2764
|
width: 133.3333333333%;
|
|
2758
2765
|
}
|
|
2759
2766
|
.mat-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
2760
2767
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00101px);
|
|
2761
|
-
-ms-transform: translateY(-1.33324em) scale(0.75);
|
|
2762
2768
|
width: 133.3333433333%;
|
|
2763
2769
|
}
|
|
2764
2770
|
.mat-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
2765
2771
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00102px);
|
|
2766
|
-
-ms-transform: translateY(-1.33323em) scale(0.75);
|
|
2767
2772
|
width: 133.3333533333%;
|
|
2768
2773
|
}
|
|
2769
2774
|
.mat-typography .mat-form-field-appearance-legacy .mat-form-field-label {
|
|
@@ -2898,7 +2903,7 @@ body, .sto-header, .mat-card {
|
|
|
2898
2903
|
.mat-typography .mat-toolbar h4,
|
|
2899
2904
|
.mat-typography .mat-toolbar h5,
|
|
2900
2905
|
.mat-typography .mat-toolbar h6 {
|
|
2901
|
-
font: 400 24px/32px Equinor, Roboto;
|
|
2906
|
+
font: 400 24px / 32px Equinor, Roboto;
|
|
2902
2907
|
letter-spacing: normal;
|
|
2903
2908
|
margin: 0;
|
|
2904
2909
|
}
|
|
@@ -2986,7 +2991,7 @@ body, .sto-header, .mat-card {
|
|
|
2986
2991
|
font-size: 20px;
|
|
2987
2992
|
}
|
|
2988
2993
|
.mat-typography .mat-optgroup-label {
|
|
2989
|
-
font: 400 13px/20px Equinor, Roboto;
|
|
2994
|
+
font: 400 13px / 20px Equinor, Roboto;
|
|
2990
2995
|
letter-spacing: normal;
|
|
2991
2996
|
}
|
|
2992
2997
|
.mat-typography .mat-simple-snackbar {
|
|
@@ -3152,70 +3157,70 @@ body, .sto-header, .mat-card {
|
|
|
3152
3157
|
font-size: 24px;
|
|
3153
3158
|
}
|
|
3154
3159
|
.mat-typography.sto-sm-typography .mat-h1, .mat-typography.sto-sm-typography .mat-headline, .mat-typography.sto-sm-typography .mat-typography h1 {
|
|
3155
|
-
font: 400 24px/40px Equinor, Roboto;
|
|
3160
|
+
font: 400 24px / 40px Equinor, Roboto;
|
|
3156
3161
|
letter-spacing: normal;
|
|
3157
3162
|
margin: 0 0 16px;
|
|
3158
3163
|
}
|
|
3159
3164
|
.mat-typography.sto-sm-typography .mat-h2, .mat-typography.sto-sm-typography .mat-title, .mat-typography.sto-sm-typography .mat-typography h2 {
|
|
3160
|
-
font: 400 20px/28px Equinor, Roboto;
|
|
3165
|
+
font: 400 20px / 28px Equinor, Roboto;
|
|
3161
3166
|
letter-spacing: normal;
|
|
3162
3167
|
margin: 0 0 16px;
|
|
3163
3168
|
}
|
|
3164
3169
|
.mat-typography.sto-sm-typography .mat-h3, .mat-typography.sto-sm-typography .mat-subheading-2, .mat-typography.sto-sm-typography .mat-typography h3 {
|
|
3165
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
3170
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
3166
3171
|
letter-spacing: normal;
|
|
3167
3172
|
margin: 0 0 16px;
|
|
3168
3173
|
}
|
|
3169
3174
|
.mat-typography.sto-sm-typography .mat-h4, .mat-typography.sto-sm-typography .mat-subheading-1, .mat-typography.sto-sm-typography .mat-typography h4 {
|
|
3170
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
3175
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
3171
3176
|
letter-spacing: normal;
|
|
3172
3177
|
margin: 0 0 16px;
|
|
3173
3178
|
}
|
|
3174
3179
|
.mat-typography.sto-sm-typography .mat-h5, .mat-typography.sto-sm-typography .mat-typography h5 {
|
|
3175
|
-
font: 400 calc(10px * 0.83)/16px Equinor, Roboto;
|
|
3180
|
+
font: 400 calc(10px * 0.83) / 16px Equinor, Roboto;
|
|
3176
3181
|
margin: 0 0 12px;
|
|
3177
3182
|
}
|
|
3178
3183
|
.mat-typography.sto-sm-typography .mat-h6, .mat-typography.sto-sm-typography .mat-typography h6 {
|
|
3179
|
-
font: 400 calc(10px * 0.67)/16px Equinor, Roboto;
|
|
3184
|
+
font: 400 calc(10px * 0.67) / 16px Equinor, Roboto;
|
|
3180
3185
|
margin: 0 0 12px;
|
|
3181
3186
|
}
|
|
3182
3187
|
.mat-typography.sto-sm-typography .mat-body-strong, .mat-typography.sto-sm-typography .mat-body-2 {
|
|
3183
|
-
font: 400 10px/16px Equinor, Roboto;
|
|
3188
|
+
font: 400 10px / 16px Equinor, Roboto;
|
|
3184
3189
|
letter-spacing: normal;
|
|
3185
3190
|
}
|
|
3186
3191
|
.mat-typography.sto-sm-typography .mat-body, .mat-typography.sto-sm-typography .mat-body-1, .mat-typography.sto-sm-typography .mat-typography {
|
|
3187
|
-
font: 400 10px/16px Equinor, Roboto;
|
|
3192
|
+
font: 400 10px / 16px Equinor, Roboto;
|
|
3188
3193
|
letter-spacing: normal;
|
|
3189
3194
|
}
|
|
3190
3195
|
.mat-typography.sto-sm-typography .mat-body p, .mat-typography.sto-sm-typography .mat-body-1 p, .mat-typography.sto-sm-typography .mat-typography p {
|
|
3191
3196
|
margin: 0 0 12px;
|
|
3192
3197
|
}
|
|
3193
3198
|
.mat-typography.sto-sm-typography .mat-small, .mat-typography.sto-sm-typography .mat-caption {
|
|
3194
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
3199
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
3195
3200
|
letter-spacing: normal;
|
|
3196
3201
|
}
|
|
3197
3202
|
.mat-typography.sto-sm-typography .mat-display-4, .mat-typography.sto-sm-typography .mat-typography .mat-display-4 {
|
|
3198
|
-
font: 300 112px/112px Equinor, Roboto;
|
|
3203
|
+
font: 300 112px / 112px Equinor, Roboto;
|
|
3199
3204
|
letter-spacing: -0.05em;
|
|
3200
3205
|
margin: 0 0 56px;
|
|
3201
3206
|
}
|
|
3202
3207
|
.mat-typography.sto-sm-typography .mat-display-3, .mat-typography.sto-sm-typography .mat-typography .mat-display-3 {
|
|
3203
|
-
font: 400 56px/56px Equinor, Roboto;
|
|
3208
|
+
font: 400 56px / 56px Equinor, Roboto;
|
|
3204
3209
|
letter-spacing: -0.02em;
|
|
3205
3210
|
margin: 0 0 64px;
|
|
3206
3211
|
}
|
|
3207
3212
|
.mat-typography.sto-sm-typography .mat-display-2, .mat-typography.sto-sm-typography .mat-typography .mat-display-2 {
|
|
3208
|
-
font: 400 45px/48px Equinor, Roboto;
|
|
3213
|
+
font: 400 45px / 48px Equinor, Roboto;
|
|
3209
3214
|
letter-spacing: -0.005em;
|
|
3210
3215
|
margin: 0 0 64px;
|
|
3211
3216
|
}
|
|
3212
3217
|
.mat-typography.sto-sm-typography .mat-display-1, .mat-typography.sto-sm-typography .mat-typography .mat-display-1 {
|
|
3213
|
-
font: 400 34px/40px Equinor, Roboto;
|
|
3218
|
+
font: 400 34px / 40px Equinor, Roboto;
|
|
3214
3219
|
letter-spacing: normal;
|
|
3215
3220
|
margin: 0 0 64px;
|
|
3216
3221
|
}
|
|
3217
3222
|
.mat-typography.sto-sm-typography .mat-bottom-sheet-container {
|
|
3218
|
-
font: 400 10px/16px Equinor, Roboto;
|
|
3223
|
+
font: 400 10px / 16px Equinor, Roboto;
|
|
3219
3224
|
letter-spacing: normal;
|
|
3220
3225
|
}
|
|
3221
3226
|
.mat-typography.sto-sm-typography .mat-button, .mat-typography.sto-sm-typography .mat-raised-button, .mat-typography.sto-sm-typography .mat-icon-button, .mat-typography.sto-sm-typography .mat-stroked-button,
|
|
@@ -3281,7 +3286,7 @@ body, .sto-header, .mat-card {
|
|
|
3281
3286
|
font-weight: 400;
|
|
3282
3287
|
}
|
|
3283
3288
|
.mat-typography.sto-sm-typography .mat-dialog-title {
|
|
3284
|
-
font: 400 20px/28px Equinor, Roboto;
|
|
3289
|
+
font: 400 20px / 28px Equinor, Roboto;
|
|
3285
3290
|
letter-spacing: normal;
|
|
3286
3291
|
}
|
|
3287
3292
|
.mat-typography.sto-sm-typography .mat-expansion-panel-header {
|
|
@@ -3290,11 +3295,11 @@ body, .sto-header, .mat-card {
|
|
|
3290
3295
|
font-weight: 400;
|
|
3291
3296
|
}
|
|
3292
3297
|
.mat-typography.sto-sm-typography .mat-expansion-panel-content {
|
|
3293
|
-
font: 400 10px/16px Equinor, Roboto;
|
|
3298
|
+
font: 400 10px / 16px Equinor, Roboto;
|
|
3294
3299
|
letter-spacing: normal;
|
|
3295
3300
|
}
|
|
3296
3301
|
.mat-typography.sto-sm-typography .mat-form-field {
|
|
3297
|
-
font: 400 10px/1.333 0.025em;
|
|
3302
|
+
font: 400 10px / 1.333 0.025em;
|
|
3298
3303
|
letter-spacing: normal;
|
|
3299
3304
|
}
|
|
3300
3305
|
.mat-typography.sto-sm-typography .mat-form-field-wrapper {
|
|
@@ -3352,17 +3357,14 @@ body, .sto-header, .mat-card {
|
|
|
3352
3357
|
.mat-typography.sto-sm-typography .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
|
|
3353
3358
|
.mat-typography.sto-sm-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
3354
3359
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00106px);
|
|
3355
|
-
-ms-transform: translateY(-1.33319em) scale(0.75);
|
|
3356
3360
|
width: 133.3333933333%;
|
|
3357
3361
|
}
|
|
3358
3362
|
.mat-typography.sto-sm-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
3359
3363
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00107px);
|
|
3360
|
-
-ms-transform: translateY(-1.33318em) scale(0.75);
|
|
3361
3364
|
width: 133.3334033333%;
|
|
3362
3365
|
}
|
|
3363
3366
|
.mat-typography.sto-sm-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
3364
3367
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00108px);
|
|
3365
|
-
-ms-transform: translateY(-1.33317em) scale(0.75);
|
|
3366
3368
|
width: 133.3334133333%;
|
|
3367
3369
|
}
|
|
3368
3370
|
.mat-typography.sto-sm-typography .mat-form-field-appearance-legacy .mat-form-field-label {
|
|
@@ -3497,7 +3499,7 @@ body, .sto-header, .mat-card {
|
|
|
3497
3499
|
.mat-typography.sto-sm-typography .mat-toolbar h4,
|
|
3498
3500
|
.mat-typography.sto-sm-typography .mat-toolbar h5,
|
|
3499
3501
|
.mat-typography.sto-sm-typography .mat-toolbar h6 {
|
|
3500
|
-
font: 400 20px/28px Equinor, Roboto;
|
|
3502
|
+
font: 400 20px / 28px Equinor, Roboto;
|
|
3501
3503
|
letter-spacing: normal;
|
|
3502
3504
|
margin: 0;
|
|
3503
3505
|
}
|
|
@@ -3585,7 +3587,7 @@ body, .sto-header, .mat-card {
|
|
|
3585
3587
|
font-size: 16px;
|
|
3586
3588
|
}
|
|
3587
3589
|
.mat-typography.sto-sm-typography .mat-optgroup-label {
|
|
3588
|
-
font: 400 10px/16px Equinor, Roboto;
|
|
3590
|
+
font: 400 10px / 16px Equinor, Roboto;
|
|
3589
3591
|
letter-spacing: normal;
|
|
3590
3592
|
}
|
|
3591
3593
|
.mat-typography.sto-sm-typography .mat-simple-snackbar {
|
|
@@ -3751,70 +3753,70 @@ body, .sto-header, .mat-card {
|
|
|
3751
3753
|
font-size: 24px;
|
|
3752
3754
|
}
|
|
3753
3755
|
.mat-typography.sto-l-typography .mat-h1, .mat-typography.sto-l-typography .mat-headline, .mat-typography.sto-l-typography .mat-typography h1 {
|
|
3754
|
-
font: 400 32px/48px Equinor, Roboto;
|
|
3756
|
+
font: 400 32px / 48px Equinor, Roboto;
|
|
3755
3757
|
letter-spacing: normal;
|
|
3756
3758
|
margin: 0 0 16px;
|
|
3757
3759
|
}
|
|
3758
3760
|
.mat-typography.sto-l-typography .mat-h2, .mat-typography.sto-l-typography .mat-title, .mat-typography.sto-l-typography .mat-typography h2 {
|
|
3759
|
-
font: 400 28px/40px Equinor, Roboto;
|
|
3761
|
+
font: 400 28px / 40px Equinor, Roboto;
|
|
3760
3762
|
letter-spacing: normal;
|
|
3761
3763
|
margin: 0 0 16px;
|
|
3762
3764
|
}
|
|
3763
3765
|
.mat-typography.sto-l-typography .mat-h3, .mat-typography.sto-l-typography .mat-subheading-2, .mat-typography.sto-l-typography .mat-typography h3 {
|
|
3764
|
-
font: 400 24px/40px Equinor, Roboto;
|
|
3766
|
+
font: 400 24px / 40px Equinor, Roboto;
|
|
3765
3767
|
letter-spacing: normal;
|
|
3766
3768
|
margin: 0 0 16px;
|
|
3767
3769
|
}
|
|
3768
3770
|
.mat-typography.sto-l-typography .mat-h4, .mat-typography.sto-l-typography .mat-subheading-1, .mat-typography.sto-l-typography .mat-typography h4 {
|
|
3769
|
-
font: 400 20px/32px Equinor, Roboto;
|
|
3771
|
+
font: 400 20px / 32px Equinor, Roboto;
|
|
3770
3772
|
letter-spacing: normal;
|
|
3771
3773
|
margin: 0 0 16px;
|
|
3772
3774
|
}
|
|
3773
3775
|
.mat-typography.sto-l-typography .mat-h5, .mat-typography.sto-l-typography .mat-typography h5 {
|
|
3774
|
-
font: 400 calc(16px * 0.83)/24px Equinor, Roboto;
|
|
3776
|
+
font: 400 calc(16px * 0.83) / 24px Equinor, Roboto;
|
|
3775
3777
|
margin: 0 0 12px;
|
|
3776
3778
|
}
|
|
3777
3779
|
.mat-typography.sto-l-typography .mat-h6, .mat-typography.sto-l-typography .mat-typography h6 {
|
|
3778
|
-
font: 400 calc(16px * 0.67)/24px Equinor, Roboto;
|
|
3780
|
+
font: 400 calc(16px * 0.67) / 24px Equinor, Roboto;
|
|
3779
3781
|
margin: 0 0 12px;
|
|
3780
3782
|
}
|
|
3781
3783
|
.mat-typography.sto-l-typography .mat-body-strong, .mat-typography.sto-l-typography .mat-body-2 {
|
|
3782
|
-
font: 400 18px/24px Equinor, Roboto;
|
|
3784
|
+
font: 400 18px / 24px Equinor, Roboto;
|
|
3783
3785
|
letter-spacing: normal;
|
|
3784
3786
|
}
|
|
3785
3787
|
.mat-typography.sto-l-typography .mat-body, .mat-typography.sto-l-typography .mat-body-1, .mat-typography.sto-l-typography .mat-typography {
|
|
3786
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
3788
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
3787
3789
|
letter-spacing: normal;
|
|
3788
3790
|
}
|
|
3789
3791
|
.mat-typography.sto-l-typography .mat-body p, .mat-typography.sto-l-typography .mat-body-1 p, .mat-typography.sto-l-typography .mat-typography p {
|
|
3790
3792
|
margin: 0 0 12px;
|
|
3791
3793
|
}
|
|
3792
3794
|
.mat-typography.sto-l-typography .mat-small, .mat-typography.sto-l-typography .mat-caption {
|
|
3793
|
-
font: 400 12px/20px Equinor, Roboto;
|
|
3795
|
+
font: 400 12px / 20px Equinor, Roboto;
|
|
3794
3796
|
letter-spacing: normal;
|
|
3795
3797
|
}
|
|
3796
3798
|
.mat-typography.sto-l-typography .mat-display-4, .mat-typography.sto-l-typography .mat-typography .mat-display-4 {
|
|
3797
|
-
font: 300 112px/112px Equinor, Roboto;
|
|
3799
|
+
font: 300 112px / 112px Equinor, Roboto;
|
|
3798
3800
|
letter-spacing: -0.05em;
|
|
3799
3801
|
margin: 0 0 56px;
|
|
3800
3802
|
}
|
|
3801
3803
|
.mat-typography.sto-l-typography .mat-display-3, .mat-typography.sto-l-typography .mat-typography .mat-display-3 {
|
|
3802
|
-
font: 400 56px/56px Equinor, Roboto;
|
|
3804
|
+
font: 400 56px / 56px Equinor, Roboto;
|
|
3803
3805
|
letter-spacing: -0.02em;
|
|
3804
3806
|
margin: 0 0 64px;
|
|
3805
3807
|
}
|
|
3806
3808
|
.mat-typography.sto-l-typography .mat-display-2, .mat-typography.sto-l-typography .mat-typography .mat-display-2 {
|
|
3807
|
-
font: 400 45px/48px Equinor, Roboto;
|
|
3809
|
+
font: 400 45px / 48px Equinor, Roboto;
|
|
3808
3810
|
letter-spacing: -0.005em;
|
|
3809
3811
|
margin: 0 0 64px;
|
|
3810
3812
|
}
|
|
3811
3813
|
.mat-typography.sto-l-typography .mat-display-1, .mat-typography.sto-l-typography .mat-typography .mat-display-1 {
|
|
3812
|
-
font: 400 34px/40px Equinor, Roboto;
|
|
3814
|
+
font: 400 34px / 40px Equinor, Roboto;
|
|
3813
3815
|
letter-spacing: normal;
|
|
3814
3816
|
margin: 0 0 64px;
|
|
3815
3817
|
}
|
|
3816
3818
|
.mat-typography.sto-l-typography .mat-bottom-sheet-container {
|
|
3817
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
3819
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
3818
3820
|
letter-spacing: normal;
|
|
3819
3821
|
}
|
|
3820
3822
|
.mat-typography.sto-l-typography .mat-button, .mat-typography.sto-l-typography .mat-raised-button, .mat-typography.sto-l-typography .mat-icon-button, .mat-typography.sto-l-typography .mat-stroked-button,
|
|
@@ -3880,7 +3882,7 @@ body, .sto-header, .mat-card {
|
|
|
3880
3882
|
font-weight: 400;
|
|
3881
3883
|
}
|
|
3882
3884
|
.mat-typography.sto-l-typography .mat-dialog-title {
|
|
3883
|
-
font: 400 28px/40px Equinor, Roboto;
|
|
3885
|
+
font: 400 28px / 40px Equinor, Roboto;
|
|
3884
3886
|
letter-spacing: normal;
|
|
3885
3887
|
}
|
|
3886
3888
|
.mat-typography.sto-l-typography .mat-expansion-panel-header {
|
|
@@ -3889,11 +3891,11 @@ body, .sto-header, .mat-card {
|
|
|
3889
3891
|
font-weight: 400;
|
|
3890
3892
|
}
|
|
3891
3893
|
.mat-typography.sto-l-typography .mat-expansion-panel-content {
|
|
3892
|
-
font: 400 16px/24px Equinor, Roboto;
|
|
3894
|
+
font: 400 16px / 24px Equinor, Roboto;
|
|
3893
3895
|
letter-spacing: normal;
|
|
3894
3896
|
}
|
|
3895
3897
|
.mat-typography.sto-l-typography .mat-form-field {
|
|
3896
|
-
font: 400 16px/1.333 0.025em;
|
|
3898
|
+
font: 400 16px / 1.333 0.025em;
|
|
3897
3899
|
letter-spacing: normal;
|
|
3898
3900
|
}
|
|
3899
3901
|
.mat-typography.sto-l-typography .mat-form-field-wrapper {
|
|
@@ -3951,17 +3953,14 @@ body, .sto-header, .mat-card {
|
|
|
3951
3953
|
.mat-typography.sto-l-typography .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
|
|
3952
3954
|
.mat-typography.sto-l-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
3953
3955
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00112px);
|
|
3954
|
-
-ms-transform: translateY(-1.33313em) scale(0.75);
|
|
3955
3956
|
width: 133.3334533333%;
|
|
3956
3957
|
}
|
|
3957
3958
|
.mat-typography.sto-l-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
3958
3959
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00113px);
|
|
3959
|
-
-ms-transform: translateY(-1.33312em) scale(0.75);
|
|
3960
3960
|
width: 133.3334633333%;
|
|
3961
3961
|
}
|
|
3962
3962
|
.mat-typography.sto-l-typography .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
3963
3963
|
transform: translateY(-1.33325em) scale(0.75) perspective(100px) translateZ(0.00114px);
|
|
3964
|
-
-ms-transform: translateY(-1.33311em) scale(0.75);
|
|
3965
3964
|
width: 133.3334733333%;
|
|
3966
3965
|
}
|
|
3967
3966
|
.mat-typography.sto-l-typography .mat-form-field-appearance-legacy .mat-form-field-label {
|
|
@@ -4096,7 +4095,7 @@ body, .sto-header, .mat-card {
|
|
|
4096
4095
|
.mat-typography.sto-l-typography .mat-toolbar h4,
|
|
4097
4096
|
.mat-typography.sto-l-typography .mat-toolbar h5,
|
|
4098
4097
|
.mat-typography.sto-l-typography .mat-toolbar h6 {
|
|
4099
|
-
font: 400 28px/40px Equinor, Roboto;
|
|
4098
|
+
font: 400 28px / 40px Equinor, Roboto;
|
|
4100
4099
|
letter-spacing: normal;
|
|
4101
4100
|
margin: 0;
|
|
4102
4101
|
}
|
|
@@ -4184,7 +4183,7 @@ body, .sto-header, .mat-card {
|
|
|
4184
4183
|
font-size: 24px;
|
|
4185
4184
|
}
|
|
4186
4185
|
.mat-typography.sto-l-typography .mat-optgroup-label {
|
|
4187
|
-
font: 400 18px/24px Equinor, Roboto;
|
|
4186
|
+
font: 400 18px / 24px Equinor, Roboto;
|
|
4188
4187
|
letter-spacing: normal;
|
|
4189
4188
|
}
|
|
4190
4189
|
.mat-typography.sto-l-typography .mat-simple-snackbar {
|
|
@@ -4711,6 +4710,7 @@ body .sto-form__field--disabled .mat-select.mat-select-disabled .mat-select-arro
|
|
|
4711
4710
|
cursor: default;
|
|
4712
4711
|
}
|
|
4713
4712
|
.sto-form__field--readonly .mat-form-field-flex {
|
|
4713
|
+
border: 1px solid var(--divider);
|
|
4714
4714
|
background-color: transparent;
|
|
4715
4715
|
}
|
|
4716
4716
|
.sto-form__field--readonly :hover .mat-form-field-flex {
|
|
@@ -4736,6 +4736,8 @@ body .sto-form__field--disabled .mat-select.mat-select-disabled .mat-select-arro
|
|
|
4736
4736
|
}
|
|
4737
4737
|
.sto-form__field--disabled .mat-form-field-flex {
|
|
4738
4738
|
cursor: default;
|
|
4739
|
+
border: 1px solid var(--divider);
|
|
4740
|
+
background-color: transparent;
|
|
4739
4741
|
}
|
|
4740
4742
|
|
|
4741
4743
|
.sto-form__field.sto-form__field--without-placeholder {
|