@igo2/core 16.1.0 → 16.2.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/esm2022/lib/activity/activity.interceptor.mjs +1 -1
- package/esm2022/lib/activity/activity.module.mjs +1 -1
- package/esm2022/lib/activity/activity.service.mjs +1 -1
- package/esm2022/lib/analytics/shared/analytics.interface.mjs +1 -1
- package/esm2022/lib/analytics/shared/analytics.service.mjs +1 -1
- package/esm2022/lib/compression/compressedData.interface.mjs +1 -1
- package/esm2022/lib/compression/compression.service.mjs +1 -1
- package/esm2022/lib/config/config-deprecated.mjs +1 -1
- package/esm2022/lib/config/config.module.mjs +1 -1
- package/esm2022/lib/config/version.mjs +3 -3
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/gesture/gesture.module.mjs +1 -1
- package/esm2022/lib/gesture/gesture.provider.mjs +1 -1
- package/esm2022/lib/language/shared/index.mjs +1 -1
- package/esm2022/lib/language/shared/language.interface.mjs +1 -1
- package/esm2022/lib/language/shared/language.service.mjs +1 -1
- package/esm2022/lib/media/media.service.mjs +1 -1
- package/esm2022/lib/message/shared/index.mjs +1 -1
- package/esm2022/lib/message/shared/message.interface.mjs +1 -1
- package/esm2022/lib/monitoring/index.mjs +1 -1
- package/esm2022/lib/monitoring/monitoring.provider.mjs +1 -1
- package/esm2022/lib/monitoring/sentry/index.mjs +1 -1
- package/esm2022/lib/monitoring/sentry/sentry.mjs +1 -1
- package/esm2022/lib/monitoring/sentry/sentry.provider.mjs +1 -1
- package/esm2022/lib/monitoring/shared/index.mjs +1 -1
- package/esm2022/lib/monitoring/shared/monitoring.interface.mjs +1 -1
- package/esm2022/lib/network/network.interfaces.mjs +1 -1
- package/esm2022/lib/network/network.service.mjs +1 -1
- package/esm2022/lib/regex/regex.interface.mjs +1 -1
- package/esm2022/lib/regex/regex.service.mjs +1 -1
- package/esm2022/lib/request/error.interceptor.mjs +1 -1
- package/esm2022/lib/request/error.module.mjs +1 -1
- package/esm2022/lib/request/logging.interceptor.mjs +2 -2
- package/esm2022/lib/request/logging.module.mjs +1 -1
- package/esm2022/lib/route/route.service.mjs +1 -1
- package/esm2022/lib/storage/index.mjs +1 -1
- package/esm2022/lib/storage/storage.mjs +1 -1
- package/esm2022/lib/storage/storage.service.mjs +1 -1
- package/esm2022/lib/user/index.mjs +1 -1
- package/esm2022/lib/user/user.interface.mjs +1 -1
- package/fesm2022/igo2-core.mjs +3 -3
- package/fesm2022/igo2-core.mjs.map +1 -1
- package/locale/en.core.json +28 -28
- package/locale/fr.core.json +28 -28
- package/package.json +2 -2
- package/packages.import.scss +4 -4
- package/src/core-theme.scss +5 -5
- package/src/index.scss +6 -6
- package/src/lib/message/message.theming.scss +26 -26
- package/src/style/all-style.scss +3 -3
- package/src/style/layout.scss +163 -163
- package/src/style/partial/core-utils.scss +5 -5
- package/src/style/partial/core.variables.scss +5 -5
- package/src/style/style.scss +19 -19
- package/src/theming/all-theme.scss +14 -14
- package/src/theming/material-theme-override.scss +39 -39
- package/src/theming/prebuilt-themes/blue-theme.scss +27 -27
- package/src/theming/prebuilt-themes/bluedark-theme.scss +60 -60
- package/src/theming/prebuilt-themes/bluedq-theme.scss +60 -60
- package/src/theming/prebuilt-themes/bluegrey-theme.scss +26 -26
- package/src/theming/prebuilt-themes/dark-theme.scss +26 -26
- package/src/theming/prebuilt-themes/deeppurple-theme.scss +26 -26
- package/src/theming/prebuilt-themes/indigo-theme.scss +26 -26
- package/src/theming/prebuilt-themes/orange-theme.scss +26 -26
- package/src/theming/prebuilt-themes/qcca/_index.scss +2 -2
- package/src/theming/prebuilt-themes/qcca/base/_index.scss +4 -4
- package/src/theming/prebuilt-themes/qcca/base/breakpoints.scss +57 -57
- package/src/theming/prebuilt-themes/qcca/base/colors.scss +40 -40
- package/src/theming/prebuilt-themes/qcca/base/palette.scss +50 -50
- package/src/theming/prebuilt-themes/qcca/base/typography/_index.scss +2 -2
- package/src/theming/prebuilt-themes/qcca/base/typography/typography.scss +138 -138
- package/src/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +18 -18
- package/src/theming/prebuilt-themes/qcca/components/_index.scss +10 -10
- package/src/theming/prebuilt-themes/qcca/components/_index.theme.scss +5 -5
- package/src/theming/prebuilt-themes/qcca/components/button.scss +24 -24
- package/src/theming/prebuilt-themes/qcca/components/dialog.scss +36 -36
- package/src/theming/prebuilt-themes/qcca/components/form-field.scss +5 -5
- package/src/theming/prebuilt-themes/qcca/components/input.scss +6 -6
- package/src/theming/prebuilt-themes/qcca/components/list.scss +24 -24
- package/src/theming/prebuilt-themes/qcca/components/panel.scss +8 -8
- package/src/theming/prebuilt-themes/qcca/components/scrollbar.scss +15 -15
- package/src/theming/prebuilt-themes/qcca/components/search-bar.scss +41 -41
- package/src/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +29 -29
- package/src/theming/prebuilt-themes/qcca-theme.scss +49 -49
- package/src/theming/prebuilt-themes/teal-theme.scss +26 -26
- package/src/theming/typography.scss +28 -28
- package/src/theming/utils/_foreground.scss +22 -22
- package/theming/prebuilt-themes/blue-theme.css +11 -17
- package/theming/prebuilt-themes/bluedark-theme.css +11 -17
- package/theming/prebuilt-themes/bluedq-theme.css +11 -17
- package/theming/prebuilt-themes/bluegrey-theme.css +11 -17
- package/theming/prebuilt-themes/dark-theme.css +11 -17
- package/theming/prebuilt-themes/deeppurple-theme.css +11 -17
- package/theming/prebuilt-themes/indigo-theme.css +11 -17
- package/theming/prebuilt-themes/orange-theme.css +11 -17
- package/theming/prebuilt-themes/qcca-theme.css +11 -17
- package/theming/prebuilt-themes/teal-theme.css +11 -17
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2942,40 +2942,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
2944
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2945
|
-
min-height:
|
|
2945
|
+
min-height: 56px;
|
|
2946
2946
|
}
|
|
2947
2947
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2948
|
-
top:
|
|
2948
|
+
top: 28px;
|
|
2949
2949
|
}
|
|
2950
2950
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2951
2951
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2952
|
-
-
|
|
2952
|
+
-34.75px)
|
|
2953
2953
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2954
2954
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2955
2955
|
}
|
|
2956
2956
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2957
|
-
padding-top:
|
|
2958
|
-
padding-bottom:
|
|
2957
|
+
padding-top: 16px;
|
|
2958
|
+
padding-bottom: 16px;
|
|
2959
2959
|
}
|
|
2960
2960
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2961
|
-
padding-top:
|
|
2962
|
-
padding-bottom:
|
|
2961
|
+
padding-top: 24px;
|
|
2962
|
+
padding-bottom: 8px;
|
|
2963
2963
|
}
|
|
2964
2964
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2965
|
-
padding-top:
|
|
2966
|
-
padding-bottom:
|
|
2967
|
-
}
|
|
2968
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2969
|
-
display: none;
|
|
2965
|
+
padding-top: 16px;
|
|
2966
|
+
padding-bottom: 16px;
|
|
2970
2967
|
}
|
|
2971
2968
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2972
|
-
--mdc-icon-button-state-layer-size:
|
|
2969
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2973
2970
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2974
2971
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2975
|
-
padding:
|
|
2976
|
-
}
|
|
2977
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2978
|
-
display: none;
|
|
2972
|
+
padding: 12px;
|
|
2979
2973
|
}
|
|
2980
2974
|
|
|
2981
2975
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -3059,40 +3059,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
3059
3059
|
}
|
|
3060
3060
|
|
|
3061
3061
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
3062
|
-
min-height:
|
|
3062
|
+
min-height: 56px;
|
|
3063
3063
|
}
|
|
3064
3064
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
3065
|
-
top:
|
|
3065
|
+
top: 28px;
|
|
3066
3066
|
}
|
|
3067
3067
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3068
3068
|
--mat-mdc-form-field-label-transform: translateY(
|
|
3069
|
-
-
|
|
3069
|
+
-34.75px)
|
|
3070
3070
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
3071
3071
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
3072
3072
|
}
|
|
3073
3073
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
3074
|
-
padding-top:
|
|
3075
|
-
padding-bottom:
|
|
3074
|
+
padding-top: 16px;
|
|
3075
|
+
padding-bottom: 16px;
|
|
3076
3076
|
}
|
|
3077
3077
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
3078
|
-
padding-top:
|
|
3079
|
-
padding-bottom:
|
|
3078
|
+
padding-top: 24px;
|
|
3079
|
+
padding-bottom: 8px;
|
|
3080
3080
|
}
|
|
3081
3081
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
3082
|
-
padding-top:
|
|
3083
|
-
padding-bottom:
|
|
3084
|
-
}
|
|
3085
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
3086
|
-
display: none;
|
|
3082
|
+
padding-top: 16px;
|
|
3083
|
+
padding-bottom: 16px;
|
|
3087
3084
|
}
|
|
3088
3085
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
3089
|
-
--mdc-icon-button-state-layer-size:
|
|
3086
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
3090
3087
|
width: var(--mdc-icon-button-state-layer-size);
|
|
3091
3088
|
height: var(--mdc-icon-button-state-layer-size);
|
|
3092
|
-
padding:
|
|
3093
|
-
}
|
|
3094
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
3095
|
-
display: none;
|
|
3089
|
+
padding: 12px;
|
|
3096
3090
|
}
|
|
3097
3091
|
|
|
3098
3092
|
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
@@ -2935,40 +2935,34 @@ igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
igo-search-bar .mat-mdc-form-field-infix {
|
|
2938
|
-
min-height:
|
|
2938
|
+
min-height: 56px;
|
|
2939
2939
|
}
|
|
2940
2940
|
igo-search-bar .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
2941
|
-
top:
|
|
2941
|
+
top: 28px;
|
|
2942
2942
|
}
|
|
2943
2943
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2944
2944
|
--mat-mdc-form-field-label-transform: translateY(
|
|
2945
|
-
-
|
|
2945
|
+
-34.75px)
|
|
2946
2946
|
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
2947
2947
|
transform: var(--mat-mdc-form-field-label-transform);
|
|
2948
2948
|
}
|
|
2949
2949
|
igo-search-bar .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
2950
|
-
padding-top:
|
|
2951
|
-
padding-bottom:
|
|
2950
|
+
padding-top: 16px;
|
|
2951
|
+
padding-bottom: 16px;
|
|
2952
2952
|
}
|
|
2953
2953
|
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
|
|
2954
|
-
padding-top:
|
|
2955
|
-
padding-bottom:
|
|
2954
|
+
padding-top: 24px;
|
|
2955
|
+
padding-bottom: 8px;
|
|
2956
2956
|
}
|
|
2957
2957
|
igo-search-bar .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
|
|
2958
|
-
padding-top:
|
|
2959
|
-
padding-bottom:
|
|
2960
|
-
}
|
|
2961
|
-
igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
|
|
2962
|
-
display: none;
|
|
2958
|
+
padding-top: 16px;
|
|
2959
|
+
padding-bottom: 16px;
|
|
2963
2960
|
}
|
|
2964
2961
|
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2965
|
-
--mdc-icon-button-state-layer-size:
|
|
2962
|
+
--mdc-icon-button-state-layer-size: 48px;
|
|
2966
2963
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2967
2964
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2968
|
-
padding:
|
|
2969
|
-
}
|
|
2970
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
|
|
2971
|
-
display: none;
|
|
2965
|
+
padding: 12px;
|
|
2972
2966
|
}
|
|
2973
2967
|
|
|
2974
2968
|
igo-search-bar mat-form-field .mdc-line-ripple {
|