@ngx-stoui/core 16.0.2 → 17.0.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/ngx-stoui.css CHANGED
@@ -234,10 +234,6 @@ body .sto-datatable .datatable-body .datatable-body-row:not(.active):hover .data
234
234
  body .sto-datatable .datatable-body .datatable-body-row:not(.active):hover .datatable-row-center {
235
235
  background-color: var(--bg-hover);
236
236
  }
237
- body .sto-datatable .datatable-body .datatable-body-row .sto-form__field .mat-mdc-form-field-infix {
238
- padding: 0 9px 0 0;
239
- border-top: 0;
240
- }
241
237
  body .sto-datatable .datatable-body .datatable-body-row .mat-mdc-icon-button {
242
238
  --mdc-icon-button-state-layer-size: 28px;
243
239
  padding: 0;
@@ -672,6 +668,7 @@ body .sto-dialog .mat-dialog-container .mat-dialog-content.scroll-lines {
672
668
  pointer-events: none;
673
669
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
674
670
  transform: scale3d(0, 0, 0);
671
+ background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
675
672
  }
676
673
  .cdk-high-contrast-active .mat-ripple-element {
677
674
  display: none;
@@ -854,8 +851,13 @@ textarea.cdk-textarea-autosize-measuring-firefox {
854
851
  --mat-mdc-focus-indicator-display: block;
855
852
  }
856
853
 
857
- .mat-ripple-element {
858
- background-color: rgba(0, 0, 0, 0.1);
854
+ .mat-app-background {
855
+ background-color: var(--mat-app-background-color, transparent);
856
+ color: var(--mat-app-text-color, inherit);
857
+ }
858
+
859
+ html {
860
+ --mat-ripple-color: rgba(0, 0, 0, 0.1);
859
861
  }
860
862
 
861
863
  html {
@@ -868,87 +870,71 @@ html {
868
870
 
869
871
  .mat-accent {
870
872
  --mat-option-selected-state-label-text-color: var(--accent-highlight);
873
+ --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
874
+ --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
875
+ --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
876
+ --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
871
877
  }
872
878
 
873
879
  .mat-warn {
874
880
  --mat-option-selected-state-label-text-color: #f44336;
881
+ --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
882
+ --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
883
+ --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
884
+ --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
875
885
  }
876
886
 
877
887
  html {
878
888
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
879
889
  }
880
890
 
881
- .mat-pseudo-checkbox-full {
882
- color: rgba(0, 0, 0, 0.54);
883
- }
884
- .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
885
- color: #b0b0b0;
886
- }
887
-
888
- .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
889
- .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
890
- color: var(--primary-resting);
891
- }
892
- .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
893
- .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
894
- background: var(--primary-resting);
895
- }
896
- .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
897
- .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
898
- color: #fafafa;
899
- }
900
-
901
- .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
902
- .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
903
- color: var(--accent-highlight);
904
- }
905
- .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
906
- .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
907
- background: var(--accent-highlight);
908
- }
909
- .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
910
- .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
911
- color: #fafafa;
891
+ .mat-primary {
892
+ --mat-full-pseudo-checkbox-selected-icon-color: var(--primary-resting);
893
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
894
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
895
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
896
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
897
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
898
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--primary-resting);
899
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
912
900
  }
913
901
 
914
- .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
915
- .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
916
- color: var(--accent-highlight);
917
- }
918
- .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
919
- .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
920
- background: var(--accent-highlight);
921
- }
922
- .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
923
- .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
924
- color: #fafafa;
902
+ html {
903
+ --mat-full-pseudo-checkbox-selected-icon-color: var(--accent-highlight);
904
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
905
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
906
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
907
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
908
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
909
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--accent-highlight);
910
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
925
911
  }
926
912
 
927
- .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
928
- .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
929
- color: #f44336;
930
- }
931
- .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
932
- .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
933
- background: #f44336;
934
- }
935
- .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
936
- .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
937
- color: #fafafa;
913
+ .mat-accent {
914
+ --mat-full-pseudo-checkbox-selected-icon-color: var(--accent-highlight);
915
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
916
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
917
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
918
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
919
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
920
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--accent-highlight);
921
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
938
922
  }
939
923
 
940
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
941
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
942
- color: #b0b0b0;
943
- }
944
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
945
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
946
- background: #b0b0b0;
924
+ .mat-warn {
925
+ --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
926
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
927
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
928
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
929
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
930
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
931
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
932
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
947
933
  }
948
934
 
949
- .mat-app-background {
950
- background-color: #fafafa;
951
- color: rgba(0, 0, 0, 0.87);
935
+ html {
936
+ --mat-app-background-color: #fafafa;
937
+ --mat-app-text-color: rgba(0, 0, 0, 0.87);
952
938
  }
953
939
 
954
940
  .mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
@@ -1055,8 +1041,8 @@ html {
1055
1041
  display: none;
1056
1042
  }
1057
1043
 
1058
- .mat-ripple-element {
1059
- background-color: rgba(0, 0, 0, 0.1);
1044
+ html {
1045
+ --mat-ripple-color: rgba(0, 0, 0, 0.1);
1060
1046
  }
1061
1047
 
1062
1048
  html {
@@ -1069,87 +1055,71 @@ html {
1069
1055
 
1070
1056
  .mat-accent {
1071
1057
  --mat-option-selected-state-label-text-color: var(--accent-highlight);
1058
+ --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
1059
+ --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
1060
+ --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
1061
+ --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
1072
1062
  }
1073
1063
 
1074
1064
  .mat-warn {
1075
1065
  --mat-option-selected-state-label-text-color: #f44336;
1066
+ --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
1067
+ --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
1068
+ --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
1069
+ --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
1076
1070
  }
1077
1071
 
1078
1072
  html {
1079
1073
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
1080
1074
  }
1081
1075
 
1082
- .mat-pseudo-checkbox-full {
1083
- color: rgba(0, 0, 0, 0.54);
1084
- }
1085
- .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
1086
- color: #b0b0b0;
1087
- }
1088
-
1089
- .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
1090
- .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
1091
- color: var(--primary-resting);
1092
- }
1093
- .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
1094
- .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
1095
- background: var(--primary-resting);
1096
- }
1097
- .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
1098
- .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
1099
- color: #fafafa;
1100
- }
1101
-
1102
- .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
1103
- .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
1104
- color: var(--accent-highlight);
1105
- }
1106
- .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
1107
- .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
1108
- background: var(--accent-highlight);
1109
- }
1110
- .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
1111
- .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
1112
- color: #fafafa;
1076
+ .mat-primary {
1077
+ --mat-full-pseudo-checkbox-selected-icon-color: var(--primary-resting);
1078
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
1079
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
1080
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
1081
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
1082
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
1083
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--primary-resting);
1084
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
1113
1085
  }
1114
1086
 
1115
- .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
1116
- .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
1117
- color: var(--accent-highlight);
1118
- }
1119
- .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
1120
- .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
1121
- background: var(--accent-highlight);
1122
- }
1123
- .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
1124
- .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
1125
- color: #fafafa;
1087
+ html {
1088
+ --mat-full-pseudo-checkbox-selected-icon-color: var(--accent-highlight);
1089
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
1090
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
1091
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
1092
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
1093
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
1094
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--accent-highlight);
1095
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
1126
1096
  }
1127
1097
 
1128
- .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
1129
- .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
1130
- color: #f44336;
1131
- }
1132
- .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
1133
- .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
1134
- background: #f44336;
1135
- }
1136
- .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
1137
- .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
1138
- color: #fafafa;
1098
+ .mat-accent {
1099
+ --mat-full-pseudo-checkbox-selected-icon-color: var(--accent-highlight);
1100
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
1101
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
1102
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
1103
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
1104
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
1105
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--accent-highlight);
1106
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
1139
1107
  }
1140
1108
 
1141
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
1142
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
1143
- color: #b0b0b0;
1144
- }
1145
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
1146
- .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
1147
- background: #b0b0b0;
1109
+ .mat-warn {
1110
+ --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
1111
+ --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
1112
+ --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
1113
+ --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
1114
+ --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
1115
+ --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
1116
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
1117
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
1148
1118
  }
1149
1119
 
1150
- .mat-app-background {
1151
- background-color: #fafafa;
1152
- color: rgba(0, 0, 0, 0.87);
1120
+ html {
1121
+ --mat-app-background-color: #fafafa;
1122
+ --mat-app-text-color: rgba(0, 0, 0, 0.87);
1153
1123
  }
1154
1124
 
1155
1125
  .mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
@@ -1256,7 +1226,13 @@ html {
1256
1226
  display: none;
1257
1227
  }
1258
1228
 
1259
- .mat-mdc-card {
1229
+ html {
1230
+ --mdc-elevated-card-container-shape: 4px;
1231
+ --mdc-outlined-card-container-shape: 4px;
1232
+ --mdc-outlined-card-outline-width: 1px;
1233
+ }
1234
+
1235
+ html {
1260
1236
  --mdc-elevated-card-container-color: white;
1261
1237
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
1262
1238
  --mdc-outlined-card-container-color: white;
@@ -1265,101 +1241,44 @@ html {
1265
1241
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
1266
1242
  }
1267
1243
 
1244
+ html {
1245
+ --mdc-linear-progress-active-indicator-height: 4px;
1246
+ --mdc-linear-progress-track-height: 4px;
1247
+ --mdc-linear-progress-track-shape: 0;
1248
+ }
1249
+
1268
1250
  .mat-mdc-progress-bar {
1269
1251
  --mdc-linear-progress-active-indicator-color: var(--primary-resting);
1270
1252
  --mdc-linear-progress-track-color: var(--primary-resting);
1271
1253
  }
1272
- @keyframes mdc-linear-progress-buffering {
1273
- from {
1274
- /* @noflip */ /*rtl:ignore*/
1275
- }
1276
- }
1277
- .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
1278
- background-color: var(--primary-resting);
1279
- /* @alternate */
1280
- background-color: var(--mdc-linear-progress-track-color, var(--primary-resting));
1281
- }
1282
- @media (forced-colors: active) {
1283
- .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
1284
- background-color: ButtonBorder;
1285
- }
1286
- }
1287
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1288
- .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
1289
- background-color: transparent;
1290
- background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='var(--primary-resting)'/%3E%3C/svg%3E");
1291
- }
1292
- }
1293
- .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
1294
- background-color: var(--primary-resting);
1295
- /* @alternate */
1296
- background-color: var(--mdc-linear-progress-track-color, var(--primary-resting));
1297
- }
1298
1254
  .mat-mdc-progress-bar.mat-accent {
1299
1255
  --mdc-linear-progress-active-indicator-color: var(--accent-highlight);
1300
1256
  --mdc-linear-progress-track-color: var(--accent-highlight);
1301
1257
  }
1302
- @keyframes mdc-linear-progress-buffering {
1303
- from {
1304
- /* @noflip */ /*rtl:ignore*/
1305
- }
1306
- }
1307
- .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
1308
- background-color: var(--accent-highlight);
1309
- /* @alternate */
1310
- background-color: var(--mdc-linear-progress-track-color, var(--accent-highlight));
1311
- }
1312
- @media (forced-colors: active) {
1313
- .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
1314
- background-color: ButtonBorder;
1315
- }
1316
- }
1317
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1318
- .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
1319
- background-color: transparent;
1320
- background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='var(--accent-highlight)'/%3E%3C/svg%3E");
1321
- }
1322
- }
1323
- .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
1324
- background-color: var(--accent-highlight);
1325
- /* @alternate */
1326
- background-color: var(--mdc-linear-progress-track-color, var(--accent-highlight));
1327
- }
1328
1258
  .mat-mdc-progress-bar.mat-warn {
1329
1259
  --mdc-linear-progress-active-indicator-color: #f44336;
1330
1260
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
1331
1261
  }
1332
- @keyframes mdc-linear-progress-buffering {
1333
- from {
1334
- /* @noflip */ /*rtl:ignore*/
1335
- }
1336
- }
1337
- .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
1338
- background-color: rgba(244, 67, 54, 0.25);
1339
- /* @alternate */
1340
- background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
1341
- }
1342
- @media (forced-colors: active) {
1343
- .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
1344
- background-color: ButtonBorder;
1345
- }
1346
- }
1347
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1348
- .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
1349
- background-color: transparent;
1350
- background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
1351
- }
1352
- }
1353
- .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
1354
- background-color: rgba(244, 67, 54, 0.25);
1355
- /* @alternate */
1356
- background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
1357
- }
1358
- .mat-mdc-tooltip {
1262
+
1263
+ html {
1264
+ --mdc-plain-tooltip-container-shape: 4px;
1265
+ --mdc-plain-tooltip-supporting-text-line-height: 16px;
1266
+ }
1267
+
1268
+ html {
1359
1269
  --mdc-plain-tooltip-container-color: #616161;
1360
1270
  --mdc-plain-tooltip-supporting-text-color: #fff;
1361
1271
  }
1362
1272
 
1273
+ html {
1274
+ --mdc-filled-text-field-active-indicator-height: 1px;
1275
+ --mdc-filled-text-field-focus-active-indicator-height: 2px;
1276
+ --mdc-filled-text-field-container-shape: 4px;
1277
+ --mdc-outlined-text-field-outline-width: 1px;
1278
+ --mdc-outlined-text-field-focus-outline-width: 2px;
1279
+ --mdc-outlined-text-field-container-shape: 4px;
1280
+ }
1281
+
1363
1282
  html {
1364
1283
  --mdc-filled-text-field-caret-color: var(--primary-resting);
1365
1284
  --mdc-filled-text-field-focus-active-indicator-color: var(--primary-resting);
@@ -1367,10 +1286,12 @@ html {
1367
1286
  --mdc-filled-text-field-container-color: whitesmoke;
1368
1287
  --mdc-filled-text-field-disabled-container-color: #fafafa;
1369
1288
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
1289
+ --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
1370
1290
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
1371
1291
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
1372
1292
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
1373
1293
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
1294
+ --mdc-filled-text-field-error-hover-label-text-color: #f44336;
1374
1295
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
1375
1296
  --mdc-filled-text-field-error-label-text-color: #f44336;
1376
1297
  --mdc-filled-text-field-error-caret-color: #f44336;
@@ -1384,6 +1305,7 @@ html {
1384
1305
  --mdc-outlined-text-field-focus-outline-color: var(--primary-resting);
1385
1306
  --mdc-outlined-text-field-focus-label-text-color: var(--primary-resting);
1386
1307
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
1308
+ --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
1387
1309
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
1388
1310
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
1389
1311
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
@@ -1391,56 +1313,30 @@ html {
1391
1313
  --mdc-outlined-text-field-error-caret-color: #f44336;
1392
1314
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
1393
1315
  --mdc-outlined-text-field-error-label-text-color: #f44336;
1316
+ --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
1394
1317
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
1395
1318
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
1396
1319
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
1397
1320
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
1398
1321
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
1399
1322
  --mdc-outlined-text-field-error-outline-color: #f44336;
1323
+ --mat-form-field-focus-select-arrow-color: var(--primary-resting);
1400
1324
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
1401
- }
1402
-
1403
- .mat-mdc-form-field-error {
1404
- color: var(--mdc-theme-error, #f44336);
1405
- }
1406
-
1407
- .mat-mdc-form-field-subscript-wrapper,
1408
- .mat-mdc-form-field-bottom-align::before {
1409
- -moz-osx-font-smoothing: grayscale;
1410
- -webkit-font-smoothing: antialiased;
1411
- font-family: var(--mat-form-field-subscript-text-font);
1412
- line-height: var(--mat-form-field-subscript-text-line-height);
1413
- font-size: var(--mat-form-field-subscript-text-size);
1414
- letter-spacing: var(--mat-form-field-subscript-text-tracking);
1415
- font-weight: var(--mat-form-field-subscript-text-weight);
1416
- }
1417
-
1418
- .mat-mdc-form-field-focus-overlay {
1419
- background-color: rgba(0, 0, 0, 0.87);
1420
- }
1421
-
1422
- .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
1423
- opacity: 0.04;
1424
- }
1425
-
1426
- .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
1427
- opacity: 0.12;
1428
- }
1429
-
1430
- .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
1431
- color: rgba(0, 0, 0, 0.54);
1432
- }
1433
- .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
1434
- color: rgba(var(--primary-resting), 0.87);
1435
- }
1436
- .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
1437
- color: rgba(var(--accent-highlight), 0.87);
1438
- }
1439
- .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
1440
- color: rgba(244, 67, 54, 0.87);
1441
- }
1442
- .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
1443
- color: rgba(0, 0, 0, 0.38);
1325
+ --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
1326
+ --mat-form-field-error-text-color: #f44336;
1327
+ --mat-form-field-select-option-text-color: inherit;
1328
+ --mat-form-field-select-disabled-option-text-color: GrayText;
1329
+ --mat-form-field-leading-icon-color: unset;
1330
+ --mat-form-field-disabled-leading-icon-color: unset;
1331
+ --mat-form-field-trailing-icon-color: unset;
1332
+ --mat-form-field-disabled-trailing-icon-color: unset;
1333
+ --mat-form-field-error-focus-trailing-icon-color: unset;
1334
+ --mat-form-field-error-hover-trailing-icon-color: unset;
1335
+ --mat-form-field-error-trailing-icon-color: unset;
1336
+ --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
1337
+ --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
1338
+ --mat-form-field-hover-state-layer-opacity: 0.04;
1339
+ --mat-form-field-focus-state-layer-opacity: 0.08;
1444
1340
  }
1445
1341
 
1446
1342
  .mat-mdc-form-field.mat-accent {
@@ -1450,6 +1346,7 @@ html {
1450
1346
  --mdc-outlined-text-field-caret-color: var(--accent-highlight);
1451
1347
  --mdc-outlined-text-field-focus-outline-color: var(--accent-highlight);
1452
1348
  --mdc-outlined-text-field-focus-label-text-color: var(--accent-highlight);
1349
+ --mat-form-field-focus-select-arrow-color: var(--accent-highlight);
1453
1350
  }
1454
1351
 
1455
1352
  .mat-mdc-form-field.mat-warn {
@@ -1459,45 +1356,15 @@ html {
1459
1356
  --mdc-outlined-text-field-caret-color: #f44336;
1460
1357
  --mdc-outlined-text-field-focus-outline-color: #f44336;
1461
1358
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
1359
+ --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
1462
1360
  }
1463
1361
 
1464
- .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
1465
- border-left: 1px solid transparent;
1466
- }
1467
-
1468
- [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
1469
- border-left: none;
1470
- border-right: 1px solid transparent;
1471
- }
1472
-
1473
- .mat-mdc-form-field-infix {
1474
- min-height: 56px;
1475
- }
1476
-
1477
- .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
1478
- top: 28px;
1479
- }
1480
-
1481
- .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1482
- --mat-mdc-form-field-label-transform: translateY(
1483
- -34.75px)
1484
- scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
1485
- transform: var(--mat-mdc-form-field-label-transform);
1486
- }
1487
-
1488
- .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
1489
- padding-top: 16px;
1490
- padding-bottom: 16px;
1491
- }
1492
-
1493
- .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
1494
- padding-top: 24px;
1495
- padding-bottom: 8px;
1496
- }
1497
-
1498
- .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
1499
- padding-top: 16px;
1500
- padding-bottom: 16px;
1362
+ html {
1363
+ --mat-form-field-container-height: 56px;
1364
+ --mat-form-field-filled-label-display: block;
1365
+ --mat-form-field-container-vertical-padding: 16px;
1366
+ --mat-form-field-filled-with-label-container-padding-top: 24px;
1367
+ --mat-form-field-filled-with-label-container-padding-bottom: 8px;
1501
1368
  }
1502
1369
 
1503
1370
  html {
@@ -1535,12 +1402,27 @@ html {
1535
1402
  --mat-autocomplete-background-color: white;
1536
1403
  }
1537
1404
 
1538
- .mat-mdc-dialog-container {
1405
+ html {
1406
+ --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
1407
+ --mdc-dialog-container-shadow-color: #000;
1408
+ --mdc-dialog-container-shape: 4px;
1409
+ }
1410
+
1411
+ html {
1539
1412
  --mdc-dialog-container-color: white;
1540
1413
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
1541
1414
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
1542
1415
  }
1543
1416
 
1417
+ .mat-mdc-standard-chip {
1418
+ --mdc-chip-container-shape-family: rounded;
1419
+ --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
1420
+ --mdc-chip-with-avatar-avatar-shape-family: rounded;
1421
+ --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
1422
+ --mdc-chip-with-avatar-avatar-size: 28px;
1423
+ --mdc-chip-with-icon-icon-size: 18px;
1424
+ }
1425
+
1544
1426
  .mat-mdc-standard-chip {
1545
1427
  --mdc-chip-disabled-label-text-color: #212121;
1546
1428
  --mdc-chip-elevated-container-color: #e0e0e0;
@@ -1598,7 +1480,28 @@ html {
1598
1480
  --mdc-chip-container-height: 32px;
1599
1481
  }
1600
1482
 
1601
- .mat-mdc-slide-toggle {
1483
+ html {
1484
+ --mdc-switch-disabled-handle-opacity: 0.38;
1485
+ --mdc-switch-disabled-selected-icon-opacity: 0.38;
1486
+ --mdc-switch-disabled-track-opacity: 0.12;
1487
+ --mdc-switch-disabled-unselected-icon-opacity: 0.38;
1488
+ --mdc-switch-handle-height: 20px;
1489
+ --mdc-switch-handle-shape: 10px;
1490
+ --mdc-switch-handle-width: 20px;
1491
+ --mdc-switch-selected-icon-size: 18px;
1492
+ --mdc-switch-track-height: 14px;
1493
+ --mdc-switch-track-shape: 7px;
1494
+ --mdc-switch-track-width: 36px;
1495
+ --mdc-switch-unselected-icon-size: 18px;
1496
+ --mdc-switch-selected-focus-state-layer-opacity: 0.12;
1497
+ --mdc-switch-selected-hover-state-layer-opacity: 0.04;
1498
+ --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
1499
+ --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
1500
+ --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
1501
+ --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
1502
+ }
1503
+
1504
+ html {
1602
1505
  --mdc-switch-disabled-selected-handle-color: #424242;
1603
1506
  --mdc-switch-disabled-selected-icon-color: #fff;
1604
1507
  --mdc-switch-disabled-selected-track-color: #424242;
@@ -1622,14 +1525,12 @@ html {
1622
1525
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
1623
1526
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
1624
1527
  --mdc-switch-unselected-track-color: #e0e0e0;
1528
+ --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
1625
1529
  }
1626
- .mat-mdc-slide-toggle .mdc-form-field {
1627
- color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
1628
- }
1629
- .mat-mdc-slide-toggle .mdc-switch--disabled + label {
1630
- color: rgba(0, 0, 0, 0.38);
1530
+ html .mat-mdc-slide-toggle {
1531
+ --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
1631
1532
  }
1632
- .mat-mdc-slide-toggle.mat-warn {
1533
+ html .mat-mdc-slide-toggle.mat-warn {
1633
1534
  --mdc-switch-selected-focus-state-layer-color: #e53935;
1634
1535
  --mdc-switch-selected-handle-color: #e53935;
1635
1536
  --mdc-switch-selected-hover-state-layer-color: #e53935;
@@ -1643,14 +1544,19 @@ html {
1643
1544
  --mdc-switch-selected-track-color: #e57373;
1644
1545
  }
1645
1546
 
1646
- .mat-mdc-slide-toggle {
1647
- --mdc-switch-state-layer-size: 48px;
1547
+ html {
1548
+ --mdc-switch-state-layer-size: 40px;
1648
1549
  }
1649
1550
 
1650
- .mat-mdc-radio-button .mdc-form-field {
1651
- color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
1551
+ html {
1552
+ --mdc-radio-disabled-selected-icon-opacity: 0.38;
1553
+ --mdc-radio-disabled-unselected-icon-opacity: 0.38;
1554
+ --mdc-radio-state-layer-size: 40px;
1652
1555
  }
1653
1556
 
1557
+ .mat-mdc-radio-button {
1558
+ --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
1559
+ }
1654
1560
  .mat-mdc-radio-button.mat-primary {
1655
1561
  --mdc-radio-disabled-selected-icon-color: #000;
1656
1562
  --mdc-radio-disabled-unselected-icon-color: #000;
@@ -1694,54 +1600,80 @@ html {
1694
1600
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
1695
1601
  }
1696
1602
 
1697
- .mat-mdc-radio-button .mdc-radio {
1603
+ html {
1698
1604
  --mdc-radio-state-layer-size: 40px;
1699
1605
  }
1700
1606
 
1701
- .mat-mdc-slider {
1702
- --mdc-slider-label-container-color: black;
1703
- --mdc-slider-label-label-text-color: white;
1704
- --mdc-slider-disabled-handle-color: #000;
1705
- --mdc-slider-disabled-active-track-color: #000;
1706
- --mdc-slider-disabled-inactive-track-color: #000;
1707
- --mdc-slider-with-tick-marks-disabled-container-color: #000;
1708
- --mat-mdc-slider-value-indicator-opacity: 0.6;
1607
+ html {
1608
+ --mat-slider-value-indicator-width: auto;
1609
+ --mat-slider-value-indicator-height: 32px;
1610
+ --mat-slider-value-indicator-caret-display: block;
1611
+ --mat-slider-value-indicator-border-radius: 4px;
1612
+ --mat-slider-value-indicator-padding: 0 12px;
1613
+ --mat-slider-value-indicator-text-transform: none;
1614
+ --mat-slider-value-indicator-container-transform: translateX(-50%);
1615
+ --mdc-slider-active-track-height: 6px;
1616
+ --mdc-slider-active-track-shape: 9999px;
1617
+ --mdc-slider-handle-height: 20px;
1618
+ --mdc-slider-handle-shape: 50%;
1619
+ --mdc-slider-handle-width: 20px;
1620
+ --mdc-slider-inactive-track-height: 4px;
1621
+ --mdc-slider-inactive-track-shape: 9999px;
1622
+ --mdc-slider-with-overlap-handle-outline-width: 1px;
1623
+ --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
1624
+ --mdc-slider-with-tick-marks-container-shape: 50%;
1625
+ --mdc-slider-with-tick-marks-container-size: 2px;
1626
+ --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
1709
1627
  }
1710
- .mat-mdc-slider.mat-primary {
1628
+
1629
+ html {
1711
1630
  --mdc-slider-handle-color: var(--primary-resting);
1712
1631
  --mdc-slider-focus-handle-color: var(--primary-resting);
1713
1632
  --mdc-slider-hover-handle-color: var(--primary-resting);
1714
1633
  --mdc-slider-active-track-color: var(--primary-resting);
1715
1634
  --mdc-slider-inactive-track-color: var(--primary-resting);
1716
- --mdc-slider-with-tick-marks-active-container-color: #000;
1717
1635
  --mdc-slider-with-tick-marks-inactive-container-color: var(--primary-resting);
1718
- --mat-mdc-slider-ripple-color: var(--primary-resting);
1719
- --mat-mdc-slider-hover-ripple-color: rgba(var(--primary-resting), 0.05);
1720
- --mat-mdc-slider-focus-ripple-color: rgba(var(--primary-resting), 0.2);
1721
- }
1722
- .mat-mdc-slider.mat-accent {
1636
+ --mdc-slider-with-tick-marks-active-container-color: var(--primary-contrast-resting);
1637
+ --mdc-slider-disabled-active-track-color: #000;
1638
+ --mdc-slider-disabled-handle-color: #000;
1639
+ --mdc-slider-disabled-inactive-track-color: #000;
1640
+ --mdc-slider-label-container-color: #000;
1641
+ --mdc-slider-label-label-text-color: #fff;
1642
+ --mdc-slider-with-overlap-handle-outline-color: #fff;
1643
+ --mdc-slider-with-tick-marks-disabled-container-color: #000;
1644
+ --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
1645
+ --mat-slider-ripple-color: var(--primary-resting);
1646
+ --mat-slider-hover-state-layer-color: rgba(var(--primary-resting), 0.05);
1647
+ --mat-slider-focus-state-layer-color: rgba(var(--primary-resting), 0.2);
1648
+ --mat-slider-value-indicator-opacity: 0.6;
1649
+ }
1650
+ html .mat-accent {
1651
+ --mat-slider-ripple-color: var(--accent-highlight);
1652
+ --mat-slider-hover-state-layer-color: rgba(var(--accent-highlight), 0.05);
1653
+ --mat-slider-focus-state-layer-color: rgba(var(--accent-highlight), 0.2);
1723
1654
  --mdc-slider-handle-color: var(--accent-highlight);
1724
1655
  --mdc-slider-focus-handle-color: var(--accent-highlight);
1725
1656
  --mdc-slider-hover-handle-color: var(--accent-highlight);
1726
1657
  --mdc-slider-active-track-color: var(--accent-highlight);
1727
1658
  --mdc-slider-inactive-track-color: var(--accent-highlight);
1728
- --mdc-slider-with-tick-marks-active-container-color: #000;
1729
1659
  --mdc-slider-with-tick-marks-inactive-container-color: var(--accent-highlight);
1730
- --mat-mdc-slider-ripple-color: var(--accent-highlight);
1731
- --mat-mdc-slider-hover-ripple-color: rgba(var(--accent-highlight), 0.05);
1732
- --mat-mdc-slider-focus-ripple-color: rgba(var(--accent-highlight), 0.2);
1660
+ --mdc-slider-with-tick-marks-active-container-color: var(--accent-highlight-contrast);
1733
1661
  }
1734
- .mat-mdc-slider.mat-warn {
1662
+ html .mat-warn {
1663
+ --mat-slider-ripple-color: #f44336;
1664
+ --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
1665
+ --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
1735
1666
  --mdc-slider-handle-color: #f44336;
1736
1667
  --mdc-slider-focus-handle-color: #f44336;
1737
1668
  --mdc-slider-hover-handle-color: #f44336;
1738
1669
  --mdc-slider-active-track-color: #f44336;
1739
1670
  --mdc-slider-inactive-track-color: #f44336;
1740
- --mdc-slider-with-tick-marks-active-container-color: #fff;
1741
1671
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
1742
- --mat-mdc-slider-ripple-color: #f44336;
1743
- --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
1744
- --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
1672
+ --mdc-slider-with-tick-marks-active-container-color: white;
1673
+ }
1674
+
1675
+ html {
1676
+ --mat-menu-container-shape: 4px;
1745
1677
  }
1746
1678
 
1747
1679
  html {
@@ -1752,7 +1684,23 @@ html {
1752
1684
  --mat-menu-container-color: white;
1753
1685
  }
1754
1686
 
1755
- .mat-mdc-list-base {
1687
+ html {
1688
+ --mdc-list-list-item-container-shape: 0;
1689
+ --mdc-list-list-item-leading-avatar-shape: 50%;
1690
+ --mdc-list-list-item-container-color: transparent;
1691
+ --mdc-list-list-item-selected-container-color: transparent;
1692
+ --mdc-list-list-item-leading-avatar-color: transparent;
1693
+ --mdc-list-list-item-leading-icon-size: 24px;
1694
+ --mdc-list-list-item-leading-avatar-size: 40px;
1695
+ --mdc-list-list-item-trailing-icon-size: 24px;
1696
+ --mdc-list-list-item-disabled-state-layer-color: transparent;
1697
+ --mdc-list-list-item-disabled-state-layer-opacity: 0;
1698
+ --mdc-list-list-item-disabled-label-text-opacity: 0.38;
1699
+ --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
1700
+ --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
1701
+ }
1702
+
1703
+ html {
1756
1704
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
1757
1705
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
1758
1706
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
@@ -1886,12 +1834,17 @@ html {
1886
1834
  opacity: 1;
1887
1835
  }
1888
1836
 
1889
- .mat-mdc-list-base {
1837
+ html {
1890
1838
  --mdc-list-list-item-one-line-container-height: 48px;
1891
1839
  --mdc-list-list-item-two-line-container-height: 64px;
1892
1840
  --mdc-list-list-item-three-line-container-height: 88px;
1893
1841
  }
1894
1842
 
1843
+ .mdc-list-item__start,
1844
+ .mdc-list-item__end {
1845
+ --mdc-radio-state-layer-size: 40px;
1846
+ }
1847
+
1895
1848
  .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
1896
1849
  height: 56px;
1897
1850
  }
@@ -1910,32 +1863,20 @@ html {
1910
1863
  --mat-paginator-container-size: 56px;
1911
1864
  }
1912
1865
 
1913
- .mat-mdc-paginator .mat-mdc-form-field-infix {
1914
- min-height: 40px;
1915
- }
1916
- .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
1917
- top: 20px;
1918
- }
1919
- .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1920
- --mat-mdc-form-field-label-transform: translateY(
1921
- -26.75px)
1922
- scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
1923
- transform: var(--mat-mdc-form-field-label-transform);
1866
+ .mat-mdc-paginator {
1867
+ --mat-form-field-container-height: 40px;
1868
+ --mat-form-field-filled-label-display: none;
1869
+ --mat-form-field-container-vertical-padding: 8px;
1870
+ --mat-form-field-filled-with-label-container-padding-top: 8px;
1871
+ --mat-form-field-filled-with-label-container-padding-bottom: 8px;
1924
1872
  }
1925
- .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
1926
- padding-top: 8px;
1927
- padding-bottom: 8px;
1928
- }
1929
- .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
1930
- padding-top: 8px;
1931
- padding-bottom: 8px;
1932
- }
1933
- .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
1934
- padding-top: 8px;
1935
- padding-bottom: 8px;
1936
- }
1937
- .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
1938
- display: none;
1873
+
1874
+ html {
1875
+ --mdc-tab-indicator-active-indicator-height: 2px;
1876
+ --mdc-tab-indicator-active-indicator-shape: 0;
1877
+ --mdc-secondary-navigation-tab-container-height: 48px;
1878
+ --mat-tab-header-divider-color: transparent;
1879
+ --mat-tab-header-divider-height: 0;
1939
1880
  }
1940
1881
 
1941
1882
  .mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
@@ -2000,6 +1941,16 @@ html {
2000
1941
  --mdc-secondary-navigation-tab-container-height: 48px;
2001
1942
  }
2002
1943
 
1944
+ html {
1945
+ --mdc-checkbox-disabled-selected-checkmark-color: #fff;
1946
+ --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
1947
+ --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
1948
+ --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
1949
+ --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
1950
+ --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
1951
+ --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
1952
+ }
1953
+
2003
1954
  html {
2004
1955
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
2005
1956
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
@@ -2020,6 +1971,9 @@ html {
2020
1971
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
2021
1972
  }
2022
1973
 
1974
+ .mat-mdc-checkbox {
1975
+ --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
1976
+ }
2023
1977
  .mat-mdc-checkbox.mat-primary {
2024
1978
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
2025
1979
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
@@ -2058,9 +2012,6 @@ html {
2058
2012
  --mdc-checkbox-unselected-hover-state-layer-color: black;
2059
2013
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
2060
2014
  }
2061
- .mat-mdc-checkbox .mdc-form-field {
2062
- color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
2063
- }
2064
2015
  .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
2065
2016
  color: rgba(0, 0, 0, 0.38);
2066
2017
  }
@@ -2069,197 +2020,174 @@ html {
2069
2020
  --mdc-checkbox-state-layer-size: 40px;
2070
2021
  }
2071
2022
 
2072
- .mat-mdc-button.mat-unthemed {
2023
+ html {
2024
+ --mdc-text-button-container-shape: 4px;
2025
+ --mdc-text-button-keep-touch-target: false;
2026
+ --mdc-filled-button-container-shape: 4px;
2027
+ --mdc-filled-button-keep-touch-target: false;
2028
+ --mdc-protected-button-container-shape: 4px;
2029
+ --mdc-protected-button-keep-touch-target: false;
2030
+ --mdc-outlined-button-keep-touch-target: false;
2031
+ --mdc-outlined-button-outline-width: 1px;
2032
+ --mdc-outlined-button-container-shape: 4px;
2033
+ }
2034
+
2035
+ html {
2073
2036
  --mdc-text-button-label-text-color: #000;
2037
+ --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2038
+ --mat-text-button-state-layer-color: #000;
2039
+ --mat-text-button-disabled-state-layer-color: #000;
2040
+ --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
2041
+ --mat-text-button-hover-state-layer-opacity: 0.04;
2042
+ --mat-text-button-focus-state-layer-opacity: 0.12;
2043
+ --mat-text-button-pressed-state-layer-opacity: 0.12;
2044
+ --mdc-filled-button-container-color: white;
2045
+ --mdc-filled-button-label-text-color: #000;
2046
+ --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
2047
+ --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2048
+ --mat-filled-button-state-layer-color: #000;
2049
+ --mat-filled-button-disabled-state-layer-color: #000;
2050
+ --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
2051
+ --mat-filled-button-hover-state-layer-opacity: 0.04;
2052
+ --mat-filled-button-focus-state-layer-opacity: 0.12;
2053
+ --mat-filled-button-pressed-state-layer-opacity: 0.12;
2054
+ --mdc-protected-button-container-color: white;
2055
+ --mdc-protected-button-label-text-color: #000;
2056
+ --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
2057
+ --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2058
+ --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
2059
+ --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
2060
+ --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
2061
+ --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
2062
+ --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
2063
+ --mdc-protected-button-container-shadow-color: #000;
2064
+ --mat-protected-button-state-layer-color: #000;
2065
+ --mat-protected-button-disabled-state-layer-color: #000;
2066
+ --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
2067
+ --mat-protected-button-hover-state-layer-opacity: 0.04;
2068
+ --mat-protected-button-focus-state-layer-opacity: 0.12;
2069
+ --mat-protected-button-pressed-state-layer-opacity: 0.12;
2070
+ --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
2071
+ --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2072
+ --mdc-outlined-button-label-text-color: #000;
2073
+ --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
2074
+ --mat-outlined-button-state-layer-color: #000;
2075
+ --mat-outlined-button-disabled-state-layer-color: #000;
2076
+ --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
2077
+ --mat-outlined-button-hover-state-layer-opacity: 0.04;
2078
+ --mat-outlined-button-focus-state-layer-opacity: 0.12;
2079
+ --mat-outlined-button-pressed-state-layer-opacity: 0.12;
2074
2080
  }
2081
+
2075
2082
  .mat-mdc-button.mat-primary {
2076
2083
  --mdc-text-button-label-text-color: var(--primary-resting);
2084
+ --mat-text-button-state-layer-color: var(--primary-resting);
2085
+ --mat-text-button-ripple-color: var(--primary-resting);
2077
2086
  }
2078
2087
  .mat-mdc-button.mat-accent {
2079
2088
  --mdc-text-button-label-text-color: var(--accent-highlight);
2089
+ --mat-text-button-state-layer-color: var(--accent-highlight);
2090
+ --mat-text-button-ripple-color: var(--accent-highlight);
2080
2091
  }
2081
2092
  .mat-mdc-button.mat-warn {
2082
2093
  --mdc-text-button-label-text-color: #f44336;
2083
- }
2084
- .mat-mdc-button[disabled][disabled] {
2085
- --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2086
- --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
2094
+ --mat-text-button-state-layer-color: #f44336;
2095
+ --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
2087
2096
  }
2088
2097
 
2089
- .mat-mdc-unelevated-button.mat-unthemed {
2090
- --mdc-filled-button-container-color: #fff;
2091
- --mdc-filled-button-label-text-color: #000;
2092
- }
2093
2098
  .mat-mdc-unelevated-button.mat-primary {
2094
2099
  --mdc-filled-button-container-color: var(--primary-resting);
2095
2100
  --mdc-filled-button-label-text-color: #000;
2101
+ --mat-filled-button-state-layer-color: #000;
2102
+ --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
2096
2103
  }
2097
2104
  .mat-mdc-unelevated-button.mat-accent {
2098
2105
  --mdc-filled-button-container-color: var(--accent-highlight);
2099
2106
  --mdc-filled-button-label-text-color: #000;
2107
+ --mat-filled-button-state-layer-color: #000;
2108
+ --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
2100
2109
  }
2101
2110
  .mat-mdc-unelevated-button.mat-warn {
2102
2111
  --mdc-filled-button-container-color: #f44336;
2103
2112
  --mdc-filled-button-label-text-color: #fff;
2104
- }
2105
- .mat-mdc-unelevated-button[disabled][disabled] {
2106
- --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
2107
- --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2108
- --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
2109
- --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
2113
+ --mat-filled-button-state-layer-color: #fff;
2114
+ --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
2110
2115
  }
2111
2116
 
2112
- .mat-mdc-raised-button.mat-unthemed {
2113
- --mdc-protected-button-container-color: #fff;
2114
- --mdc-protected-button-label-text-color: #000;
2115
- }
2116
2117
  .mat-mdc-raised-button.mat-primary {
2117
2118
  --mdc-protected-button-container-color: var(--primary-resting);
2118
2119
  --mdc-protected-button-label-text-color: #000;
2120
+ --mat-protected-button-state-layer-color: #000;
2121
+ --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
2119
2122
  }
2120
2123
  .mat-mdc-raised-button.mat-accent {
2121
2124
  --mdc-protected-button-container-color: var(--accent-highlight);
2122
2125
  --mdc-protected-button-label-text-color: #000;
2126
+ --mat-protected-button-state-layer-color: #000;
2127
+ --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
2123
2128
  }
2124
2129
  .mat-mdc-raised-button.mat-warn {
2125
2130
  --mdc-protected-button-container-color: #f44336;
2126
2131
  --mdc-protected-button-label-text-color: #fff;
2127
- }
2128
- .mat-mdc-raised-button[disabled][disabled] {
2129
- --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
2130
- --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2131
- --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
2132
- --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
2133
- --mdc-protected-button-container-elevation: 0;
2132
+ --mat-protected-button-state-layer-color: #fff;
2133
+ --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
2134
2134
  }
2135
2135
 
2136
- .mat-mdc-outlined-button {
2137
- --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
2138
- }
2139
- .mat-mdc-outlined-button.mat-unthemed {
2140
- --mdc-outlined-button-label-text-color: #000;
2141
- }
2142
2136
  .mat-mdc-outlined-button.mat-primary {
2143
2137
  --mdc-outlined-button-label-text-color: var(--primary-resting);
2138
+ --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
2139
+ --mat-outlined-button-state-layer-color: var(--primary-resting);
2140
+ --mat-outlined-button-ripple-color: var(--primary-resting);
2144
2141
  }
2145
2142
  .mat-mdc-outlined-button.mat-accent {
2146
2143
  --mdc-outlined-button-label-text-color: var(--accent-highlight);
2144
+ --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
2145
+ --mat-outlined-button-state-layer-color: var(--accent-highlight);
2146
+ --mat-outlined-button-ripple-color: var(--accent-highlight);
2147
2147
  }
2148
2148
  .mat-mdc-outlined-button.mat-warn {
2149
2149
  --mdc-outlined-button-label-text-color: #f44336;
2150
- }
2151
- .mat-mdc-outlined-button[disabled][disabled] {
2152
- --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
2153
- --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
2154
2150
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
2155
- --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
2156
- }
2157
-
2158
- .mat-mdc-button, .mat-mdc-outlined-button {
2159
- --mat-mdc-button-persistent-ripple-color: #000;
2160
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2161
- }
2162
- .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
2163
- opacity: 0.04;
2164
- }
2165
- .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
2166
- opacity: 0.12;
2167
- }
2168
- .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
2169
- opacity: 0.12;
2170
- }
2171
- .mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
2172
- --mat-mdc-button-persistent-ripple-color: var(--primary-resting);
2173
- --mat-mdc-button-ripple-color: rgba(var(--primary-resting), 0.1);
2174
- }
2175
- .mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
2176
- --mat-mdc-button-persistent-ripple-color: var(--accent-highlight);
2177
- --mat-mdc-button-ripple-color: rgba(var(--accent-highlight), 0.1);
2178
- }
2179
- .mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
2180
- --mat-mdc-button-persistent-ripple-color: #f44336;
2181
- --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
2151
+ --mat-outlined-button-state-layer-color: #f44336;
2152
+ --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
2182
2153
  }
2183
2154
 
2184
- .mat-mdc-raised-button, .mat-mdc-unelevated-button {
2185
- --mat-mdc-button-persistent-ripple-color: #000;
2186
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2187
- }
2188
- .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
2189
- opacity: 0.04;
2190
- }
2191
- .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
2192
- opacity: 0.12;
2193
- }
2194
- .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
2195
- opacity: 0.12;
2196
- }
2197
- .mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
2198
- --mat-mdc-button-persistent-ripple-color: #000;
2199
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2200
- }
2201
- .mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
2202
- --mat-mdc-button-persistent-ripple-color: #000;
2203
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2204
- }
2205
- .mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
2206
- --mat-mdc-button-persistent-ripple-color: #fff;
2207
- --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
2155
+ html {
2156
+ --mdc-text-button-container-height: 36px;
2157
+ --mdc-filled-button-container-height: 36px;
2158
+ --mdc-outlined-button-container-height: 36px;
2159
+ --mdc-protected-button-container-height: 36px;
2208
2160
  }
2209
2161
 
2210
- .mat-mdc-button.mat-mdc-button-base,
2211
- .mat-mdc-raised-button.mat-mdc-button-base,
2212
- .mat-mdc-unelevated-button.mat-mdc-button-base,
2213
- .mat-mdc-outlined-button.mat-mdc-button-base {
2214
- height: 36px;
2162
+ html {
2163
+ --mdc-icon-button-state-layer-size: 48px;
2164
+ --mdc-icon-button-icon-size: 24px;
2215
2165
  }
2216
2166
 
2217
- .mat-mdc-icon-button {
2218
- --mat-mdc-button-persistent-ripple-color: #000;
2219
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2167
+ html {
2220
2168
  --mdc-icon-button-icon-color: inherit;
2221
- --mat-mdc-button-persistent-ripple-color: #000;
2222
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2223
- }
2224
- .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
2225
- opacity: 0.04;
2226
- }
2227
- .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
2228
- opacity: 0.12;
2229
- }
2230
- .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
2231
- opacity: 0.12;
2232
- }
2233
- .mat-mdc-icon-button.mat-primary {
2234
- --mat-mdc-button-persistent-ripple-color: #6200ee;
2235
- --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
2236
- }
2237
- .mat-mdc-icon-button.mat-accent {
2238
- --mat-mdc-button-persistent-ripple-color: #018786;
2239
- --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
2240
- }
2241
- .mat-mdc-icon-button.mat-warn {
2242
- --mat-mdc-button-persistent-ripple-color: #b00020;
2243
- --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
2244
- }
2245
- .mat-mdc-icon-button.mat-primary {
2169
+ --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
2170
+ --mat-icon-button-state-layer-color: #000;
2171
+ --mat-icon-button-disabled-state-layer-color: #000;
2172
+ --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
2173
+ --mat-icon-button-hover-state-layer-opacity: 0.04;
2174
+ --mat-icon-button-focus-state-layer-opacity: 0.12;
2175
+ --mat-icon-button-pressed-state-layer-opacity: 0.12;
2176
+ }
2177
+ html .mat-mdc-icon-button.mat-primary {
2246
2178
  --mdc-icon-button-icon-color: var(--primary-resting);
2247
- --mat-mdc-button-persistent-ripple-color: var(--primary-resting);
2248
- --mat-mdc-button-ripple-color: rgba(var(--primary-resting), 0.1);
2179
+ --mat-icon-button-state-layer-color: var(--primary-resting);
2180
+ --mat-icon-button-ripple-color: var(--primary-resting);
2249
2181
  }
2250
- .mat-mdc-icon-button.mat-accent {
2182
+ html .mat-mdc-icon-button.mat-accent {
2251
2183
  --mdc-icon-button-icon-color: var(--accent-highlight);
2252
- --mat-mdc-button-persistent-ripple-color: var(--accent-highlight);
2253
- --mat-mdc-button-ripple-color: rgba(var(--accent-highlight), 0.1);
2184
+ --mat-icon-button-state-layer-color: var(--accent-highlight);
2185
+ --mat-icon-button-ripple-color: var(--accent-highlight);
2254
2186
  }
2255
- .mat-mdc-icon-button.mat-warn {
2187
+ html .mat-mdc-icon-button.mat-warn {
2256
2188
  --mdc-icon-button-icon-color: #f44336;
2257
- --mat-mdc-button-persistent-ripple-color: #f44336;
2258
- --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
2259
- }
2260
- .mat-mdc-icon-button[disabled][disabled] {
2261
- --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
2262
- --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
2189
+ --mat-icon-button-state-layer-color: #f44336;
2190
+ --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
2263
2191
  }
2264
2192
 
2265
2193
  .mat-mdc-icon-button.mat-mdc-button-base {
@@ -2269,76 +2197,69 @@ html {
2269
2197
  padding: 12px;
2270
2198
  }
2271
2199
 
2272
- .mat-mdc-fab,
2273
- .mat-mdc-mini-fab {
2274
- --mat-mdc-button-persistent-ripple-color: #000;
2275
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2200
+ html {
2201
+ --mdc-fab-container-shape: 50%;
2202
+ --mdc-fab-icon-size: 24px;
2276
2203
  }
2277
- .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
2278
- .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
2279
- opacity: 0.04;
2204
+
2205
+ html {
2206
+ --mdc-fab-container-color: white;
2207
+ --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
2208
+ --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
2209
+ --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
2210
+ --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
2211
+ --mdc-fab-container-shadow-color: #000;
2212
+ --mat-fab-foreground-color: black;
2213
+ --mat-fab-state-layer-color: #000;
2214
+ --mat-fab-disabled-state-layer-color: #000;
2215
+ --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
2216
+ --mat-fab-hover-state-layer-opacity: 0.04;
2217
+ --mat-fab-focus-state-layer-opacity: 0.12;
2218
+ --mat-fab-pressed-state-layer-opacity: 0.12;
2219
+ --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
2220
+ --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
2221
+ --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
2222
+ --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
2223
+ --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
2224
+ --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
2225
+ --mdc-extended-fab-container-shadow-color: #000;
2226
+ }
2227
+ html .mat-mdc-fab.mat-primary,
2228
+ html .mat-mdc-mini-fab.mat-primary {
2229
+ --mdc-fab-container-color: var(--primary-resting);
2230
+ --mat-fab-foreground-color: #000;
2231
+ --mat-fab-state-layer-color: #000;
2232
+ --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
2280
2233
  }
2281
- .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
2282
- .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
2283
- .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
2284
- opacity: 0.12;
2285
- }
2286
- .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
2287
- .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
2288
- opacity: 0.12;
2289
- }
2290
- .mat-mdc-fab.mat-primary,
2291
- .mat-mdc-mini-fab.mat-primary {
2292
- --mat-mdc-button-persistent-ripple-color: #000;
2293
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2294
- }
2295
- .mat-mdc-fab.mat-accent,
2296
- .mat-mdc-mini-fab.mat-accent {
2297
- --mat-mdc-button-persistent-ripple-color: #000;
2298
- --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
2299
- }
2300
- .mat-mdc-fab.mat-warn,
2301
- .mat-mdc-mini-fab.mat-warn {
2302
- --mat-mdc-button-persistent-ripple-color: #fff;
2303
- --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
2304
- }
2305
- .mat-mdc-fab[disabled][disabled],
2306
- .mat-mdc-mini-fab[disabled][disabled] {
2307
- --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
2308
- --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
2309
- --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
2310
- }
2311
- .mat-mdc-fab.mat-unthemed,
2312
- .mat-mdc-mini-fab.mat-unthemed {
2313
- --mdc-fab-container-color: white;
2314
- --mdc-fab-icon-color: black;
2315
- --mat-mdc-fab-color: #000;
2316
- }
2317
- .mat-mdc-fab.mat-primary,
2318
- .mat-mdc-mini-fab.mat-primary {
2319
- --mdc-fab-container-color: var(--primary-resting);
2320
- --mdc-fab-icon-color: black;
2321
- --mat-mdc-fab-color: #000;
2322
- }
2323
- .mat-mdc-fab.mat-accent,
2324
- .mat-mdc-mini-fab.mat-accent {
2234
+ html .mat-mdc-fab.mat-accent,
2235
+ html .mat-mdc-mini-fab.mat-accent {
2325
2236
  --mdc-fab-container-color: var(--accent-highlight);
2326
- --mdc-fab-icon-color: black;
2327
- --mat-mdc-fab-color: #000;
2237
+ --mat-fab-foreground-color: #000;
2238
+ --mat-fab-state-layer-color: #000;
2239
+ --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
2328
2240
  }
2329
- .mat-mdc-fab.mat-warn,
2330
- .mat-mdc-mini-fab.mat-warn {
2241
+ html .mat-mdc-fab.mat-warn,
2242
+ html .mat-mdc-mini-fab.mat-warn {
2331
2243
  --mdc-fab-container-color: #f44336;
2332
- --mdc-fab-icon-color: white;
2333
- --mat-mdc-fab-color: #fff;
2244
+ --mat-fab-foreground-color: #fff;
2245
+ --mat-fab-state-layer-color: #fff;
2246
+ --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
2247
+ }
2248
+
2249
+ html {
2250
+ --mdc-snackbar-container-shape: 4px;
2334
2251
  }
2335
2252
 
2336
- .mat-mdc-snack-bar-container {
2253
+ html {
2337
2254
  --mdc-snackbar-container-color: #333333;
2338
2255
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
2339
2256
  --mat-snack-bar-button-color: var(--accent-highlight);
2340
2257
  }
2341
2258
 
2259
+ html {
2260
+ --mat-table-row-item-outline-width: 1px;
2261
+ }
2262
+
2342
2263
  html {
2343
2264
  --mat-table-background-color: white;
2344
2265
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
@@ -2352,195 +2273,21 @@ html {
2352
2273
  --mat-table-row-item-container-height: 52px;
2353
2274
  }
2354
2275
 
2355
- .mat-mdc-progress-spinner {
2276
+ html {
2277
+ --mdc-circular-progress-active-indicator-width: 4px;
2278
+ --mdc-circular-progress-size: 48px;
2279
+ }
2280
+
2281
+ html {
2356
2282
  --mdc-circular-progress-active-indicator-color: var(--primary-resting);
2357
2283
  }
2358
- .mat-mdc-progress-spinner.mat-accent {
2284
+ html .mat-accent {
2359
2285
  --mdc-circular-progress-active-indicator-color: var(--accent-highlight);
2360
2286
  }
2361
- .mat-mdc-progress-spinner.mat-warn {
2287
+ html .mat-warn {
2362
2288
  --mdc-circular-progress-active-indicator-color: #f44336;
2363
2289
  }
2364
2290
 
2365
- .mat-badge {
2366
- position: relative;
2367
- }
2368
- .mat-badge.mat-badge {
2369
- overflow: visible;
2370
- }
2371
-
2372
- .mat-badge-content {
2373
- position: absolute;
2374
- text-align: center;
2375
- display: inline-block;
2376
- border-radius: 50%;
2377
- transition: transform 200ms ease-in-out;
2378
- transform: scale(0.6);
2379
- overflow: hidden;
2380
- white-space: nowrap;
2381
- text-overflow: ellipsis;
2382
- pointer-events: none;
2383
- background-color: var(--mat-badge-background-color);
2384
- color: var(--mat-badge-text-color);
2385
- font-family: Roboto, sans-serif;
2386
- /* @alternate */
2387
- font-family: var(--mat-badge-text-font, Roboto, sans-serif);
2388
- font-size: 12px;
2389
- /* @alternate */
2390
- font-size: var(--mat-badge-text-size, 12px);
2391
- font-weight: 600;
2392
- /* @alternate */
2393
- font-weight: var(--mat-badge-text-weight, 600);
2394
- }
2395
- .cdk-high-contrast-active .mat-badge-content {
2396
- outline: solid 1px;
2397
- border-radius: 0;
2398
- }
2399
-
2400
- .mat-badge-disabled .mat-badge-content {
2401
- background-color: var(--mat-badge-disabled-state-background-color);
2402
- color: var(--mat-badge-disabled-state-text-color);
2403
- }
2404
-
2405
- .mat-badge-hidden .mat-badge-content {
2406
- display: none;
2407
- }
2408
-
2409
- .ng-animate-disabled .mat-badge-content,
2410
- .mat-badge-content._mat-animation-noopable {
2411
- transition: none;
2412
- }
2413
-
2414
- .mat-badge-content.mat-badge-active {
2415
- transform: none;
2416
- }
2417
-
2418
- .mat-badge-small .mat-badge-content {
2419
- width: 16px;
2420
- height: 16px;
2421
- line-height: 16px;
2422
- font-size: 9px;
2423
- /* @alternate */
2424
- font-size: var(--mat-badge-small-size-text-size, 9px);
2425
- }
2426
- .mat-badge-small.mat-badge-above .mat-badge-content {
2427
- top: -8px;
2428
- }
2429
- .mat-badge-small.mat-badge-below .mat-badge-content {
2430
- bottom: -8px;
2431
- }
2432
- .mat-badge-small.mat-badge-before .mat-badge-content {
2433
- left: -16px;
2434
- }
2435
- [dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
2436
- left: auto;
2437
- right: -16px;
2438
- }
2439
- .mat-badge-small.mat-badge-after .mat-badge-content {
2440
- right: -16px;
2441
- }
2442
- [dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
2443
- right: auto;
2444
- left: -16px;
2445
- }
2446
- .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
2447
- left: -8px;
2448
- }
2449
- [dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
2450
- left: auto;
2451
- right: -8px;
2452
- }
2453
- .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
2454
- right: -8px;
2455
- }
2456
- [dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
2457
- right: auto;
2458
- left: -8px;
2459
- }
2460
-
2461
- .mat-badge-medium .mat-badge-content {
2462
- width: 22px;
2463
- height: 22px;
2464
- line-height: 22px;
2465
- }
2466
- .mat-badge-medium.mat-badge-above .mat-badge-content {
2467
- top: -11px;
2468
- }
2469
- .mat-badge-medium.mat-badge-below .mat-badge-content {
2470
- bottom: -11px;
2471
- }
2472
- .mat-badge-medium.mat-badge-before .mat-badge-content {
2473
- left: -22px;
2474
- }
2475
- [dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
2476
- left: auto;
2477
- right: -22px;
2478
- }
2479
- .mat-badge-medium.mat-badge-after .mat-badge-content {
2480
- right: -22px;
2481
- }
2482
- [dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
2483
- right: auto;
2484
- left: -22px;
2485
- }
2486
- .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
2487
- left: -11px;
2488
- }
2489
- [dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
2490
- left: auto;
2491
- right: -11px;
2492
- }
2493
- .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
2494
- right: -11px;
2495
- }
2496
- [dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
2497
- right: auto;
2498
- left: -11px;
2499
- }
2500
-
2501
- .mat-badge-large .mat-badge-content {
2502
- width: 28px;
2503
- height: 28px;
2504
- line-height: 28px;
2505
- font-size: 24px;
2506
- /* @alternate */
2507
- font-size: var(--mat-badge-large-size-text-size, 24px);
2508
- }
2509
- .mat-badge-large.mat-badge-above .mat-badge-content {
2510
- top: -14px;
2511
- }
2512
- .mat-badge-large.mat-badge-below .mat-badge-content {
2513
- bottom: -14px;
2514
- }
2515
- .mat-badge-large.mat-badge-before .mat-badge-content {
2516
- left: -28px;
2517
- }
2518
- [dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
2519
- left: auto;
2520
- right: -28px;
2521
- }
2522
- .mat-badge-large.mat-badge-after .mat-badge-content {
2523
- right: -28px;
2524
- }
2525
- [dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
2526
- right: auto;
2527
- left: -28px;
2528
- }
2529
- .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
2530
- left: -14px;
2531
- }
2532
- [dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
2533
- left: auto;
2534
- right: -14px;
2535
- }
2536
- .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
2537
- right: -14px;
2538
- }
2539
- [dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
2540
- right: auto;
2541
- left: -14px;
2542
- }
2543
-
2544
2291
  html {
2545
2292
  --mat-badge-background-color: var(--primary-resting);
2546
2293
  --mat-badge-text-color: var(--primary-contrast-resting);
@@ -2558,11 +2305,24 @@ html {
2558
2305
  --mat-badge-text-color: white;
2559
2306
  }
2560
2307
 
2308
+ html {
2309
+ --mat-bottom-sheet-container-shape: 4px;
2310
+ }
2311
+
2561
2312
  html {
2562
2313
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
2563
2314
  --mat-bottom-sheet-container-background-color: white;
2564
2315
  }
2565
2316
 
2317
+ html {
2318
+ --mat-legacy-button-toggle-height: 36px;
2319
+ --mat-legacy-button-toggle-shape: 2px;
2320
+ --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
2321
+ --mat-standard-button-toggle-shape: 4px;
2322
+ --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
2323
+ --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
2324
+ }
2325
+
2566
2326
  html {
2567
2327
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
2568
2328
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
@@ -2660,10 +2420,18 @@ html {
2660
2420
  display: none;
2661
2421
  }
2662
2422
 
2423
+ html {
2424
+ --mat-divider-width: 1px;
2425
+ }
2426
+
2663
2427
  html {
2664
2428
  --mat-divider-color: rgba(0, 0, 0, 0.12);
2665
2429
  }
2666
2430
 
2431
+ html {
2432
+ --mat-expansion-container-shape: 4px;
2433
+ }
2434
+
2667
2435
  html {
2668
2436
  --mat-expansion-container-background-color: white;
2669
2437
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
@@ -2695,6 +2463,10 @@ html {
2695
2463
  --mat-icon-color: #f44336;
2696
2464
  }
2697
2465
 
2466
+ html {
2467
+ --mat-sidenav-container-shape: 0;
2468
+ }
2469
+
2698
2470
  html {
2699
2471
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
2700
2472
  --mat-sidenav-container-background-color: white;
@@ -2747,8 +2519,8 @@ html {
2747
2519
  --mat-stepper-header-height: 72px;
2748
2520
  }
2749
2521
 
2750
- .mat-sort-header-arrow {
2751
- color: #757575;
2522
+ html {
2523
+ --mat-sort-arrow-color: #757575;
2752
2524
  }
2753
2525
 
2754
2526
  html {
@@ -2774,17 +2546,13 @@ html {
2774
2546
  --mat-toolbar-mobile-height: 56px;
2775
2547
  }
2776
2548
 
2777
- .mat-tree {
2778
- background: white;
2779
- }
2780
-
2781
- .mat-tree-node,
2782
- .mat-nested-tree-node {
2783
- color: rgba(0, 0, 0, 0.87);
2549
+ html {
2550
+ --mat-tree-container-background-color: white;
2551
+ --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
2784
2552
  }
2785
2553
 
2786
- .mat-tree-node {
2787
- min-height: 48px;
2554
+ html {
2555
+ --mat-tree-node-min-height: 48px;
2788
2556
  }
2789
2557
 
2790
2558
  body,
@@ -2798,10 +2566,7 @@ body,
2798
2566
  .mat-typography .mat-h1,
2799
2567
  .mat-typography .mat-headline-5,
2800
2568
  .mat-typography h1 {
2801
- font-size: 24px;
2802
- font-weight: 400;
2803
- line-height: 32px;
2804
- font-family: Equinor, Roboto;
2569
+ font: 400 24px / 32px Equinor, Roboto;
2805
2570
  letter-spacing: normal;
2806
2571
  margin: 0 0 16px;
2807
2572
  }
@@ -2811,10 +2576,7 @@ body,
2811
2576
  .mat-typography .mat-h2,
2812
2577
  .mat-typography .mat-headline-6,
2813
2578
  .mat-typography h2 {
2814
- font-size: 20px;
2815
- font-weight: 500;
2816
- line-height: 32px;
2817
- font-family: Equinor, Roboto;
2579
+ font: 500 20px / 32px Equinor, Roboto;
2818
2580
  letter-spacing: 0.0125em;
2819
2581
  margin: 0 0 16px;
2820
2582
  }
@@ -2824,10 +2586,7 @@ body,
2824
2586
  .mat-typography .mat-h3,
2825
2587
  .mat-typography .mat-subtitle-1,
2826
2588
  .mat-typography h3 {
2827
- font-size: 16px;
2828
- font-weight: 400;
2829
- line-height: 24px;
2830
- font-family: Equinor, Roboto;
2589
+ font: 400 16px / 24px Equinor, Roboto;
2831
2590
  letter-spacing: normal;
2832
2591
  margin: 0 0 16px;
2833
2592
  }
@@ -2837,10 +2596,7 @@ body,
2837
2596
  .mat-typography .mat-h4,
2838
2597
  .mat-typography .mat-body-1,
2839
2598
  .mat-typography h4 {
2840
- font-size: 13px;
2841
- font-weight: 400;
2842
- line-height: 20px;
2843
- font-family: Equinor, Roboto;
2599
+ font: 400 13px / 20px Equinor, Roboto;
2844
2600
  letter-spacing: normal;
2845
2601
  margin: 0 0 16px;
2846
2602
  }
@@ -2863,10 +2619,7 @@ body,
2863
2619
  .mat-subtitle-2,
2864
2620
  .mat-typography .mat-body-strong,
2865
2621
  .mat-typography .mat-subtitle-2 {
2866
- font-size: 20px;
2867
- font-weight: 400;
2868
- line-height: 28px;
2869
- font-family: Equinor, Roboto;
2622
+ font: 400 20px / 28px Equinor, Roboto;
2870
2623
  letter-spacing: normal;
2871
2624
  }
2872
2625
 
@@ -2875,10 +2628,7 @@ body,
2875
2628
  .mat-typography .mat-body,
2876
2629
  .mat-typography .mat-body-2,
2877
2630
  .mat-typography {
2878
- font-size: 13px;
2879
- font-weight: 400;
2880
- line-height: 20px;
2881
- font-family: Equinor, Roboto;
2631
+ font: 400 13px / 20px Equinor, Roboto;
2882
2632
  letter-spacing: normal;
2883
2633
  }
2884
2634
  .mat-body p,
@@ -2893,49 +2643,34 @@ body,
2893
2643
  .mat-caption,
2894
2644
  .mat-typography .mat-small,
2895
2645
  .mat-typography .mat-caption {
2896
- font-size: 12px;
2897
- font-weight: 400;
2898
- line-height: 20px;
2899
- font-family: Equinor, Roboto;
2646
+ font: 400 12px / 20px Equinor, Roboto;
2900
2647
  letter-spacing: 0.0333333333em;
2901
2648
  }
2902
2649
 
2903
2650
  .mat-headline-1,
2904
2651
  .mat-typography .mat-headline-1 {
2905
- font-size: 28px;
2906
- font-weight: 400;
2907
- line-height: 44px;
2908
- font-family: Equinor, Roboto;
2652
+ font: 400 28px / 44px Equinor, Roboto;
2909
2653
  letter-spacing: normal;
2910
2654
  margin: 0 0 56px;
2911
2655
  }
2912
2656
 
2913
2657
  .mat-headline-2,
2914
2658
  .mat-typography .mat-headline-2 {
2915
- font-size: 24px;
2916
- font-weight: 400;
2917
- line-height: 32px;
2918
- font-family: Equinor, Roboto;
2659
+ font: 400 24px / 32px Equinor, Roboto;
2919
2660
  letter-spacing: normal;
2920
2661
  margin: 0 0 64px;
2921
2662
  }
2922
2663
 
2923
2664
  .mat-headline-3,
2924
2665
  .mat-typography .mat-headline-3 {
2925
- font-size: 48px;
2926
- font-weight: 400;
2927
- line-height: 50px;
2928
- font-family: Equinor, Roboto;
2666
+ font: 400 48px / 50px Equinor, Roboto;
2929
2667
  letter-spacing: normal;
2930
2668
  margin: 0 0 64px;
2931
2669
  }
2932
2670
 
2933
2671
  .mat-headline-4,
2934
2672
  .mat-typography .mat-headline-4 {
2935
- font-size: 34px;
2936
- font-weight: 400;
2937
- line-height: 40px;
2938
- font-family: Equinor, Roboto;
2673
+ font: 400 34px / 40px Equinor, Roboto;
2939
2674
  letter-spacing: 0.0073529412em;
2940
2675
  margin: 0 0 64px;
2941
2676
  }
@@ -2945,10 +2680,7 @@ body,
2945
2680
  .mat-typography.sto-sm-typography .mat-h1,
2946
2681
  .mat-typography.sto-sm-typography .mat-headline-5,
2947
2682
  .mat-typography.sto-sm-typography h1 {
2948
- font-size: 24px;
2949
- font-weight: 400;
2950
- line-height: 32px;
2951
- font-family: Equinor, Roboto;
2683
+ font: 400 24px / 32px Equinor, Roboto;
2952
2684
  letter-spacing: normal;
2953
2685
  margin: 0 0 16px;
2954
2686
  }
@@ -2958,10 +2690,7 @@ body,
2958
2690
  .mat-typography.sto-sm-typography .mat-h2,
2959
2691
  .mat-typography.sto-sm-typography .mat-headline-6,
2960
2692
  .mat-typography.sto-sm-typography h2 {
2961
- font-size: 20px;
2962
- font-weight: 500;
2963
- line-height: 32px;
2964
- font-family: Equinor, Roboto;
2693
+ font: 500 20px / 32px Equinor, Roboto;
2965
2694
  letter-spacing: 0.0125em;
2966
2695
  margin: 0 0 16px;
2967
2696
  }
@@ -2971,10 +2700,7 @@ body,
2971
2700
  .mat-typography.sto-sm-typography .mat-h3,
2972
2701
  .mat-typography.sto-sm-typography .mat-subtitle-1,
2973
2702
  .mat-typography.sto-sm-typography h3 {
2974
- font-size: 12px;
2975
- font-weight: 400;
2976
- line-height: 20px;
2977
- font-family: Equinor, Roboto;
2703
+ font: 400 12px / 20px Equinor, Roboto;
2978
2704
  letter-spacing: normal;
2979
2705
  margin: 0 0 16px;
2980
2706
  }
@@ -2984,10 +2710,7 @@ body,
2984
2710
  .mat-typography.sto-sm-typography .mat-h4,
2985
2711
  .mat-typography.sto-sm-typography .mat-body-1,
2986
2712
  .mat-typography.sto-sm-typography h4 {
2987
- font-size: 10px;
2988
- font-weight: 400;
2989
- line-height: 16px;
2990
- font-family: Equinor, Roboto;
2713
+ font: 400 10px / 16px Equinor, Roboto;
2991
2714
  letter-spacing: normal;
2992
2715
  margin: 0 0 16px;
2993
2716
  }
@@ -3010,10 +2733,7 @@ body,
3010
2733
  .mat-subtitle-2,
3011
2734
  .mat-typography.sto-sm-typography .mat-body-strong,
3012
2735
  .mat-typography.sto-sm-typography .mat-subtitle-2 {
3013
- font-size: 16px;
3014
- font-weight: 400;
3015
- line-height: 24px;
3016
- font-family: Equinor, Roboto;
2736
+ font: 400 16px / 24px Equinor, Roboto;
3017
2737
  letter-spacing: normal;
3018
2738
  }
3019
2739
 
@@ -3022,10 +2742,7 @@ body,
3022
2742
  .mat-typography.sto-sm-typography .mat-body,
3023
2743
  .mat-typography.sto-sm-typography .mat-body-2,
3024
2744
  .mat-typography.sto-sm-typography {
3025
- font-size: 10px;
3026
- font-weight: 400;
3027
- line-height: 16px;
3028
- font-family: Equinor, Roboto;
2745
+ font: 400 10px / 16px Equinor, Roboto;
3029
2746
  letter-spacing: normal;
3030
2747
  }
3031
2748
  .mat-body p,
@@ -3040,49 +2757,34 @@ body,
3040
2757
  .mat-caption,
3041
2758
  .mat-typography.sto-sm-typography .mat-small,
3042
2759
  .mat-typography.sto-sm-typography .mat-caption {
3043
- font-size: 12px;
3044
- font-weight: 400;
3045
- line-height: 20px;
3046
- font-family: Equinor, Roboto;
2760
+ font: 400 12px / 20px Equinor, Roboto;
3047
2761
  letter-spacing: 0.0333333333em;
3048
2762
  }
3049
2763
 
3050
2764
  .mat-headline-1,
3051
2765
  .mat-typography.sto-sm-typography .mat-headline-1 {
3052
- font-size: 24px;
3053
- font-weight: 400;
3054
- line-height: 40px;
3055
- font-family: Equinor, Roboto;
2766
+ font: 400 24px / 40px Equinor, Roboto;
3056
2767
  letter-spacing: normal;
3057
2768
  margin: 0 0 56px;
3058
2769
  }
3059
2770
 
3060
2771
  .mat-headline-2,
3061
2772
  .mat-typography.sto-sm-typography .mat-headline-2 {
3062
- font-size: 20px;
3063
- font-weight: 400;
3064
- line-height: 28px;
3065
- font-family: Equinor, Roboto;
2773
+ font: 400 20px / 28px Equinor, Roboto;
3066
2774
  letter-spacing: normal;
3067
2775
  margin: 0 0 64px;
3068
2776
  }
3069
2777
 
3070
2778
  .mat-headline-3,
3071
2779
  .mat-typography.sto-sm-typography .mat-headline-3 {
3072
- font-size: 48px;
3073
- font-weight: 400;
3074
- line-height: 50px;
3075
- font-family: Equinor, Roboto;
2780
+ font: 400 48px / 50px Equinor, Roboto;
3076
2781
  letter-spacing: normal;
3077
2782
  margin: 0 0 64px;
3078
2783
  }
3079
2784
 
3080
2785
  .mat-headline-4,
3081
2786
  .mat-typography.sto-sm-typography .mat-headline-4 {
3082
- font-size: 34px;
3083
- font-weight: 400;
3084
- line-height: 40px;
3085
- font-family: Equinor, Roboto;
2787
+ font: 400 34px / 40px Equinor, Roboto;
3086
2788
  letter-spacing: 0.0073529412em;
3087
2789
  margin: 0 0 64px;
3088
2790
  }
@@ -3092,10 +2794,7 @@ body,
3092
2794
  .mat-typography.sto-l-typography .mat-h1,
3093
2795
  .mat-typography.sto-l-typography .mat-headline-5,
3094
2796
  .mat-typography.sto-l-typography h1 {
3095
- font-size: 24px;
3096
- font-weight: 400;
3097
- line-height: 32px;
3098
- font-family: Equinor, Roboto;
2797
+ font: 400 24px / 32px Equinor, Roboto;
3099
2798
  letter-spacing: normal;
3100
2799
  margin: 0 0 16px;
3101
2800
  }
@@ -3105,10 +2804,7 @@ body,
3105
2804
  .mat-typography.sto-l-typography .mat-h2,
3106
2805
  .mat-typography.sto-l-typography .mat-headline-6,
3107
2806
  .mat-typography.sto-l-typography h2 {
3108
- font-size: 20px;
3109
- font-weight: 500;
3110
- line-height: 32px;
3111
- font-family: Equinor, Roboto;
2807
+ font: 500 20px / 32px Equinor, Roboto;
3112
2808
  letter-spacing: 0.0125em;
3113
2809
  margin: 0 0 16px;
3114
2810
  }
@@ -3118,10 +2814,7 @@ body,
3118
2814
  .mat-typography.sto-l-typography .mat-h3,
3119
2815
  .mat-typography.sto-l-typography .mat-subtitle-1,
3120
2816
  .mat-typography.sto-l-typography h3 {
3121
- font-size: 20px;
3122
- font-weight: 400;
3123
- line-height: 32px;
3124
- font-family: Equinor, Roboto;
2817
+ font: 400 20px / 32px Equinor, Roboto;
3125
2818
  letter-spacing: normal;
3126
2819
  margin: 0 0 16px;
3127
2820
  }
@@ -3131,10 +2824,7 @@ body,
3131
2824
  .mat-typography.sto-l-typography .mat-h4,
3132
2825
  .mat-typography.sto-l-typography .mat-body-1,
3133
2826
  .mat-typography.sto-l-typography h4 {
3134
- font-size: 16px;
3135
- font-weight: 400;
3136
- line-height: 24px;
3137
- font-family: Equinor, Roboto;
2827
+ font: 400 16px / 24px Equinor, Roboto;
3138
2828
  letter-spacing: normal;
3139
2829
  margin: 0 0 16px;
3140
2830
  }
@@ -3157,10 +2847,7 @@ body,
3157
2847
  .mat-subtitle-2,
3158
2848
  .mat-typography.sto-l-typography .mat-body-strong,
3159
2849
  .mat-typography.sto-l-typography .mat-subtitle-2 {
3160
- font-size: 24px;
3161
- font-weight: 400;
3162
- line-height: 40px;
3163
- font-family: Equinor, Roboto;
2850
+ font: 400 24px / 40px Equinor, Roboto;
3164
2851
  letter-spacing: normal;
3165
2852
  }
3166
2853
 
@@ -3169,10 +2856,7 @@ body,
3169
2856
  .mat-typography.sto-l-typography .mat-body,
3170
2857
  .mat-typography.sto-l-typography .mat-body-2,
3171
2858
  .mat-typography.sto-l-typography {
3172
- font-size: 18px;
3173
- font-weight: 400;
3174
- line-height: 24px;
3175
- font-family: Equinor, Roboto;
2859
+ font: 400 18px / 24px Equinor, Roboto;
3176
2860
  letter-spacing: normal;
3177
2861
  }
3178
2862
  .mat-body p,
@@ -3187,242 +2871,61 @@ body,
3187
2871
  .mat-caption,
3188
2872
  .mat-typography.sto-l-typography .mat-small,
3189
2873
  .mat-typography.sto-l-typography .mat-caption {
3190
- font-size: 12px;
3191
- font-weight: 400;
3192
- line-height: 20px;
3193
- font-family: Equinor, Roboto;
2874
+ font: 400 12px / 20px Equinor, Roboto;
3194
2875
  letter-spacing: 0.0333333333em;
3195
2876
  }
3196
2877
 
3197
2878
  .mat-headline-1,
3198
2879
  .mat-typography.sto-l-typography .mat-headline-1 {
3199
- font-size: 32px;
3200
- font-weight: 400;
3201
- line-height: 48px;
3202
- font-family: Equinor, Roboto;
2880
+ font: 400 32px / 48px Equinor, Roboto;
3203
2881
  letter-spacing: normal;
3204
2882
  margin: 0 0 56px;
3205
2883
  }
3206
2884
 
3207
2885
  .mat-headline-2,
3208
2886
  .mat-typography.sto-l-typography .mat-headline-2 {
3209
- font-size: 28px;
3210
- font-weight: 400;
3211
- line-height: 40px;
3212
- font-family: Equinor, Roboto;
2887
+ font: 400 28px / 40px Equinor, Roboto;
3213
2888
  letter-spacing: normal;
3214
2889
  margin: 0 0 64px;
3215
2890
  }
3216
2891
 
3217
2892
  .mat-headline-3,
3218
2893
  .mat-typography.sto-l-typography .mat-headline-3 {
3219
- font-size: 48px;
3220
- font-weight: 400;
3221
- line-height: 50px;
3222
- font-family: Equinor, Roboto;
2894
+ font: 400 48px / 50px Equinor, Roboto;
3223
2895
  letter-spacing: normal;
3224
2896
  margin: 0 0 64px;
3225
2897
  }
3226
2898
 
3227
2899
  .mat-headline-4,
3228
2900
  .mat-typography.sto-l-typography .mat-headline-4 {
3229
- font-size: 34px;
3230
- font-weight: 400;
3231
- line-height: 40px;
3232
- font-family: Equinor, Roboto;
2901
+ font: 400 34px / 40px Equinor, Roboto;
3233
2902
  letter-spacing: 0.0073529412em;
3234
2903
  margin: 0 0 64px;
3235
2904
  }
3236
2905
 
3237
- .mat-typography {
3238
- --mat-table-header-headline-font: Equinor, Roboto;
3239
- --mat-table-header-headline-line-height: 28px;
3240
- --mat-table-header-headline-size: 20px;
3241
- --mat-table-header-headline-weight: 400;
3242
- --mat-table-header-headline-tracking: normal;
3243
- --mat-table-row-item-label-text-font: Equinor, Roboto;
3244
- --mat-table-row-item-label-text-line-height: 20px;
3245
- --mat-table-row-item-label-text-size: 13px;
3246
- --mat-table-row-item-label-text-weight: 400;
3247
- --mat-table-row-item-label-text-tracking: normal;
3248
- --mat-table-footer-supporting-text-font: Equinor, Roboto;
3249
- --mat-table-footer-supporting-text-line-height: 20px;
3250
- --mat-table-footer-supporting-text-size: 13px;
3251
- --mat-table-footer-supporting-text-weight: 400;
3252
- --mat-table-footer-supporting-text-tracking: normal;
3253
- }
3254
2906
  .mat-typography {
3255
2907
  --mat-option-label-text-font: Equinor, Roboto;
3256
2908
  --mat-option-label-text-line-height: 20px;
3257
2909
  --mat-option-label-text-size: 13px;
3258
2910
  --mat-option-label-text-tracking: normal;
3259
2911
  --mat-option-label-text-weight: 400;
3260
- }
3261
-
3262
- .mat-typography {
3263
2912
  --mat-optgroup-label-text-font: Equinor, Roboto;
3264
2913
  --mat-optgroup-label-text-line-height: 20px;
3265
2914
  --mat-optgroup-label-text-size: 13px;
3266
2915
  --mat-optgroup-label-text-tracking: normal;
3267
2916
  --mat-optgroup-label-text-weight: 400;
3268
- }
3269
-
3270
- .mat-typography {
3271
2917
  --mat-badge-text-font: Equinor, Roboto;
3272
2918
  --mat-badge-text-size: 12px;
3273
2919
  --mat-badge-text-weight: 600;
3274
2920
  --mat-badge-small-size-text-size: 9px;
3275
2921
  --mat-badge-large-size-text-size: 24px;
3276
- }
3277
-
3278
- .mat-typography .mat-h1,
3279
- .mat-typography .mat-headline-5,
3280
- .mat-typography .mat-typography .mat-h1,
3281
- .mat-typography .mat-typography .mat-headline-5,
3282
- .mat-typography .mat-typography h1 {
3283
- font-size: 24px;
3284
- font-weight: 400;
3285
- line-height: 32px;
3286
- font-family: Equinor, Roboto;
3287
- letter-spacing: normal;
3288
- margin: 0 0 16px;
3289
- }
3290
- .mat-typography .mat-h2,
3291
- .mat-typography .mat-headline-6,
3292
- .mat-typography .mat-typography .mat-h2,
3293
- .mat-typography .mat-typography .mat-headline-6,
3294
- .mat-typography .mat-typography h2 {
3295
- font-size: 20px;
3296
- font-weight: 500;
3297
- line-height: 32px;
3298
- font-family: Equinor, Roboto;
3299
- letter-spacing: 0.0125em;
3300
- margin: 0 0 16px;
3301
- }
3302
- .mat-typography .mat-h3,
3303
- .mat-typography .mat-subtitle-1,
3304
- .mat-typography .mat-typography .mat-h3,
3305
- .mat-typography .mat-typography .mat-subtitle-1,
3306
- .mat-typography .mat-typography h3 {
3307
- font-size: 16px;
3308
- font-weight: 400;
3309
- line-height: 24px;
3310
- font-family: Equinor, Roboto;
3311
- letter-spacing: normal;
3312
- margin: 0 0 16px;
3313
- }
3314
- .mat-typography .mat-h4,
3315
- .mat-typography .mat-body-1,
3316
- .mat-typography .mat-typography .mat-h4,
3317
- .mat-typography .mat-typography .mat-body-1,
3318
- .mat-typography .mat-typography h4 {
3319
- font-size: 13px;
3320
- font-weight: 400;
3321
- line-height: 20px;
3322
- font-family: Equinor, Roboto;
3323
- letter-spacing: normal;
3324
- margin: 0 0 16px;
3325
- }
3326
- .mat-typography .mat-h5,
3327
- .mat-typography .mat-typography .mat-h5,
3328
- .mat-typography .mat-typography h5 {
3329
- font: 400 calc(13px * 0.83) / 20px Equinor, Roboto;
3330
- margin: 0 0 12px;
3331
- }
3332
- .mat-typography .mat-h6,
3333
- .mat-typography .mat-typography .mat-h6,
3334
- .mat-typography .mat-typography h6 {
3335
- font: 400 calc(13px * 0.67) / 20px Equinor, Roboto;
3336
- margin: 0 0 12px;
3337
- }
3338
- .mat-typography .mat-body-strong,
3339
- .mat-typography .mat-subtitle-2,
3340
- .mat-typography .mat-typography .mat-body-strong,
3341
- .mat-typography .mat-typography .mat-subtitle-2 {
3342
- font-size: 20px;
3343
- font-weight: 400;
3344
- line-height: 28px;
3345
- font-family: Equinor, Roboto;
3346
- letter-spacing: normal;
3347
- }
3348
- .mat-typography .mat-body,
3349
- .mat-typography .mat-body-2,
3350
- .mat-typography .mat-typography .mat-body,
3351
- .mat-typography .mat-typography .mat-body-2,
3352
- .mat-typography .mat-typography {
3353
- font-size: 13px;
3354
- font-weight: 400;
3355
- line-height: 20px;
3356
- font-family: Equinor, Roboto;
3357
- letter-spacing: normal;
3358
- }
3359
- .mat-typography .mat-body p,
3360
- .mat-typography .mat-body-2 p,
3361
- .mat-typography .mat-typography .mat-body p,
3362
- .mat-typography .mat-typography .mat-body-2 p,
3363
- .mat-typography .mat-typography p {
3364
- margin: 0 0 12px;
3365
- }
3366
- .mat-typography .mat-small,
3367
- .mat-typography .mat-caption,
3368
- .mat-typography .mat-typography .mat-small,
3369
- .mat-typography .mat-typography .mat-caption {
3370
- font-size: 12px;
3371
- font-weight: 400;
3372
- line-height: 20px;
3373
- font-family: Equinor, Roboto;
3374
- letter-spacing: 0.0333333333em;
3375
- }
3376
- .mat-typography .mat-headline-1,
3377
- .mat-typography .mat-typography .mat-headline-1 {
3378
- font-size: 28px;
3379
- font-weight: 400;
3380
- line-height: 44px;
3381
- font-family: Equinor, Roboto;
3382
- letter-spacing: normal;
3383
- margin: 0 0 56px;
3384
- }
3385
- .mat-typography .mat-headline-2,
3386
- .mat-typography .mat-typography .mat-headline-2 {
3387
- font-size: 24px;
3388
- font-weight: 400;
3389
- line-height: 32px;
3390
- font-family: Equinor, Roboto;
3391
- letter-spacing: normal;
3392
- margin: 0 0 64px;
3393
- }
3394
- .mat-typography .mat-headline-3,
3395
- .mat-typography .mat-typography .mat-headline-3 {
3396
- font-size: 48px;
3397
- font-weight: 400;
3398
- line-height: 50px;
3399
- font-family: Equinor, Roboto;
3400
- letter-spacing: normal;
3401
- margin: 0 0 64px;
3402
- }
3403
- .mat-typography .mat-headline-4,
3404
- .mat-typography .mat-typography .mat-headline-4 {
3405
- font-size: 34px;
3406
- font-weight: 400;
3407
- line-height: 40px;
3408
- font-family: Equinor, Roboto;
3409
- letter-spacing: 0.0073529412em;
3410
- margin: 0 0 64px;
3411
- }
3412
- .mat-typography {
3413
2922
  --mat-bottom-sheet-container-text-font: Equinor, Roboto;
3414
2923
  --mat-bottom-sheet-container-text-line-height: 20px;
3415
2924
  --mat-bottom-sheet-container-text-size: 13px;
3416
2925
  --mat-bottom-sheet-container-text-tracking: normal;
3417
2926
  --mat-bottom-sheet-container-text-weight: 400;
3418
- }
3419
-
3420
- .mat-typography {
3421
2927
  --mat-legacy-button-toggle-text-font: Equinor, Roboto;
3422
2928
  --mat-standard-button-toggle-text-font: Equinor, Roboto;
3423
- }
3424
-
3425
- .mat-typography {
3426
2929
  --mat-datepicker-calendar-text-font: Equinor, Roboto;
3427
2930
  --mat-datepicker-calendar-text-size: 13px;
3428
2931
  --mat-datepicker-calendar-body-label-text-size: 14px;
@@ -3431,9 +2934,6 @@ body,
3431
2934
  --mat-datepicker-calendar-period-button-text-weight: 500;
3432
2935
  --mat-datepicker-calendar-header-text-size: 11px;
3433
2936
  --mat-datepicker-calendar-header-text-weight: 400;
3434
- }
3435
-
3436
- .mat-typography {
3437
2937
  --mat-expansion-header-text-font: Equinor, Roboto;
3438
2938
  --mat-expansion-header-text-size: 20px;
3439
2939
  --mat-expansion-header-text-weight: 400;
@@ -3444,16 +2944,10 @@ body,
3444
2944
  --mat-expansion-container-text-size: 13px;
3445
2945
  --mat-expansion-container-text-tracking: normal;
3446
2946
  --mat-expansion-container-text-weight: 400;
3447
- }
3448
-
3449
- .mat-typography {
3450
2947
  --mat-grid-list-tile-header-primary-text-size: 13px;
3451
2948
  --mat-grid-list-tile-header-secondary-text-size: 12px;
3452
2949
  --mat-grid-list-tile-footer-primary-text-size: 13px;
3453
2950
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
3454
- }
3455
-
3456
- .mat-typography {
3457
2951
  --mat-stepper-container-text-font: Equinor, Roboto;
3458
2952
  --mat-stepper-header-label-text-font: Equinor, Roboto;
3459
2953
  --mat-stepper-header-label-text-size: 13px;
@@ -3461,41 +2955,24 @@ body,
3461
2955
  --mat-stepper-header-error-state-label-text-size: 13px;
3462
2956
  --mat-stepper-header-selected-state-label-text-size: 13px;
3463
2957
  --mat-stepper-header-selected-state-label-text-weight: 400;
3464
- }
3465
-
3466
- .mat-typography {
3467
2958
  --mat-toolbar-title-text-font: Equinor, Roboto;
3468
2959
  --mat-toolbar-title-text-line-height: 32px;
3469
2960
  --mat-toolbar-title-text-size: 20px;
3470
2961
  --mat-toolbar-title-text-tracking: 0.0125em;
3471
2962
  --mat-toolbar-title-text-weight: 500;
3472
- }
3473
-
3474
- .mat-typography .mat-tree {
3475
- font-family: Equinor, Roboto;
3476
- }
3477
- .mat-typography .mat-tree-node,
3478
- .mat-typography .mat-nested-tree-node {
3479
- font-weight: 400;
3480
- font-size: 13px;
3481
- }
3482
- .mat-typography {
2963
+ --mat-tree-node-text-font: Equinor, Roboto;
2964
+ --mat-tree-node-text-size: 13px;
2965
+ --mat-tree-node-text-weight: 400;
3483
2966
  --mat-option-label-text-font: Equinor, Roboto;
3484
2967
  --mat-option-label-text-line-height: 20px;
3485
2968
  --mat-option-label-text-size: 13px;
3486
2969
  --mat-option-label-text-tracking: normal;
3487
2970
  --mat-option-label-text-weight: 400;
3488
- }
3489
-
3490
- .mat-typography {
3491
2971
  --mat-optgroup-label-text-font: Equinor, Roboto;
3492
2972
  --mat-optgroup-label-text-line-height: 20px;
3493
2973
  --mat-optgroup-label-text-size: 13px;
3494
2974
  --mat-optgroup-label-text-tracking: normal;
3495
2975
  --mat-optgroup-label-text-weight: 400;
3496
- }
3497
-
3498
- .mat-typography .mat-mdc-card {
3499
2976
  --mat-card-title-text-font: Equinor, Roboto;
3500
2977
  --mat-card-title-text-line-height: 32px;
3501
2978
  --mat-card-title-text-size: 20px;
@@ -3506,14 +2983,10 @@ body,
3506
2983
  --mat-card-subtitle-text-size: 20px;
3507
2984
  --mat-card-subtitle-text-tracking: normal;
3508
2985
  --mat-card-subtitle-text-weight: 400;
3509
- }
3510
- .mat-typography .mat-mdc-tooltip {
3511
2986
  --mdc-plain-tooltip-supporting-text-font: Equinor, Roboto;
3512
2987
  --mdc-plain-tooltip-supporting-text-size: 12px;
3513
2988
  --mdc-plain-tooltip-supporting-text-weight: 400;
3514
2989
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
3515
- }
3516
- .mat-typography {
3517
2990
  --mdc-filled-text-field-label-text-font: Equinor, Roboto;
3518
2991
  --mdc-filled-text-field-label-text-size: 13px;
3519
2992
  --mdc-filled-text-field-label-text-tracking: normal;
@@ -3533,17 +3006,11 @@ body,
3533
3006
  --mat-form-field-subscript-text-size: 12px;
3534
3007
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
3535
3008
  --mat-form-field-subscript-text-weight: 400;
3536
- }
3537
-
3538
- .mat-typography {
3539
3009
  --mat-select-trigger-text-font: Equinor, Roboto;
3540
3010
  --mat-select-trigger-text-line-height: 20px;
3541
3011
  --mat-select-trigger-text-size: 13px;
3542
3012
  --mat-select-trigger-text-tracking: normal;
3543
3013
  --mat-select-trigger-text-weight: 400;
3544
- }
3545
-
3546
- .mat-typography .mat-mdc-dialog-container {
3547
3014
  --mdc-dialog-subhead-font: Equinor, Roboto;
3548
3015
  --mdc-dialog-subhead-line-height: 32px;
3549
3016
  --mdc-dialog-subhead-size: 20px;
@@ -3554,73 +3021,16 @@ body,
3554
3021
  --mdc-dialog-supporting-text-size: 13px;
3555
3022
  --mdc-dialog-supporting-text-weight: 400;
3556
3023
  --mdc-dialog-supporting-text-tracking: normal;
3557
- }
3558
- .mat-typography .mat-mdc-standard-chip {
3559
- --mdc-chip-label-text-font: Equinor, Roboto;
3560
- --mdc-chip-label-text-line-height: 20px;
3561
- --mdc-chip-label-text-size: 13px;
3562
- --mdc-chip-label-text-tracking: normal;
3563
- --mdc-chip-label-text-weight: 400;
3564
- }
3565
- .mat-typography .mat-mdc-slide-toggle {
3566
- --mat-slide-toggle-label-text-font: Equinor, Roboto;
3567
- --mat-slide-toggle-label-text-size: 13px;
3568
- --mat-slide-toggle-label-text-tracking: normal;
3569
- --mat-slide-toggle-label-text-line-height: 20px;
3570
- --mat-slide-toggle-label-text-weight: 400;
3571
- }
3572
- .mat-typography .mat-mdc-slide-toggle .mdc-form-field {
3573
- -moz-osx-font-smoothing: grayscale;
3574
- -webkit-font-smoothing: antialiased;
3575
- font-family: Roboto, sans-serif;
3576
- /* @alternate */
3577
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
3578
- font-size: 0.875rem;
3579
- /* @alternate */
3580
- font-size: var(--mdc-typography-body2-font-size, 0.875rem);
3581
- line-height: 1.25rem;
3582
- /* @alternate */
3583
- line-height: var(--mdc-typography-body2-line-height, 1.25rem);
3584
- font-weight: 400;
3585
- /* @alternate */
3586
- font-weight: var(--mdc-typography-body2-font-weight, 400);
3587
- letter-spacing: 0.0178571429em;
3588
- /* @alternate */
3589
- letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
3590
- text-decoration: inherit;
3591
- /* @alternate */
3592
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
3593
- text-transform: inherit;
3594
- /* @alternate */
3595
- text-transform: var(--mdc-typography-body2-text-transform, inherit);
3596
- }
3597
- .mat-typography .mat-mdc-radio-button .mdc-form-field {
3598
- -moz-osx-font-smoothing: grayscale;
3599
- -webkit-font-smoothing: antialiased;
3600
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
3601
- font-size: var(--mdc-typography-body2-font-size, 13px);
3602
- line-height: var(--mdc-typography-body2-line-height, 20px);
3603
- font-weight: var(--mdc-typography-body2-font-weight, 400);
3604
- letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
3605
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
3606
- text-transform: var(--mdc-typography-body2-text-transform, none);
3607
- }
3608
- .mat-typography .mat-mdc-slider {
3609
3024
  --mdc-slider-label-label-text-font: Equinor, Roboto;
3610
3025
  --mdc-slider-label-label-text-size: 20px;
3611
3026
  --mdc-slider-label-label-text-line-height: 28px;
3612
3027
  --mdc-slider-label-label-text-tracking: normal;
3613
3028
  --mdc-slider-label-label-text-weight: 400;
3614
- }
3615
- .mat-typography {
3616
3029
  --mat-menu-item-label-text-font: Equinor, Roboto;
3617
3030
  --mat-menu-item-label-text-size: 13px;
3618
3031
  --mat-menu-item-label-text-tracking: normal;
3619
3032
  --mat-menu-item-label-text-line-height: 20px;
3620
3033
  --mat-menu-item-label-text-weight: 400;
3621
- }
3622
-
3623
- .mat-typography .mat-mdc-list-base {
3624
3034
  --mdc-list-list-item-label-text-font: Equinor, Roboto;
3625
3035
  --mdc-list-list-item-label-text-line-height: 20px;
3626
3036
  --mdc-list-list-item-label-text-size: 13px;
@@ -3636,265 +3046,220 @@ body,
3636
3046
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
3637
3047
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
3638
3048
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
3639
- }
3640
- .mat-typography .mdc-list-group__subheader {
3641
- font-size: 16px;
3642
- font-weight: 400;
3643
- line-height: 24px;
3644
- font-family: Equinor, Roboto;
3645
- letter-spacing: normal;
3646
- }
3647
- .mat-typography {
3648
3049
  --mat-paginator-container-text-font: Equinor, Roboto;
3649
3050
  --mat-paginator-container-text-line-height: 20px;
3650
3051
  --mat-paginator-container-text-size: 12px;
3651
3052
  --mat-paginator-container-text-tracking: 0.0333333333em;
3652
3053
  --mat-paginator-container-text-weight: 400;
3653
3054
  --mat-paginator-select-trigger-text-size: 12px;
3654
- }
3655
-
3656
- .mat-typography .mat-mdc-tab-header {
3657
- --mat-tab-header-label-text-font: Equinor, Roboto;
3658
- --mat-tab-header-label-text-size: 14px;
3659
- --mat-tab-header-label-text-tracking: normal;
3660
- --mat-tab-header-label-text-line-height: 24px;
3661
- --mat-tab-header-label-text-weight: 500;
3662
- }
3663
- .mat-typography .mat-mdc-checkbox .mdc-form-field {
3664
- -moz-osx-font-smoothing: grayscale;
3665
- -webkit-font-smoothing: antialiased;
3666
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
3667
- font-size: var(--mdc-typography-body2-font-size, 13px);
3668
- line-height: var(--mdc-typography-body2-line-height, 20px);
3669
- font-weight: var(--mdc-typography-body2-font-weight, 400);
3670
- letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
3671
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
3672
- text-transform: var(--mdc-typography-body2-text-transform, none);
3673
- }
3674
- .mat-typography .mdc-button {
3675
- -moz-osx-font-smoothing: grayscale;
3676
- -webkit-font-smoothing: antialiased;
3677
- font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
3678
- font-size: var(--mdc-typography-button-font-size, 14px);
3679
- line-height: var(--mdc-typography-button-line-height, 24px);
3680
- font-weight: var(--mdc-typography-button-font-weight, 500);
3681
- letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
3682
- text-decoration: var(--mdc-typography-button-text-decoration, none);
3683
- text-transform: var(--mdc-typography-button-text-transform, none);
3684
- }
3685
- .mat-typography .mdc-fab--extended {
3686
- -moz-osx-font-smoothing: grayscale;
3687
- -webkit-font-smoothing: antialiased;
3688
- font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
3689
- font-size: var(--mdc-typography-button-font-size, 14px);
3690
- line-height: var(--mdc-typography-button-line-height, 24px);
3691
- font-weight: var(--mdc-typography-button-font-weight, 500);
3692
- letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
3693
- text-decoration: var(--mdc-typography-button-text-decoration, none);
3694
- text-transform: var(--mdc-typography-button-text-transform, none);
3695
- }
3696
- .mat-typography .mat-mdc-extended-fab {
3055
+ --mdc-text-button-label-text-font: Equinor, Roboto;
3056
+ --mdc-text-button-label-text-size: 14px;
3057
+ --mdc-text-button-label-text-tracking: normal;
3058
+ --mdc-text-button-label-text-weight: 500;
3059
+ --mdc-text-button-label-text-transform: none;
3060
+ --mdc-filled-button-label-text-font: Equinor, Roboto;
3061
+ --mdc-filled-button-label-text-size: 14px;
3062
+ --mdc-filled-button-label-text-tracking: normal;
3063
+ --mdc-filled-button-label-text-weight: 500;
3064
+ --mdc-filled-button-label-text-transform: none;
3065
+ --mdc-outlined-button-label-text-font: Equinor, Roboto;
3066
+ --mdc-outlined-button-label-text-size: 14px;
3067
+ --mdc-outlined-button-label-text-tracking: normal;
3068
+ --mdc-outlined-button-label-text-weight: 500;
3069
+ --mdc-outlined-button-label-text-transform: none;
3070
+ --mdc-protected-button-label-text-font: Equinor, Roboto;
3071
+ --mdc-protected-button-label-text-size: 14px;
3072
+ --mdc-protected-button-label-text-tracking: normal;
3073
+ --mdc-protected-button-label-text-weight: 500;
3074
+ --mdc-protected-button-label-text-transform: none;
3697
3075
  --mdc-extended-fab-label-text-font: Equinor, Roboto;
3698
3076
  --mdc-extended-fab-label-text-size: 14px;
3699
3077
  --mdc-extended-fab-label-text-tracking: normal;
3700
3078
  --mdc-extended-fab-label-text-weight: 500;
3701
- }
3702
- .mat-typography .mat-mdc-snack-bar-container {
3703
3079
  --mdc-snackbar-supporting-text-font: Equinor, Roboto;
3704
3080
  --mdc-snackbar-supporting-text-line-height: 20px;
3705
3081
  --mdc-snackbar-supporting-text-size: 13px;
3706
3082
  --mdc-snackbar-supporting-text-weight: 400;
3707
- }
3708
-
3709
- .mat-typography.sto-sm-typography {
3710
3083
  --mat-table-header-headline-font: Equinor, Roboto;
3711
- --mat-table-header-headline-line-height: 24px;
3712
- --mat-table-header-headline-size: 16px;
3084
+ --mat-table-header-headline-line-height: 28px;
3085
+ --mat-table-header-headline-size: 20px;
3713
3086
  --mat-table-header-headline-weight: 400;
3714
3087
  --mat-table-header-headline-tracking: normal;
3715
3088
  --mat-table-row-item-label-text-font: Equinor, Roboto;
3716
- --mat-table-row-item-label-text-line-height: 16px;
3717
- --mat-table-row-item-label-text-size: 10px;
3089
+ --mat-table-row-item-label-text-line-height: 20px;
3090
+ --mat-table-row-item-label-text-size: 13px;
3718
3091
  --mat-table-row-item-label-text-weight: 400;
3719
3092
  --mat-table-row-item-label-text-tracking: normal;
3720
3093
  --mat-table-footer-supporting-text-font: Equinor, Roboto;
3721
- --mat-table-footer-supporting-text-line-height: 16px;
3722
- --mat-table-footer-supporting-text-size: 10px;
3094
+ --mat-table-footer-supporting-text-line-height: 20px;
3095
+ --mat-table-footer-supporting-text-size: 13px;
3723
3096
  --mat-table-footer-supporting-text-weight: 400;
3724
3097
  --mat-table-footer-supporting-text-tracking: normal;
3725
3098
  }
3726
- .mat-typography.sto-sm-typography {
3727
- --mat-option-label-text-font: Equinor, Roboto;
3728
- --mat-option-label-text-line-height: 16px;
3729
- --mat-option-label-text-size: 10px;
3730
- --mat-option-label-text-tracking: normal;
3731
- --mat-option-label-text-weight: 400;
3732
- }
3733
-
3734
- .mat-typography.sto-sm-typography {
3735
- --mat-optgroup-label-text-font: Equinor, Roboto;
3736
- --mat-optgroup-label-text-line-height: 16px;
3737
- --mat-optgroup-label-text-size: 10px;
3738
- --mat-optgroup-label-text-tracking: normal;
3739
- --mat-optgroup-label-text-weight: 400;
3740
- }
3741
-
3742
- .mat-typography.sto-sm-typography {
3743
- --mat-badge-text-font: Equinor, Roboto;
3744
- --mat-badge-text-size: 12px;
3745
- --mat-badge-text-weight: 600;
3746
- --mat-badge-small-size-text-size: 9px;
3747
- --mat-badge-large-size-text-size: 24px;
3748
- }
3749
-
3750
- .mat-typography.sto-sm-typography .mat-h1,
3751
- .mat-typography.sto-sm-typography .mat-headline-5,
3752
- .mat-typography.sto-sm-typography .mat-typography .mat-h1,
3753
- .mat-typography.sto-sm-typography .mat-typography .mat-headline-5,
3754
- .mat-typography.sto-sm-typography .mat-typography h1 {
3755
- font-size: 24px;
3756
- font-weight: 400;
3757
- line-height: 32px;
3758
- font-family: Equinor, Roboto;
3099
+ .mat-typography .mat-h1,
3100
+ .mat-typography .mat-headline-5,
3101
+ .mat-typography .mat-typography .mat-h1,
3102
+ .mat-typography .mat-typography .mat-headline-5,
3103
+ .mat-typography .mat-typography h1 {
3104
+ font: 400 24px / 32px Equinor, Roboto;
3759
3105
  letter-spacing: normal;
3760
3106
  margin: 0 0 16px;
3761
3107
  }
3762
- .mat-typography.sto-sm-typography .mat-h2,
3763
- .mat-typography.sto-sm-typography .mat-headline-6,
3764
- .mat-typography.sto-sm-typography .mat-typography .mat-h2,
3765
- .mat-typography.sto-sm-typography .mat-typography .mat-headline-6,
3766
- .mat-typography.sto-sm-typography .mat-typography h2 {
3767
- font-size: 20px;
3768
- font-weight: 500;
3769
- line-height: 32px;
3770
- font-family: Equinor, Roboto;
3108
+ .mat-typography .mat-h2,
3109
+ .mat-typography .mat-headline-6,
3110
+ .mat-typography .mat-typography .mat-h2,
3111
+ .mat-typography .mat-typography .mat-headline-6,
3112
+ .mat-typography .mat-typography h2 {
3113
+ font: 500 20px / 32px Equinor, Roboto;
3771
3114
  letter-spacing: 0.0125em;
3772
3115
  margin: 0 0 16px;
3773
3116
  }
3774
- .mat-typography.sto-sm-typography .mat-h3,
3775
- .mat-typography.sto-sm-typography .mat-subtitle-1,
3776
- .mat-typography.sto-sm-typography .mat-typography .mat-h3,
3777
- .mat-typography.sto-sm-typography .mat-typography .mat-subtitle-1,
3778
- .mat-typography.sto-sm-typography .mat-typography h3 {
3779
- font-size: 12px;
3780
- font-weight: 400;
3781
- line-height: 20px;
3782
- font-family: Equinor, Roboto;
3117
+ .mat-typography .mat-h3,
3118
+ .mat-typography .mat-subtitle-1,
3119
+ .mat-typography .mat-typography .mat-h3,
3120
+ .mat-typography .mat-typography .mat-subtitle-1,
3121
+ .mat-typography .mat-typography h3 {
3122
+ font: 400 16px / 24px Equinor, Roboto;
3783
3123
  letter-spacing: normal;
3784
3124
  margin: 0 0 16px;
3785
3125
  }
3786
- .mat-typography.sto-sm-typography .mat-h4,
3787
- .mat-typography.sto-sm-typography .mat-body-1,
3788
- .mat-typography.sto-sm-typography .mat-typography .mat-h4,
3789
- .mat-typography.sto-sm-typography .mat-typography .mat-body-1,
3790
- .mat-typography.sto-sm-typography .mat-typography h4 {
3791
- font-size: 10px;
3792
- font-weight: 400;
3793
- line-height: 16px;
3794
- font-family: Equinor, Roboto;
3126
+ .mat-typography .mat-h4,
3127
+ .mat-typography .mat-body-1,
3128
+ .mat-typography .mat-typography .mat-h4,
3129
+ .mat-typography .mat-typography .mat-body-1,
3130
+ .mat-typography .mat-typography h4 {
3131
+ font: 400 13px / 20px Equinor, Roboto;
3795
3132
  letter-spacing: normal;
3796
3133
  margin: 0 0 16px;
3797
3134
  }
3798
- .mat-typography.sto-sm-typography .mat-h5,
3799
- .mat-typography.sto-sm-typography .mat-typography .mat-h5,
3800
- .mat-typography.sto-sm-typography .mat-typography h5 {
3801
- font: 400 calc(10px * 0.83) / 16px Equinor, Roboto;
3135
+ .mat-typography .mat-h5,
3136
+ .mat-typography .mat-typography .mat-h5,
3137
+ .mat-typography .mat-typography h5 {
3138
+ font: 400 calc(13px * 0.83) / 20px Equinor, Roboto;
3802
3139
  margin: 0 0 12px;
3803
3140
  }
3804
- .mat-typography.sto-sm-typography .mat-h6,
3805
- .mat-typography.sto-sm-typography .mat-typography .mat-h6,
3806
- .mat-typography.sto-sm-typography .mat-typography h6 {
3807
- font: 400 calc(10px * 0.67) / 16px Equinor, Roboto;
3141
+ .mat-typography .mat-h6,
3142
+ .mat-typography .mat-typography .mat-h6,
3143
+ .mat-typography .mat-typography h6 {
3144
+ font: 400 calc(13px * 0.67) / 20px Equinor, Roboto;
3808
3145
  margin: 0 0 12px;
3809
3146
  }
3810
- .mat-typography.sto-sm-typography .mat-body-strong,
3811
- .mat-typography.sto-sm-typography .mat-subtitle-2,
3812
- .mat-typography.sto-sm-typography .mat-typography .mat-body-strong,
3813
- .mat-typography.sto-sm-typography .mat-typography .mat-subtitle-2 {
3814
- font-size: 16px;
3815
- font-weight: 400;
3816
- line-height: 24px;
3817
- font-family: Equinor, Roboto;
3147
+ .mat-typography .mat-body-strong,
3148
+ .mat-typography .mat-subtitle-2,
3149
+ .mat-typography .mat-typography .mat-body-strong,
3150
+ .mat-typography .mat-typography .mat-subtitle-2 {
3151
+ font: 400 20px / 28px Equinor, Roboto;
3818
3152
  letter-spacing: normal;
3819
3153
  }
3820
- .mat-typography.sto-sm-typography .mat-body,
3821
- .mat-typography.sto-sm-typography .mat-body-2,
3822
- .mat-typography.sto-sm-typography .mat-typography .mat-body,
3823
- .mat-typography.sto-sm-typography .mat-typography .mat-body-2,
3824
- .mat-typography.sto-sm-typography .mat-typography {
3825
- font-size: 10px;
3826
- font-weight: 400;
3827
- line-height: 16px;
3828
- font-family: Equinor, Roboto;
3154
+ .mat-typography .mat-body,
3155
+ .mat-typography .mat-body-2,
3156
+ .mat-typography .mat-typography .mat-body,
3157
+ .mat-typography .mat-typography .mat-body-2,
3158
+ .mat-typography .mat-typography {
3159
+ font: 400 13px / 20px Equinor, Roboto;
3829
3160
  letter-spacing: normal;
3830
3161
  }
3831
- .mat-typography.sto-sm-typography .mat-body p,
3832
- .mat-typography.sto-sm-typography .mat-body-2 p,
3833
- .mat-typography.sto-sm-typography .mat-typography .mat-body p,
3834
- .mat-typography.sto-sm-typography .mat-typography .mat-body-2 p,
3835
- .mat-typography.sto-sm-typography .mat-typography p {
3162
+ .mat-typography .mat-body p,
3163
+ .mat-typography .mat-body-2 p,
3164
+ .mat-typography .mat-typography .mat-body p,
3165
+ .mat-typography .mat-typography .mat-body-2 p,
3166
+ .mat-typography .mat-typography p {
3836
3167
  margin: 0 0 12px;
3837
3168
  }
3838
- .mat-typography.sto-sm-typography .mat-small,
3839
- .mat-typography.sto-sm-typography .mat-caption,
3840
- .mat-typography.sto-sm-typography .mat-typography .mat-small,
3841
- .mat-typography.sto-sm-typography .mat-typography .mat-caption {
3842
- font-size: 12px;
3843
- font-weight: 400;
3844
- line-height: 20px;
3845
- font-family: Equinor, Roboto;
3169
+ .mat-typography .mat-small,
3170
+ .mat-typography .mat-caption,
3171
+ .mat-typography .mat-typography .mat-small,
3172
+ .mat-typography .mat-typography .mat-caption {
3173
+ font: 400 12px / 20px Equinor, Roboto;
3846
3174
  letter-spacing: 0.0333333333em;
3847
3175
  }
3848
- .mat-typography.sto-sm-typography .mat-headline-1,
3849
- .mat-typography.sto-sm-typography .mat-typography .mat-headline-1 {
3850
- font-size: 24px;
3851
- font-weight: 400;
3852
- line-height: 40px;
3853
- font-family: Equinor, Roboto;
3176
+ .mat-typography .mat-headline-1,
3177
+ .mat-typography .mat-typography .mat-headline-1 {
3178
+ font: 400 28px / 44px Equinor, Roboto;
3854
3179
  letter-spacing: normal;
3855
3180
  margin: 0 0 56px;
3856
3181
  }
3857
- .mat-typography.sto-sm-typography .mat-headline-2,
3858
- .mat-typography.sto-sm-typography .mat-typography .mat-headline-2 {
3859
- font-size: 20px;
3860
- font-weight: 400;
3861
- line-height: 28px;
3862
- font-family: Equinor, Roboto;
3182
+ .mat-typography .mat-headline-2,
3183
+ .mat-typography .mat-typography .mat-headline-2 {
3184
+ font: 400 24px / 32px Equinor, Roboto;
3863
3185
  letter-spacing: normal;
3864
3186
  margin: 0 0 64px;
3865
3187
  }
3866
- .mat-typography.sto-sm-typography .mat-headline-3,
3867
- .mat-typography.sto-sm-typography .mat-typography .mat-headline-3 {
3868
- font-size: 48px;
3869
- font-weight: 400;
3870
- line-height: 50px;
3871
- font-family: Equinor, Roboto;
3188
+ .mat-typography .mat-headline-3,
3189
+ .mat-typography .mat-typography .mat-headline-3 {
3190
+ font: 400 48px / 50px Equinor, Roboto;
3872
3191
  letter-spacing: normal;
3873
3192
  margin: 0 0 64px;
3874
3193
  }
3875
- .mat-typography.sto-sm-typography .mat-headline-4,
3876
- .mat-typography.sto-sm-typography .mat-typography .mat-headline-4 {
3877
- font-size: 34px;
3878
- font-weight: 400;
3879
- line-height: 40px;
3880
- font-family: Equinor, Roboto;
3194
+ .mat-typography .mat-headline-4,
3195
+ .mat-typography .mat-typography .mat-headline-4 {
3196
+ font: 400 34px / 40px Equinor, Roboto;
3881
3197
  letter-spacing: 0.0073529412em;
3882
3198
  margin: 0 0 64px;
3883
3199
  }
3200
+ .mat-typography .mat-mdc-standard-chip {
3201
+ --mdc-chip-label-text-font: Equinor, Roboto;
3202
+ --mdc-chip-label-text-line-height: 20px;
3203
+ --mdc-chip-label-text-size: 13px;
3204
+ --mdc-chip-label-text-tracking: normal;
3205
+ --mdc-chip-label-text-weight: 400;
3206
+ }
3207
+ .mat-typography .mat-mdc-slide-toggle {
3208
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3209
+ --mdc-form-field-label-text-line-height: 20px;
3210
+ --mdc-form-field-label-text-size: 13px;
3211
+ --mdc-form-field-label-text-tracking: normal;
3212
+ --mdc-form-field-label-text-weight: 400;
3213
+ }
3214
+ .mat-typography .mat-mdc-radio-button {
3215
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3216
+ --mdc-form-field-label-text-line-height: 20px;
3217
+ --mdc-form-field-label-text-size: 13px;
3218
+ --mdc-form-field-label-text-tracking: normal;
3219
+ --mdc-form-field-label-text-weight: 400;
3220
+ }
3221
+ .mat-typography .mdc-list-group__subheader {
3222
+ font: 400 16px / 24px Equinor, Roboto;
3223
+ letter-spacing: normal;
3224
+ }
3225
+ .mat-typography .mat-mdc-tab-header {
3226
+ --mat-tab-header-label-text-font: Equinor, Roboto;
3227
+ --mat-tab-header-label-text-size: 14px;
3228
+ --mat-tab-header-label-text-tracking: normal;
3229
+ --mat-tab-header-label-text-line-height: 24px;
3230
+ --mat-tab-header-label-text-weight: 500;
3231
+ }
3232
+ .mat-typography .mat-mdc-checkbox {
3233
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3234
+ --mdc-form-field-label-text-line-height: 20px;
3235
+ --mdc-form-field-label-text-size: 13px;
3236
+ --mdc-form-field-label-text-tracking: normal;
3237
+ --mdc-form-field-label-text-weight: 400;
3238
+ }
3239
+
3884
3240
  .mat-typography.sto-sm-typography {
3241
+ --mat-option-label-text-font: Equinor, Roboto;
3242
+ --mat-option-label-text-line-height: 16px;
3243
+ --mat-option-label-text-size: 10px;
3244
+ --mat-option-label-text-tracking: normal;
3245
+ --mat-option-label-text-weight: 400;
3246
+ --mat-optgroup-label-text-font: Equinor, Roboto;
3247
+ --mat-optgroup-label-text-line-height: 16px;
3248
+ --mat-optgroup-label-text-size: 10px;
3249
+ --mat-optgroup-label-text-tracking: normal;
3250
+ --mat-optgroup-label-text-weight: 400;
3251
+ --mat-badge-text-font: Equinor, Roboto;
3252
+ --mat-badge-text-size: 12px;
3253
+ --mat-badge-text-weight: 600;
3254
+ --mat-badge-small-size-text-size: 9px;
3255
+ --mat-badge-large-size-text-size: 24px;
3885
3256
  --mat-bottom-sheet-container-text-font: Equinor, Roboto;
3886
3257
  --mat-bottom-sheet-container-text-line-height: 16px;
3887
3258
  --mat-bottom-sheet-container-text-size: 10px;
3888
3259
  --mat-bottom-sheet-container-text-tracking: normal;
3889
3260
  --mat-bottom-sheet-container-text-weight: 400;
3890
- }
3891
-
3892
- .mat-typography.sto-sm-typography {
3893
3261
  --mat-legacy-button-toggle-text-font: Equinor, Roboto;
3894
3262
  --mat-standard-button-toggle-text-font: Equinor, Roboto;
3895
- }
3896
-
3897
- .mat-typography.sto-sm-typography {
3898
3263
  --mat-datepicker-calendar-text-font: Equinor, Roboto;
3899
3264
  --mat-datepicker-calendar-text-size: 13px;
3900
3265
  --mat-datepicker-calendar-body-label-text-size: 10px;
@@ -3903,9 +3268,6 @@ body,
3903
3268
  --mat-datepicker-calendar-period-button-text-weight: 500;
3904
3269
  --mat-datepicker-calendar-header-text-size: 11px;
3905
3270
  --mat-datepicker-calendar-header-text-weight: 400;
3906
- }
3907
-
3908
- .mat-typography.sto-sm-typography {
3909
3271
  --mat-expansion-header-text-font: Equinor, Roboto;
3910
3272
  --mat-expansion-header-text-size: 16px;
3911
3273
  --mat-expansion-header-text-weight: 400;
@@ -3916,16 +3278,10 @@ body,
3916
3278
  --mat-expansion-container-text-size: 10px;
3917
3279
  --mat-expansion-container-text-tracking: normal;
3918
3280
  --mat-expansion-container-text-weight: 400;
3919
- }
3920
-
3921
- .mat-typography.sto-sm-typography {
3922
3281
  --mat-grid-list-tile-header-primary-text-size: 10px;
3923
3282
  --mat-grid-list-tile-header-secondary-text-size: 12px;
3924
3283
  --mat-grid-list-tile-footer-primary-text-size: 10px;
3925
3284
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
3926
- }
3927
-
3928
- .mat-typography.sto-sm-typography {
3929
3285
  --mat-stepper-container-text-font: Equinor, Roboto;
3930
3286
  --mat-stepper-header-label-text-font: Equinor, Roboto;
3931
3287
  --mat-stepper-header-label-text-size: 10px;
@@ -3933,41 +3289,24 @@ body,
3933
3289
  --mat-stepper-header-error-state-label-text-size: 10px;
3934
3290
  --mat-stepper-header-selected-state-label-text-size: 10px;
3935
3291
  --mat-stepper-header-selected-state-label-text-weight: 400;
3936
- }
3937
-
3938
- .mat-typography.sto-sm-typography {
3939
3292
  --mat-toolbar-title-text-font: Equinor, Roboto;
3940
3293
  --mat-toolbar-title-text-line-height: 32px;
3941
3294
  --mat-toolbar-title-text-size: 20px;
3942
3295
  --mat-toolbar-title-text-tracking: 0.0125em;
3943
3296
  --mat-toolbar-title-text-weight: 500;
3944
- }
3945
-
3946
- .mat-typography.sto-sm-typography .mat-tree {
3947
- font-family: Equinor, Roboto;
3948
- }
3949
- .mat-typography.sto-sm-typography .mat-tree-node,
3950
- .mat-typography.sto-sm-typography .mat-nested-tree-node {
3951
- font-weight: 400;
3952
- font-size: 10px;
3953
- }
3954
- .mat-typography.sto-sm-typography {
3297
+ --mat-tree-node-text-font: Equinor, Roboto;
3298
+ --mat-tree-node-text-size: 10px;
3299
+ --mat-tree-node-text-weight: 400;
3955
3300
  --mat-option-label-text-font: Equinor, Roboto;
3956
3301
  --mat-option-label-text-line-height: 16px;
3957
3302
  --mat-option-label-text-size: 10px;
3958
3303
  --mat-option-label-text-tracking: normal;
3959
3304
  --mat-option-label-text-weight: 400;
3960
- }
3961
-
3962
- .mat-typography.sto-sm-typography {
3963
3305
  --mat-optgroup-label-text-font: Equinor, Roboto;
3964
3306
  --mat-optgroup-label-text-line-height: 16px;
3965
3307
  --mat-optgroup-label-text-size: 10px;
3966
3308
  --mat-optgroup-label-text-tracking: normal;
3967
3309
  --mat-optgroup-label-text-weight: 400;
3968
- }
3969
-
3970
- .mat-typography.sto-sm-typography .mat-mdc-card {
3971
3310
  --mat-card-title-text-font: Equinor, Roboto;
3972
3311
  --mat-card-title-text-line-height: 32px;
3973
3312
  --mat-card-title-text-size: 20px;
@@ -3978,14 +3317,10 @@ body,
3978
3317
  --mat-card-subtitle-text-size: 16px;
3979
3318
  --mat-card-subtitle-text-tracking: normal;
3980
3319
  --mat-card-subtitle-text-weight: 400;
3981
- }
3982
- .mat-typography.sto-sm-typography .mat-mdc-tooltip {
3983
3320
  --mdc-plain-tooltip-supporting-text-font: Equinor, Roboto;
3984
3321
  --mdc-plain-tooltip-supporting-text-size: 12px;
3985
3322
  --mdc-plain-tooltip-supporting-text-weight: 400;
3986
3323
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
3987
- }
3988
- .mat-typography.sto-sm-typography {
3989
3324
  --mdc-filled-text-field-label-text-font: Equinor, Roboto;
3990
3325
  --mdc-filled-text-field-label-text-size: 10px;
3991
3326
  --mdc-filled-text-field-label-text-tracking: normal;
@@ -4005,17 +3340,11 @@ body,
4005
3340
  --mat-form-field-subscript-text-size: 12px;
4006
3341
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
4007
3342
  --mat-form-field-subscript-text-weight: 400;
4008
- }
4009
-
4010
- .mat-typography.sto-sm-typography {
4011
3343
  --mat-select-trigger-text-font: Equinor, Roboto;
4012
3344
  --mat-select-trigger-text-line-height: 16px;
4013
3345
  --mat-select-trigger-text-size: 10px;
4014
3346
  --mat-select-trigger-text-tracking: normal;
4015
3347
  --mat-select-trigger-text-weight: 400;
4016
- }
4017
-
4018
- .mat-typography.sto-sm-typography .mat-mdc-dialog-container {
4019
3348
  --mdc-dialog-subhead-font: Equinor, Roboto;
4020
3349
  --mdc-dialog-subhead-line-height: 32px;
4021
3350
  --mdc-dialog-subhead-size: 20px;
@@ -4026,73 +3355,16 @@ body,
4026
3355
  --mdc-dialog-supporting-text-size: 10px;
4027
3356
  --mdc-dialog-supporting-text-weight: 400;
4028
3357
  --mdc-dialog-supporting-text-tracking: normal;
4029
- }
4030
- .mat-typography.sto-sm-typography .mat-mdc-standard-chip {
4031
- --mdc-chip-label-text-font: Equinor, Roboto;
4032
- --mdc-chip-label-text-line-height: 16px;
4033
- --mdc-chip-label-text-size: 10px;
4034
- --mdc-chip-label-text-tracking: normal;
4035
- --mdc-chip-label-text-weight: 400;
4036
- }
4037
- .mat-typography.sto-sm-typography .mat-mdc-slide-toggle {
4038
- --mat-slide-toggle-label-text-font: Equinor, Roboto;
4039
- --mat-slide-toggle-label-text-size: 10px;
4040
- --mat-slide-toggle-label-text-tracking: normal;
4041
- --mat-slide-toggle-label-text-line-height: 16px;
4042
- --mat-slide-toggle-label-text-weight: 400;
4043
- }
4044
- .mat-typography.sto-sm-typography .mat-mdc-slide-toggle .mdc-form-field {
4045
- -moz-osx-font-smoothing: grayscale;
4046
- -webkit-font-smoothing: antialiased;
4047
- font-family: Roboto, sans-serif;
4048
- /* @alternate */
4049
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
4050
- font-size: 0.875rem;
4051
- /* @alternate */
4052
- font-size: var(--mdc-typography-body2-font-size, 0.875rem);
4053
- line-height: 1.25rem;
4054
- /* @alternate */
4055
- line-height: var(--mdc-typography-body2-line-height, 1.25rem);
4056
- font-weight: 400;
4057
- /* @alternate */
4058
- font-weight: var(--mdc-typography-body2-font-weight, 400);
4059
- letter-spacing: 0.0178571429em;
4060
- /* @alternate */
4061
- letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
4062
- text-decoration: inherit;
4063
- /* @alternate */
4064
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
4065
- text-transform: inherit;
4066
- /* @alternate */
4067
- text-transform: var(--mdc-typography-body2-text-transform, inherit);
4068
- }
4069
- .mat-typography.sto-sm-typography .mat-mdc-radio-button .mdc-form-field {
4070
- -moz-osx-font-smoothing: grayscale;
4071
- -webkit-font-smoothing: antialiased;
4072
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4073
- font-size: var(--mdc-typography-body2-font-size, 10px);
4074
- line-height: var(--mdc-typography-body2-line-height, 16px);
4075
- font-weight: var(--mdc-typography-body2-font-weight, 400);
4076
- letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
4077
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
4078
- text-transform: var(--mdc-typography-body2-text-transform, none);
4079
- }
4080
- .mat-typography.sto-sm-typography .mat-mdc-slider {
4081
3358
  --mdc-slider-label-label-text-font: Equinor, Roboto;
4082
3359
  --mdc-slider-label-label-text-size: 16px;
4083
3360
  --mdc-slider-label-label-text-line-height: 24px;
4084
3361
  --mdc-slider-label-label-text-tracking: normal;
4085
3362
  --mdc-slider-label-label-text-weight: 400;
4086
- }
4087
- .mat-typography.sto-sm-typography {
4088
3363
  --mat-menu-item-label-text-font: Equinor, Roboto;
4089
3364
  --mat-menu-item-label-text-size: 10px;
4090
3365
  --mat-menu-item-label-text-tracking: normal;
4091
3366
  --mat-menu-item-label-text-line-height: 16px;
4092
3367
  --mat-menu-item-label-text-weight: 400;
4093
- }
4094
-
4095
- .mat-typography.sto-sm-typography .mat-mdc-list-base {
4096
3368
  --mdc-list-list-item-label-text-font: Equinor, Roboto;
4097
3369
  --mdc-list-list-item-label-text-line-height: 16px;
4098
3370
  --mdc-list-list-item-label-text-size: 10px;
@@ -4108,265 +3380,220 @@ body,
4108
3380
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
4109
3381
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
4110
3382
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
4111
- }
4112
- .mat-typography.sto-sm-typography .mdc-list-group__subheader {
4113
- font-size: 12px;
4114
- font-weight: 400;
4115
- line-height: 20px;
4116
- font-family: Equinor, Roboto;
4117
- letter-spacing: normal;
4118
- }
4119
- .mat-typography.sto-sm-typography {
4120
3383
  --mat-paginator-container-text-font: Equinor, Roboto;
4121
3384
  --mat-paginator-container-text-line-height: 20px;
4122
3385
  --mat-paginator-container-text-size: 12px;
4123
3386
  --mat-paginator-container-text-tracking: 0.0333333333em;
4124
3387
  --mat-paginator-container-text-weight: 400;
4125
3388
  --mat-paginator-select-trigger-text-size: 12px;
4126
- }
4127
-
4128
- .mat-typography.sto-sm-typography .mat-mdc-tab-header {
4129
- --mat-tab-header-label-text-font: Equinor, Roboto;
4130
- --mat-tab-header-label-text-size: 10px;
4131
- --mat-tab-header-label-text-tracking: normal;
4132
- --mat-tab-header-label-text-line-height: 16px;
4133
- --mat-tab-header-label-text-weight: 500;
4134
- }
4135
- .mat-typography.sto-sm-typography .mat-mdc-checkbox .mdc-form-field {
4136
- -moz-osx-font-smoothing: grayscale;
4137
- -webkit-font-smoothing: antialiased;
4138
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4139
- font-size: var(--mdc-typography-body2-font-size, 10px);
4140
- line-height: var(--mdc-typography-body2-line-height, 16px);
4141
- font-weight: var(--mdc-typography-body2-font-weight, 400);
4142
- letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
4143
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
4144
- text-transform: var(--mdc-typography-body2-text-transform, none);
4145
- }
4146
- .mat-typography.sto-sm-typography .mdc-button {
4147
- -moz-osx-font-smoothing: grayscale;
4148
- -webkit-font-smoothing: antialiased;
4149
- font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4150
- font-size: var(--mdc-typography-button-font-size, 10px);
4151
- line-height: var(--mdc-typography-button-line-height, 16px);
4152
- font-weight: var(--mdc-typography-button-font-weight, 500);
4153
- letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
4154
- text-decoration: var(--mdc-typography-button-text-decoration, none);
4155
- text-transform: var(--mdc-typography-button-text-transform, none);
4156
- }
4157
- .mat-typography.sto-sm-typography .mdc-fab--extended {
4158
- -moz-osx-font-smoothing: grayscale;
4159
- -webkit-font-smoothing: antialiased;
4160
- font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4161
- font-size: var(--mdc-typography-button-font-size, 10px);
4162
- line-height: var(--mdc-typography-button-line-height, 16px);
4163
- font-weight: var(--mdc-typography-button-font-weight, 500);
4164
- letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
4165
- text-decoration: var(--mdc-typography-button-text-decoration, none);
4166
- text-transform: var(--mdc-typography-button-text-transform, none);
4167
- }
4168
- .mat-typography.sto-sm-typography .mat-mdc-extended-fab {
3389
+ --mdc-text-button-label-text-font: Equinor, Roboto;
3390
+ --mdc-text-button-label-text-size: 10px;
3391
+ --mdc-text-button-label-text-tracking: normal;
3392
+ --mdc-text-button-label-text-weight: 500;
3393
+ --mdc-text-button-label-text-transform: none;
3394
+ --mdc-filled-button-label-text-font: Equinor, Roboto;
3395
+ --mdc-filled-button-label-text-size: 10px;
3396
+ --mdc-filled-button-label-text-tracking: normal;
3397
+ --mdc-filled-button-label-text-weight: 500;
3398
+ --mdc-filled-button-label-text-transform: none;
3399
+ --mdc-outlined-button-label-text-font: Equinor, Roboto;
3400
+ --mdc-outlined-button-label-text-size: 10px;
3401
+ --mdc-outlined-button-label-text-tracking: normal;
3402
+ --mdc-outlined-button-label-text-weight: 500;
3403
+ --mdc-outlined-button-label-text-transform: none;
3404
+ --mdc-protected-button-label-text-font: Equinor, Roboto;
3405
+ --mdc-protected-button-label-text-size: 10px;
3406
+ --mdc-protected-button-label-text-tracking: normal;
3407
+ --mdc-protected-button-label-text-weight: 500;
3408
+ --mdc-protected-button-label-text-transform: none;
4169
3409
  --mdc-extended-fab-label-text-font: Equinor, Roboto;
4170
3410
  --mdc-extended-fab-label-text-size: 10px;
4171
3411
  --mdc-extended-fab-label-text-tracking: normal;
4172
3412
  --mdc-extended-fab-label-text-weight: 500;
4173
- }
4174
- .mat-typography.sto-sm-typography .mat-mdc-snack-bar-container {
4175
3413
  --mdc-snackbar-supporting-text-font: Equinor, Roboto;
4176
3414
  --mdc-snackbar-supporting-text-line-height: 16px;
4177
3415
  --mdc-snackbar-supporting-text-size: 10px;
4178
3416
  --mdc-snackbar-supporting-text-weight: 400;
4179
- }
4180
-
4181
- .mat-typography.sto-l-typography {
4182
3417
  --mat-table-header-headline-font: Equinor, Roboto;
4183
- --mat-table-header-headline-line-height: 40px;
4184
- --mat-table-header-headline-size: 24px;
3418
+ --mat-table-header-headline-line-height: 24px;
3419
+ --mat-table-header-headline-size: 16px;
4185
3420
  --mat-table-header-headline-weight: 400;
4186
3421
  --mat-table-header-headline-tracking: normal;
4187
3422
  --mat-table-row-item-label-text-font: Equinor, Roboto;
4188
- --mat-table-row-item-label-text-line-height: 24px;
4189
- --mat-table-row-item-label-text-size: 18px;
3423
+ --mat-table-row-item-label-text-line-height: 16px;
3424
+ --mat-table-row-item-label-text-size: 10px;
4190
3425
  --mat-table-row-item-label-text-weight: 400;
4191
3426
  --mat-table-row-item-label-text-tracking: normal;
4192
3427
  --mat-table-footer-supporting-text-font: Equinor, Roboto;
4193
- --mat-table-footer-supporting-text-line-height: 24px;
4194
- --mat-table-footer-supporting-text-size: 18px;
3428
+ --mat-table-footer-supporting-text-line-height: 16px;
3429
+ --mat-table-footer-supporting-text-size: 10px;
4195
3430
  --mat-table-footer-supporting-text-weight: 400;
4196
3431
  --mat-table-footer-supporting-text-tracking: normal;
4197
3432
  }
4198
- .mat-typography.sto-l-typography {
4199
- --mat-option-label-text-font: Equinor, Roboto;
4200
- --mat-option-label-text-line-height: 24px;
4201
- --mat-option-label-text-size: 16px;
4202
- --mat-option-label-text-tracking: normal;
4203
- --mat-option-label-text-weight: 400;
4204
- }
4205
-
4206
- .mat-typography.sto-l-typography {
4207
- --mat-optgroup-label-text-font: Equinor, Roboto;
4208
- --mat-optgroup-label-text-line-height: 24px;
4209
- --mat-optgroup-label-text-size: 16px;
4210
- --mat-optgroup-label-text-tracking: normal;
4211
- --mat-optgroup-label-text-weight: 400;
4212
- }
4213
-
4214
- .mat-typography.sto-l-typography {
4215
- --mat-badge-text-font: Equinor, Roboto;
4216
- --mat-badge-text-size: 12px;
4217
- --mat-badge-text-weight: 600;
4218
- --mat-badge-small-size-text-size: 9px;
4219
- --mat-badge-large-size-text-size: 24px;
4220
- }
4221
-
4222
- .mat-typography.sto-l-typography .mat-h1,
4223
- .mat-typography.sto-l-typography .mat-headline-5,
4224
- .mat-typography.sto-l-typography .mat-typography .mat-h1,
4225
- .mat-typography.sto-l-typography .mat-typography .mat-headline-5,
4226
- .mat-typography.sto-l-typography .mat-typography h1 {
4227
- font-size: 24px;
4228
- font-weight: 400;
4229
- line-height: 32px;
4230
- font-family: Equinor, Roboto;
3433
+ .mat-typography.sto-sm-typography .mat-h1,
3434
+ .mat-typography.sto-sm-typography .mat-headline-5,
3435
+ .mat-typography.sto-sm-typography .mat-typography .mat-h1,
3436
+ .mat-typography.sto-sm-typography .mat-typography .mat-headline-5,
3437
+ .mat-typography.sto-sm-typography .mat-typography h1 {
3438
+ font: 400 24px / 32px Equinor, Roboto;
4231
3439
  letter-spacing: normal;
4232
3440
  margin: 0 0 16px;
4233
3441
  }
4234
- .mat-typography.sto-l-typography .mat-h2,
4235
- .mat-typography.sto-l-typography .mat-headline-6,
4236
- .mat-typography.sto-l-typography .mat-typography .mat-h2,
4237
- .mat-typography.sto-l-typography .mat-typography .mat-headline-6,
4238
- .mat-typography.sto-l-typography .mat-typography h2 {
4239
- font-size: 20px;
4240
- font-weight: 500;
4241
- line-height: 32px;
4242
- font-family: Equinor, Roboto;
3442
+ .mat-typography.sto-sm-typography .mat-h2,
3443
+ .mat-typography.sto-sm-typography .mat-headline-6,
3444
+ .mat-typography.sto-sm-typography .mat-typography .mat-h2,
3445
+ .mat-typography.sto-sm-typography .mat-typography .mat-headline-6,
3446
+ .mat-typography.sto-sm-typography .mat-typography h2 {
3447
+ font: 500 20px / 32px Equinor, Roboto;
4243
3448
  letter-spacing: 0.0125em;
4244
3449
  margin: 0 0 16px;
4245
3450
  }
4246
- .mat-typography.sto-l-typography .mat-h3,
4247
- .mat-typography.sto-l-typography .mat-subtitle-1,
4248
- .mat-typography.sto-l-typography .mat-typography .mat-h3,
4249
- .mat-typography.sto-l-typography .mat-typography .mat-subtitle-1,
4250
- .mat-typography.sto-l-typography .mat-typography h3 {
4251
- font-size: 20px;
4252
- font-weight: 400;
4253
- line-height: 32px;
4254
- font-family: Equinor, Roboto;
3451
+ .mat-typography.sto-sm-typography .mat-h3,
3452
+ .mat-typography.sto-sm-typography .mat-subtitle-1,
3453
+ .mat-typography.sto-sm-typography .mat-typography .mat-h3,
3454
+ .mat-typography.sto-sm-typography .mat-typography .mat-subtitle-1,
3455
+ .mat-typography.sto-sm-typography .mat-typography h3 {
3456
+ font: 400 12px / 20px Equinor, Roboto;
4255
3457
  letter-spacing: normal;
4256
3458
  margin: 0 0 16px;
4257
3459
  }
4258
- .mat-typography.sto-l-typography .mat-h4,
4259
- .mat-typography.sto-l-typography .mat-body-1,
4260
- .mat-typography.sto-l-typography .mat-typography .mat-h4,
4261
- .mat-typography.sto-l-typography .mat-typography .mat-body-1,
4262
- .mat-typography.sto-l-typography .mat-typography h4 {
4263
- font-size: 16px;
4264
- font-weight: 400;
4265
- line-height: 24px;
4266
- font-family: Equinor, Roboto;
3460
+ .mat-typography.sto-sm-typography .mat-h4,
3461
+ .mat-typography.sto-sm-typography .mat-body-1,
3462
+ .mat-typography.sto-sm-typography .mat-typography .mat-h4,
3463
+ .mat-typography.sto-sm-typography .mat-typography .mat-body-1,
3464
+ .mat-typography.sto-sm-typography .mat-typography h4 {
3465
+ font: 400 10px / 16px Equinor, Roboto;
4267
3466
  letter-spacing: normal;
4268
3467
  margin: 0 0 16px;
4269
3468
  }
4270
- .mat-typography.sto-l-typography .mat-h5,
4271
- .mat-typography.sto-l-typography .mat-typography .mat-h5,
4272
- .mat-typography.sto-l-typography .mat-typography h5 {
4273
- font: 400 calc(18px * 0.83) / 24px Equinor, Roboto;
3469
+ .mat-typography.sto-sm-typography .mat-h5,
3470
+ .mat-typography.sto-sm-typography .mat-typography .mat-h5,
3471
+ .mat-typography.sto-sm-typography .mat-typography h5 {
3472
+ font: 400 calc(10px * 0.83) / 16px Equinor, Roboto;
4274
3473
  margin: 0 0 12px;
4275
3474
  }
4276
- .mat-typography.sto-l-typography .mat-h6,
4277
- .mat-typography.sto-l-typography .mat-typography .mat-h6,
4278
- .mat-typography.sto-l-typography .mat-typography h6 {
4279
- font: 400 calc(18px * 0.67) / 24px Equinor, Roboto;
3475
+ .mat-typography.sto-sm-typography .mat-h6,
3476
+ .mat-typography.sto-sm-typography .mat-typography .mat-h6,
3477
+ .mat-typography.sto-sm-typography .mat-typography h6 {
3478
+ font: 400 calc(10px * 0.67) / 16px Equinor, Roboto;
4280
3479
  margin: 0 0 12px;
4281
3480
  }
4282
- .mat-typography.sto-l-typography .mat-body-strong,
4283
- .mat-typography.sto-l-typography .mat-subtitle-2,
4284
- .mat-typography.sto-l-typography .mat-typography .mat-body-strong,
4285
- .mat-typography.sto-l-typography .mat-typography .mat-subtitle-2 {
4286
- font-size: 24px;
4287
- font-weight: 400;
4288
- line-height: 40px;
4289
- font-family: Equinor, Roboto;
3481
+ .mat-typography.sto-sm-typography .mat-body-strong,
3482
+ .mat-typography.sto-sm-typography .mat-subtitle-2,
3483
+ .mat-typography.sto-sm-typography .mat-typography .mat-body-strong,
3484
+ .mat-typography.sto-sm-typography .mat-typography .mat-subtitle-2 {
3485
+ font: 400 16px / 24px Equinor, Roboto;
4290
3486
  letter-spacing: normal;
4291
3487
  }
4292
- .mat-typography.sto-l-typography .mat-body,
4293
- .mat-typography.sto-l-typography .mat-body-2,
4294
- .mat-typography.sto-l-typography .mat-typography .mat-body,
4295
- .mat-typography.sto-l-typography .mat-typography .mat-body-2,
4296
- .mat-typography.sto-l-typography .mat-typography {
4297
- font-size: 18px;
4298
- font-weight: 400;
4299
- line-height: 24px;
4300
- font-family: Equinor, Roboto;
3488
+ .mat-typography.sto-sm-typography .mat-body,
3489
+ .mat-typography.sto-sm-typography .mat-body-2,
3490
+ .mat-typography.sto-sm-typography .mat-typography .mat-body,
3491
+ .mat-typography.sto-sm-typography .mat-typography .mat-body-2,
3492
+ .mat-typography.sto-sm-typography .mat-typography {
3493
+ font: 400 10px / 16px Equinor, Roboto;
4301
3494
  letter-spacing: normal;
4302
3495
  }
4303
- .mat-typography.sto-l-typography .mat-body p,
4304
- .mat-typography.sto-l-typography .mat-body-2 p,
4305
- .mat-typography.sto-l-typography .mat-typography .mat-body p,
4306
- .mat-typography.sto-l-typography .mat-typography .mat-body-2 p,
4307
- .mat-typography.sto-l-typography .mat-typography p {
3496
+ .mat-typography.sto-sm-typography .mat-body p,
3497
+ .mat-typography.sto-sm-typography .mat-body-2 p,
3498
+ .mat-typography.sto-sm-typography .mat-typography .mat-body p,
3499
+ .mat-typography.sto-sm-typography .mat-typography .mat-body-2 p,
3500
+ .mat-typography.sto-sm-typography .mat-typography p {
4308
3501
  margin: 0 0 12px;
4309
3502
  }
4310
- .mat-typography.sto-l-typography .mat-small,
4311
- .mat-typography.sto-l-typography .mat-caption,
4312
- .mat-typography.sto-l-typography .mat-typography .mat-small,
4313
- .mat-typography.sto-l-typography .mat-typography .mat-caption {
4314
- font-size: 12px;
4315
- font-weight: 400;
4316
- line-height: 20px;
4317
- font-family: Equinor, Roboto;
3503
+ .mat-typography.sto-sm-typography .mat-small,
3504
+ .mat-typography.sto-sm-typography .mat-caption,
3505
+ .mat-typography.sto-sm-typography .mat-typography .mat-small,
3506
+ .mat-typography.sto-sm-typography .mat-typography .mat-caption {
3507
+ font: 400 12px / 20px Equinor, Roboto;
4318
3508
  letter-spacing: 0.0333333333em;
4319
3509
  }
4320
- .mat-typography.sto-l-typography .mat-headline-1,
4321
- .mat-typography.sto-l-typography .mat-typography .mat-headline-1 {
4322
- font-size: 32px;
4323
- font-weight: 400;
4324
- line-height: 48px;
4325
- font-family: Equinor, Roboto;
4326
- letter-spacing: normal;
4327
- margin: 0 0 56px;
4328
- }
4329
- .mat-typography.sto-l-typography .mat-headline-2,
4330
- .mat-typography.sto-l-typography .mat-typography .mat-headline-2 {
4331
- font-size: 28px;
4332
- font-weight: 400;
4333
- line-height: 40px;
4334
- font-family: Equinor, Roboto;
3510
+ .mat-typography.sto-sm-typography .mat-headline-1,
3511
+ .mat-typography.sto-sm-typography .mat-typography .mat-headline-1 {
3512
+ font: 400 24px / 40px Equinor, Roboto;
3513
+ letter-spacing: normal;
3514
+ margin: 0 0 56px;
3515
+ }
3516
+ .mat-typography.sto-sm-typography .mat-headline-2,
3517
+ .mat-typography.sto-sm-typography .mat-typography .mat-headline-2 {
3518
+ font: 400 20px / 28px Equinor, Roboto;
4335
3519
  letter-spacing: normal;
4336
3520
  margin: 0 0 64px;
4337
3521
  }
4338
- .mat-typography.sto-l-typography .mat-headline-3,
4339
- .mat-typography.sto-l-typography .mat-typography .mat-headline-3 {
4340
- font-size: 48px;
4341
- font-weight: 400;
4342
- line-height: 50px;
4343
- font-family: Equinor, Roboto;
3522
+ .mat-typography.sto-sm-typography .mat-headline-3,
3523
+ .mat-typography.sto-sm-typography .mat-typography .mat-headline-3 {
3524
+ font: 400 48px / 50px Equinor, Roboto;
4344
3525
  letter-spacing: normal;
4345
3526
  margin: 0 0 64px;
4346
3527
  }
4347
- .mat-typography.sto-l-typography .mat-headline-4,
4348
- .mat-typography.sto-l-typography .mat-typography .mat-headline-4 {
4349
- font-size: 34px;
4350
- font-weight: 400;
4351
- line-height: 40px;
4352
- font-family: Equinor, Roboto;
3528
+ .mat-typography.sto-sm-typography .mat-headline-4,
3529
+ .mat-typography.sto-sm-typography .mat-typography .mat-headline-4 {
3530
+ font: 400 34px / 40px Equinor, Roboto;
4353
3531
  letter-spacing: 0.0073529412em;
4354
3532
  margin: 0 0 64px;
4355
3533
  }
3534
+ .mat-typography.sto-sm-typography .mat-mdc-standard-chip {
3535
+ --mdc-chip-label-text-font: Equinor, Roboto;
3536
+ --mdc-chip-label-text-line-height: 16px;
3537
+ --mdc-chip-label-text-size: 10px;
3538
+ --mdc-chip-label-text-tracking: normal;
3539
+ --mdc-chip-label-text-weight: 400;
3540
+ }
3541
+ .mat-typography.sto-sm-typography .mat-mdc-slide-toggle {
3542
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3543
+ --mdc-form-field-label-text-line-height: 16px;
3544
+ --mdc-form-field-label-text-size: 10px;
3545
+ --mdc-form-field-label-text-tracking: normal;
3546
+ --mdc-form-field-label-text-weight: 400;
3547
+ }
3548
+ .mat-typography.sto-sm-typography .mat-mdc-radio-button {
3549
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3550
+ --mdc-form-field-label-text-line-height: 16px;
3551
+ --mdc-form-field-label-text-size: 10px;
3552
+ --mdc-form-field-label-text-tracking: normal;
3553
+ --mdc-form-field-label-text-weight: 400;
3554
+ }
3555
+ .mat-typography.sto-sm-typography .mdc-list-group__subheader {
3556
+ font: 400 12px / 20px Equinor, Roboto;
3557
+ letter-spacing: normal;
3558
+ }
3559
+ .mat-typography.sto-sm-typography .mat-mdc-tab-header {
3560
+ --mat-tab-header-label-text-font: Equinor, Roboto;
3561
+ --mat-tab-header-label-text-size: 10px;
3562
+ --mat-tab-header-label-text-tracking: normal;
3563
+ --mat-tab-header-label-text-line-height: 16px;
3564
+ --mat-tab-header-label-text-weight: 500;
3565
+ }
3566
+ .mat-typography.sto-sm-typography .mat-mdc-checkbox {
3567
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3568
+ --mdc-form-field-label-text-line-height: 16px;
3569
+ --mdc-form-field-label-text-size: 10px;
3570
+ --mdc-form-field-label-text-tracking: normal;
3571
+ --mdc-form-field-label-text-weight: 400;
3572
+ }
3573
+
4356
3574
  .mat-typography.sto-l-typography {
3575
+ --mat-option-label-text-font: Equinor, Roboto;
3576
+ --mat-option-label-text-line-height: 24px;
3577
+ --mat-option-label-text-size: 16px;
3578
+ --mat-option-label-text-tracking: normal;
3579
+ --mat-option-label-text-weight: 400;
3580
+ --mat-optgroup-label-text-font: Equinor, Roboto;
3581
+ --mat-optgroup-label-text-line-height: 24px;
3582
+ --mat-optgroup-label-text-size: 16px;
3583
+ --mat-optgroup-label-text-tracking: normal;
3584
+ --mat-optgroup-label-text-weight: 400;
3585
+ --mat-badge-text-font: Equinor, Roboto;
3586
+ --mat-badge-text-size: 12px;
3587
+ --mat-badge-text-weight: 600;
3588
+ --mat-badge-small-size-text-size: 9px;
3589
+ --mat-badge-large-size-text-size: 24px;
4357
3590
  --mat-bottom-sheet-container-text-font: Equinor, Roboto;
4358
3591
  --mat-bottom-sheet-container-text-line-height: 24px;
4359
3592
  --mat-bottom-sheet-container-text-size: 18px;
4360
3593
  --mat-bottom-sheet-container-text-tracking: normal;
4361
3594
  --mat-bottom-sheet-container-text-weight: 400;
4362
- }
4363
-
4364
- .mat-typography.sto-l-typography {
4365
3595
  --mat-legacy-button-toggle-text-font: Equinor, Roboto;
4366
3596
  --mat-standard-button-toggle-text-font: Equinor, Roboto;
4367
- }
4368
-
4369
- .mat-typography.sto-l-typography {
4370
3597
  --mat-datepicker-calendar-text-font: Equinor, Roboto;
4371
3598
  --mat-datepicker-calendar-text-size: 13px;
4372
3599
  --mat-datepicker-calendar-body-label-text-size: 14px;
@@ -4375,9 +3602,6 @@ body,
4375
3602
  --mat-datepicker-calendar-period-button-text-weight: 500;
4376
3603
  --mat-datepicker-calendar-header-text-size: 11px;
4377
3604
  --mat-datepicker-calendar-header-text-weight: 400;
4378
- }
4379
-
4380
- .mat-typography.sto-l-typography {
4381
3605
  --mat-expansion-header-text-font: Equinor, Roboto;
4382
3606
  --mat-expansion-header-text-size: 24px;
4383
3607
  --mat-expansion-header-text-weight: 400;
@@ -4388,16 +3612,10 @@ body,
4388
3612
  --mat-expansion-container-text-size: 18px;
4389
3613
  --mat-expansion-container-text-tracking: normal;
4390
3614
  --mat-expansion-container-text-weight: 400;
4391
- }
4392
-
4393
- .mat-typography.sto-l-typography {
4394
3615
  --mat-grid-list-tile-header-primary-text-size: 18px;
4395
3616
  --mat-grid-list-tile-header-secondary-text-size: 12px;
4396
3617
  --mat-grid-list-tile-footer-primary-text-size: 18px;
4397
3618
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
4398
- }
4399
-
4400
- .mat-typography.sto-l-typography {
4401
3619
  --mat-stepper-container-text-font: Equinor, Roboto;
4402
3620
  --mat-stepper-header-label-text-font: Equinor, Roboto;
4403
3621
  --mat-stepper-header-label-text-size: 18px;
@@ -4405,41 +3623,24 @@ body,
4405
3623
  --mat-stepper-header-error-state-label-text-size: 16px;
4406
3624
  --mat-stepper-header-selected-state-label-text-size: 16px;
4407
3625
  --mat-stepper-header-selected-state-label-text-weight: 400;
4408
- }
4409
-
4410
- .mat-typography.sto-l-typography {
4411
3626
  --mat-toolbar-title-text-font: Equinor, Roboto;
4412
3627
  --mat-toolbar-title-text-line-height: 32px;
4413
3628
  --mat-toolbar-title-text-size: 20px;
4414
3629
  --mat-toolbar-title-text-tracking: 0.0125em;
4415
3630
  --mat-toolbar-title-text-weight: 500;
4416
- }
4417
-
4418
- .mat-typography.sto-l-typography .mat-tree {
4419
- font-family: Equinor, Roboto;
4420
- }
4421
- .mat-typography.sto-l-typography .mat-tree-node,
4422
- .mat-typography.sto-l-typography .mat-nested-tree-node {
4423
- font-weight: 400;
4424
- font-size: 18px;
4425
- }
4426
- .mat-typography.sto-l-typography {
3631
+ --mat-tree-node-text-font: Equinor, Roboto;
3632
+ --mat-tree-node-text-size: 18px;
3633
+ --mat-tree-node-text-weight: 400;
4427
3634
  --mat-option-label-text-font: Equinor, Roboto;
4428
3635
  --mat-option-label-text-line-height: 24px;
4429
3636
  --mat-option-label-text-size: 16px;
4430
3637
  --mat-option-label-text-tracking: normal;
4431
3638
  --mat-option-label-text-weight: 400;
4432
- }
4433
-
4434
- .mat-typography.sto-l-typography {
4435
3639
  --mat-optgroup-label-text-font: Equinor, Roboto;
4436
3640
  --mat-optgroup-label-text-line-height: 24px;
4437
3641
  --mat-optgroup-label-text-size: 16px;
4438
3642
  --mat-optgroup-label-text-tracking: normal;
4439
3643
  --mat-optgroup-label-text-weight: 400;
4440
- }
4441
-
4442
- .mat-typography.sto-l-typography .mat-mdc-card {
4443
3644
  --mat-card-title-text-font: Equinor, Roboto;
4444
3645
  --mat-card-title-text-line-height: 32px;
4445
3646
  --mat-card-title-text-size: 20px;
@@ -4450,14 +3651,10 @@ body,
4450
3651
  --mat-card-subtitle-text-size: 24px;
4451
3652
  --mat-card-subtitle-text-tracking: normal;
4452
3653
  --mat-card-subtitle-text-weight: 400;
4453
- }
4454
- .mat-typography.sto-l-typography .mat-mdc-tooltip {
4455
3654
  --mdc-plain-tooltip-supporting-text-font: Equinor, Roboto;
4456
3655
  --mdc-plain-tooltip-supporting-text-size: 12px;
4457
3656
  --mdc-plain-tooltip-supporting-text-weight: 400;
4458
3657
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
4459
- }
4460
- .mat-typography.sto-l-typography {
4461
3658
  --mdc-filled-text-field-label-text-font: Equinor, Roboto;
4462
3659
  --mdc-filled-text-field-label-text-size: 16px;
4463
3660
  --mdc-filled-text-field-label-text-tracking: normal;
@@ -4477,17 +3674,11 @@ body,
4477
3674
  --mat-form-field-subscript-text-size: 12px;
4478
3675
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
4479
3676
  --mat-form-field-subscript-text-weight: 400;
4480
- }
4481
-
4482
- .mat-typography.sto-l-typography {
4483
3677
  --mat-select-trigger-text-font: Equinor, Roboto;
4484
3678
  --mat-select-trigger-text-line-height: 24px;
4485
3679
  --mat-select-trigger-text-size: 16px;
4486
3680
  --mat-select-trigger-text-tracking: normal;
4487
3681
  --mat-select-trigger-text-weight: 400;
4488
- }
4489
-
4490
- .mat-typography.sto-l-typography .mat-mdc-dialog-container {
4491
3682
  --mdc-dialog-subhead-font: Equinor, Roboto;
4492
3683
  --mdc-dialog-subhead-line-height: 32px;
4493
3684
  --mdc-dialog-subhead-size: 20px;
@@ -4498,73 +3689,16 @@ body,
4498
3689
  --mdc-dialog-supporting-text-size: 16px;
4499
3690
  --mdc-dialog-supporting-text-weight: 400;
4500
3691
  --mdc-dialog-supporting-text-tracking: normal;
4501
- }
4502
- .mat-typography.sto-l-typography .mat-mdc-standard-chip {
4503
- --mdc-chip-label-text-font: Equinor, Roboto;
4504
- --mdc-chip-label-text-line-height: 24px;
4505
- --mdc-chip-label-text-size: 18px;
4506
- --mdc-chip-label-text-tracking: normal;
4507
- --mdc-chip-label-text-weight: 400;
4508
- }
4509
- .mat-typography.sto-l-typography .mat-mdc-slide-toggle {
4510
- --mat-slide-toggle-label-text-font: Equinor, Roboto;
4511
- --mat-slide-toggle-label-text-size: 18px;
4512
- --mat-slide-toggle-label-text-tracking: normal;
4513
- --mat-slide-toggle-label-text-line-height: 24px;
4514
- --mat-slide-toggle-label-text-weight: 400;
4515
- }
4516
- .mat-typography.sto-l-typography .mat-mdc-slide-toggle .mdc-form-field {
4517
- -moz-osx-font-smoothing: grayscale;
4518
- -webkit-font-smoothing: antialiased;
4519
- font-family: Roboto, sans-serif;
4520
- /* @alternate */
4521
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
4522
- font-size: 0.875rem;
4523
- /* @alternate */
4524
- font-size: var(--mdc-typography-body2-font-size, 0.875rem);
4525
- line-height: 1.25rem;
4526
- /* @alternate */
4527
- line-height: var(--mdc-typography-body2-line-height, 1.25rem);
4528
- font-weight: 400;
4529
- /* @alternate */
4530
- font-weight: var(--mdc-typography-body2-font-weight, 400);
4531
- letter-spacing: 0.0178571429em;
4532
- /* @alternate */
4533
- letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
4534
- text-decoration: inherit;
4535
- /* @alternate */
4536
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
4537
- text-transform: inherit;
4538
- /* @alternate */
4539
- text-transform: var(--mdc-typography-body2-text-transform, inherit);
4540
- }
4541
- .mat-typography.sto-l-typography .mat-mdc-radio-button .mdc-form-field {
4542
- -moz-osx-font-smoothing: grayscale;
4543
- -webkit-font-smoothing: antialiased;
4544
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4545
- font-size: var(--mdc-typography-body2-font-size, 18px);
4546
- line-height: var(--mdc-typography-body2-line-height, 24px);
4547
- font-weight: var(--mdc-typography-body2-font-weight, 400);
4548
- letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
4549
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
4550
- text-transform: var(--mdc-typography-body2-text-transform, none);
4551
- }
4552
- .mat-typography.sto-l-typography .mat-mdc-slider {
4553
3692
  --mdc-slider-label-label-text-font: Equinor, Roboto;
4554
3693
  --mdc-slider-label-label-text-size: 24px;
4555
3694
  --mdc-slider-label-label-text-line-height: 40px;
4556
3695
  --mdc-slider-label-label-text-tracking: normal;
4557
3696
  --mdc-slider-label-label-text-weight: 400;
4558
- }
4559
- .mat-typography.sto-l-typography {
4560
3697
  --mat-menu-item-label-text-font: Equinor, Roboto;
4561
3698
  --mat-menu-item-label-text-size: 16px;
4562
3699
  --mat-menu-item-label-text-tracking: normal;
4563
3700
  --mat-menu-item-label-text-line-height: 24px;
4564
3701
  --mat-menu-item-label-text-weight: 400;
4565
- }
4566
-
4567
- .mat-typography.sto-l-typography .mat-mdc-list-base {
4568
3702
  --mdc-list-list-item-label-text-font: Equinor, Roboto;
4569
3703
  --mdc-list-list-item-label-text-line-height: 24px;
4570
3704
  --mdc-list-list-item-label-text-size: 16px;
@@ -4580,74 +3714,195 @@ body,
4580
3714
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
4581
3715
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
4582
3716
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
4583
- }
4584
- .mat-typography.sto-l-typography .mdc-list-group__subheader {
4585
- font-size: 20px;
4586
- font-weight: 400;
4587
- line-height: 32px;
4588
- font-family: Equinor, Roboto;
4589
- letter-spacing: normal;
4590
- }
4591
- .mat-typography.sto-l-typography {
4592
3717
  --mat-paginator-container-text-font: Equinor, Roboto;
4593
3718
  --mat-paginator-container-text-line-height: 20px;
4594
3719
  --mat-paginator-container-text-size: 12px;
4595
3720
  --mat-paginator-container-text-tracking: 0.0333333333em;
4596
3721
  --mat-paginator-container-text-weight: 400;
4597
3722
  --mat-paginator-select-trigger-text-size: 12px;
4598
- }
4599
-
4600
- .mat-typography.sto-l-typography .mat-mdc-tab-header {
4601
- --mat-tab-header-label-text-font: Equinor, Roboto;
4602
- --mat-tab-header-label-text-size: 14px;
4603
- --mat-tab-header-label-text-tracking: normal;
4604
- --mat-tab-header-label-text-line-height: 24px;
4605
- --mat-tab-header-label-text-weight: 500;
4606
- }
4607
- .mat-typography.sto-l-typography .mat-mdc-checkbox .mdc-form-field {
4608
- -moz-osx-font-smoothing: grayscale;
4609
- -webkit-font-smoothing: antialiased;
4610
- font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4611
- font-size: var(--mdc-typography-body2-font-size, 18px);
4612
- line-height: var(--mdc-typography-body2-line-height, 24px);
4613
- font-weight: var(--mdc-typography-body2-font-weight, 400);
4614
- letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
4615
- text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
4616
- text-transform: var(--mdc-typography-body2-text-transform, none);
4617
- }
4618
- .mat-typography.sto-l-typography .mdc-button {
4619
- -moz-osx-font-smoothing: grayscale;
4620
- -webkit-font-smoothing: antialiased;
4621
- font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4622
- font-size: var(--mdc-typography-button-font-size, 14px);
4623
- line-height: var(--mdc-typography-button-line-height, 24px);
4624
- font-weight: var(--mdc-typography-button-font-weight, 500);
4625
- letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
4626
- text-decoration: var(--mdc-typography-button-text-decoration, none);
4627
- text-transform: var(--mdc-typography-button-text-transform, none);
4628
- }
4629
- .mat-typography.sto-l-typography .mdc-fab--extended {
4630
- -moz-osx-font-smoothing: grayscale;
4631
- -webkit-font-smoothing: antialiased;
4632
- font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Equinor, Roboto));
4633
- font-size: var(--mdc-typography-button-font-size, 14px);
4634
- line-height: var(--mdc-typography-button-line-height, 24px);
4635
- font-weight: var(--mdc-typography-button-font-weight, 500);
4636
- letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
4637
- text-decoration: var(--mdc-typography-button-text-decoration, none);
4638
- text-transform: var(--mdc-typography-button-text-transform, none);
4639
- }
4640
- .mat-typography.sto-l-typography .mat-mdc-extended-fab {
3723
+ --mdc-text-button-label-text-font: Equinor, Roboto;
3724
+ --mdc-text-button-label-text-size: 14px;
3725
+ --mdc-text-button-label-text-tracking: normal;
3726
+ --mdc-text-button-label-text-weight: 500;
3727
+ --mdc-text-button-label-text-transform: none;
3728
+ --mdc-filled-button-label-text-font: Equinor, Roboto;
3729
+ --mdc-filled-button-label-text-size: 14px;
3730
+ --mdc-filled-button-label-text-tracking: normal;
3731
+ --mdc-filled-button-label-text-weight: 500;
3732
+ --mdc-filled-button-label-text-transform: none;
3733
+ --mdc-outlined-button-label-text-font: Equinor, Roboto;
3734
+ --mdc-outlined-button-label-text-size: 14px;
3735
+ --mdc-outlined-button-label-text-tracking: normal;
3736
+ --mdc-outlined-button-label-text-weight: 500;
3737
+ --mdc-outlined-button-label-text-transform: none;
3738
+ --mdc-protected-button-label-text-font: Equinor, Roboto;
3739
+ --mdc-protected-button-label-text-size: 14px;
3740
+ --mdc-protected-button-label-text-tracking: normal;
3741
+ --mdc-protected-button-label-text-weight: 500;
3742
+ --mdc-protected-button-label-text-transform: none;
4641
3743
  --mdc-extended-fab-label-text-font: Equinor, Roboto;
4642
3744
  --mdc-extended-fab-label-text-size: 14px;
4643
3745
  --mdc-extended-fab-label-text-tracking: normal;
4644
3746
  --mdc-extended-fab-label-text-weight: 500;
4645
- }
4646
- .mat-typography.sto-l-typography .mat-mdc-snack-bar-container {
4647
3747
  --mdc-snackbar-supporting-text-font: Equinor, Roboto;
4648
3748
  --mdc-snackbar-supporting-text-line-height: 24px;
4649
3749
  --mdc-snackbar-supporting-text-size: 18px;
4650
3750
  --mdc-snackbar-supporting-text-weight: 400;
3751
+ --mat-table-header-headline-font: Equinor, Roboto;
3752
+ --mat-table-header-headline-line-height: 40px;
3753
+ --mat-table-header-headline-size: 24px;
3754
+ --mat-table-header-headline-weight: 400;
3755
+ --mat-table-header-headline-tracking: normal;
3756
+ --mat-table-row-item-label-text-font: Equinor, Roboto;
3757
+ --mat-table-row-item-label-text-line-height: 24px;
3758
+ --mat-table-row-item-label-text-size: 18px;
3759
+ --mat-table-row-item-label-text-weight: 400;
3760
+ --mat-table-row-item-label-text-tracking: normal;
3761
+ --mat-table-footer-supporting-text-font: Equinor, Roboto;
3762
+ --mat-table-footer-supporting-text-line-height: 24px;
3763
+ --mat-table-footer-supporting-text-size: 18px;
3764
+ --mat-table-footer-supporting-text-weight: 400;
3765
+ --mat-table-footer-supporting-text-tracking: normal;
3766
+ }
3767
+ .mat-typography.sto-l-typography .mat-h1,
3768
+ .mat-typography.sto-l-typography .mat-headline-5,
3769
+ .mat-typography.sto-l-typography .mat-typography .mat-h1,
3770
+ .mat-typography.sto-l-typography .mat-typography .mat-headline-5,
3771
+ .mat-typography.sto-l-typography .mat-typography h1 {
3772
+ font: 400 24px / 32px Equinor, Roboto;
3773
+ letter-spacing: normal;
3774
+ margin: 0 0 16px;
3775
+ }
3776
+ .mat-typography.sto-l-typography .mat-h2,
3777
+ .mat-typography.sto-l-typography .mat-headline-6,
3778
+ .mat-typography.sto-l-typography .mat-typography .mat-h2,
3779
+ .mat-typography.sto-l-typography .mat-typography .mat-headline-6,
3780
+ .mat-typography.sto-l-typography .mat-typography h2 {
3781
+ font: 500 20px / 32px Equinor, Roboto;
3782
+ letter-spacing: 0.0125em;
3783
+ margin: 0 0 16px;
3784
+ }
3785
+ .mat-typography.sto-l-typography .mat-h3,
3786
+ .mat-typography.sto-l-typography .mat-subtitle-1,
3787
+ .mat-typography.sto-l-typography .mat-typography .mat-h3,
3788
+ .mat-typography.sto-l-typography .mat-typography .mat-subtitle-1,
3789
+ .mat-typography.sto-l-typography .mat-typography h3 {
3790
+ font: 400 20px / 32px Equinor, Roboto;
3791
+ letter-spacing: normal;
3792
+ margin: 0 0 16px;
3793
+ }
3794
+ .mat-typography.sto-l-typography .mat-h4,
3795
+ .mat-typography.sto-l-typography .mat-body-1,
3796
+ .mat-typography.sto-l-typography .mat-typography .mat-h4,
3797
+ .mat-typography.sto-l-typography .mat-typography .mat-body-1,
3798
+ .mat-typography.sto-l-typography .mat-typography h4 {
3799
+ font: 400 16px / 24px Equinor, Roboto;
3800
+ letter-spacing: normal;
3801
+ margin: 0 0 16px;
3802
+ }
3803
+ .mat-typography.sto-l-typography .mat-h5,
3804
+ .mat-typography.sto-l-typography .mat-typography .mat-h5,
3805
+ .mat-typography.sto-l-typography .mat-typography h5 {
3806
+ font: 400 calc(18px * 0.83) / 24px Equinor, Roboto;
3807
+ margin: 0 0 12px;
3808
+ }
3809
+ .mat-typography.sto-l-typography .mat-h6,
3810
+ .mat-typography.sto-l-typography .mat-typography .mat-h6,
3811
+ .mat-typography.sto-l-typography .mat-typography h6 {
3812
+ font: 400 calc(18px * 0.67) / 24px Equinor, Roboto;
3813
+ margin: 0 0 12px;
3814
+ }
3815
+ .mat-typography.sto-l-typography .mat-body-strong,
3816
+ .mat-typography.sto-l-typography .mat-subtitle-2,
3817
+ .mat-typography.sto-l-typography .mat-typography .mat-body-strong,
3818
+ .mat-typography.sto-l-typography .mat-typography .mat-subtitle-2 {
3819
+ font: 400 24px / 40px Equinor, Roboto;
3820
+ letter-spacing: normal;
3821
+ }
3822
+ .mat-typography.sto-l-typography .mat-body,
3823
+ .mat-typography.sto-l-typography .mat-body-2,
3824
+ .mat-typography.sto-l-typography .mat-typography .mat-body,
3825
+ .mat-typography.sto-l-typography .mat-typography .mat-body-2,
3826
+ .mat-typography.sto-l-typography .mat-typography {
3827
+ font: 400 18px / 24px Equinor, Roboto;
3828
+ letter-spacing: normal;
3829
+ }
3830
+ .mat-typography.sto-l-typography .mat-body p,
3831
+ .mat-typography.sto-l-typography .mat-body-2 p,
3832
+ .mat-typography.sto-l-typography .mat-typography .mat-body p,
3833
+ .mat-typography.sto-l-typography .mat-typography .mat-body-2 p,
3834
+ .mat-typography.sto-l-typography .mat-typography p {
3835
+ margin: 0 0 12px;
3836
+ }
3837
+ .mat-typography.sto-l-typography .mat-small,
3838
+ .mat-typography.sto-l-typography .mat-caption,
3839
+ .mat-typography.sto-l-typography .mat-typography .mat-small,
3840
+ .mat-typography.sto-l-typography .mat-typography .mat-caption {
3841
+ font: 400 12px / 20px Equinor, Roboto;
3842
+ letter-spacing: 0.0333333333em;
3843
+ }
3844
+ .mat-typography.sto-l-typography .mat-headline-1,
3845
+ .mat-typography.sto-l-typography .mat-typography .mat-headline-1 {
3846
+ font: 400 32px / 48px Equinor, Roboto;
3847
+ letter-spacing: normal;
3848
+ margin: 0 0 56px;
3849
+ }
3850
+ .mat-typography.sto-l-typography .mat-headline-2,
3851
+ .mat-typography.sto-l-typography .mat-typography .mat-headline-2 {
3852
+ font: 400 28px / 40px Equinor, Roboto;
3853
+ letter-spacing: normal;
3854
+ margin: 0 0 64px;
3855
+ }
3856
+ .mat-typography.sto-l-typography .mat-headline-3,
3857
+ .mat-typography.sto-l-typography .mat-typography .mat-headline-3 {
3858
+ font: 400 48px / 50px Equinor, Roboto;
3859
+ letter-spacing: normal;
3860
+ margin: 0 0 64px;
3861
+ }
3862
+ .mat-typography.sto-l-typography .mat-headline-4,
3863
+ .mat-typography.sto-l-typography .mat-typography .mat-headline-4 {
3864
+ font: 400 34px / 40px Equinor, Roboto;
3865
+ letter-spacing: 0.0073529412em;
3866
+ margin: 0 0 64px;
3867
+ }
3868
+ .mat-typography.sto-l-typography .mat-mdc-standard-chip {
3869
+ --mdc-chip-label-text-font: Equinor, Roboto;
3870
+ --mdc-chip-label-text-line-height: 24px;
3871
+ --mdc-chip-label-text-size: 18px;
3872
+ --mdc-chip-label-text-tracking: normal;
3873
+ --mdc-chip-label-text-weight: 400;
3874
+ }
3875
+ .mat-typography.sto-l-typography .mat-mdc-slide-toggle {
3876
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3877
+ --mdc-form-field-label-text-line-height: 24px;
3878
+ --mdc-form-field-label-text-size: 18px;
3879
+ --mdc-form-field-label-text-tracking: normal;
3880
+ --mdc-form-field-label-text-weight: 400;
3881
+ }
3882
+ .mat-typography.sto-l-typography .mat-mdc-radio-button {
3883
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3884
+ --mdc-form-field-label-text-line-height: 24px;
3885
+ --mdc-form-field-label-text-size: 18px;
3886
+ --mdc-form-field-label-text-tracking: normal;
3887
+ --mdc-form-field-label-text-weight: 400;
3888
+ }
3889
+ .mat-typography.sto-l-typography .mdc-list-group__subheader {
3890
+ font: 400 20px / 32px Equinor, Roboto;
3891
+ letter-spacing: normal;
3892
+ }
3893
+ .mat-typography.sto-l-typography .mat-mdc-tab-header {
3894
+ --mat-tab-header-label-text-font: Equinor, Roboto;
3895
+ --mat-tab-header-label-text-size: 14px;
3896
+ --mat-tab-header-label-text-tracking: normal;
3897
+ --mat-tab-header-label-text-line-height: 24px;
3898
+ --mat-tab-header-label-text-weight: 500;
3899
+ }
3900
+ .mat-typography.sto-l-typography .mat-mdc-checkbox {
3901
+ --mdc-form-field-label-text-font: Equinor, Roboto;
3902
+ --mdc-form-field-label-text-line-height: 24px;
3903
+ --mdc-form-field-label-text-size: 18px;
3904
+ --mdc-form-field-label-text-tracking: normal;
3905
+ --mdc-form-field-label-text-weight: 400;
4651
3906
  }
4652
3907
 
4653
3908
  /**
@@ -4658,8 +3913,6 @@ Use with StoGridDirective
4658
3913
  .sto-f-grid {
4659
3914
  display: flex;
4660
3915
  flex-wrap: wrap;
4661
- margin-right: -8px;
4662
- margin-left: -8px;
4663
3916
  }
4664
3917
  .sto-f-grid__col {
4665
3918
  min-height: 24px;
@@ -4812,11 +4065,14 @@ input::-webkit-inner-spin-button {
4812
4065
  .mat-mdc-card {
4813
4066
  --mdc-elevated-card-container-color: var(--bg-card);
4814
4067
  --mdc-outlined-card-container-color: hsla(from var(--bg-card), h s l 50%);
4068
+ --mdc-outlined-card-container-color: var(--bg-card);
4815
4069
  }
4816
4070
 
4817
4071
  .mat-mdc-form-field {
4818
4072
  --mdc-filled-text-field-input-text-color: var(--text);
4819
4073
  --mdc-filled-text-field-caret-color: var(--text);
4074
+ --mat-form-field-container-height: 36px;
4075
+ --mat-form-field-filled-with-label-container-padding-bottom: 0px;
4820
4076
  }
4821
4077
  .mat-mdc-form-field .mdc-text-field {
4822
4078
  overflow: visible;
@@ -5100,14 +4356,6 @@ body .sto-form__field--disabled .mat-select.mat-select-disabled .mat-select-arro
5100
4356
  font-size: 11px;
5101
4357
  margin: 6px;
5102
4358
  }
5103
- .sto-form__field .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
5104
- .sto-form__field .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
5105
- padding: 6px 0 0 0;
5106
- }
5107
- .sto-form__field .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
5108
- min-height: auto;
5109
- border-top: 0.99975em solid transparent;
5110
- }
5111
4359
  .sto-form__field .mat-mdc-form-field-icon-suffix {
5112
4360
  height: 18px;
5113
4361
  color: var(--text);
@@ -5135,7 +4383,7 @@ body .sto-form__field--disabled .mat-select.mat-select-disabled .mat-select-arro
5135
4383
  }
5136
4384
  .sto-form__field .mat-mdc-slide-toggle {
5137
4385
  position: absolute;
5138
- top: 0;
4386
+ bottom: 0;
5139
4387
  right: 4px;
5140
4388
  }
5141
4389
  .sto-form__field .mat-radio-button {