@pepperi-addons/ngx-lib 0.4.2-beta.7 → 0.4.2-beta.70
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/attachment/attachment.component.d.ts +11 -2
- package/button/button.component.d.ts +8 -8
- package/core/common/services/color.service.d.ts +1 -0
- package/core/common/services/file.service.d.ts +7 -2
- package/core/customization/customization.service.d.ts +3 -0
- package/dialog/dialog.service.d.ts +1 -0
- package/draggable-items/draggable-items.component.d.ts +3 -3
- package/draggable-items/draggable-items.module.d.ts +1 -1
- package/esm2020/attachment/attachment.component.mjs +38 -18
- package/esm2020/button/button.component.mjs +7 -7
- package/esm2020/chips/chips.component.mjs +2 -2
- package/esm2020/color/color-picker.component.mjs +1 -1
- package/esm2020/core/common/services/color.service.mjs +27 -1
- package/esm2020/core/common/services/file.service.mjs +57 -20
- package/esm2020/core/common/services/session.service.mjs +2 -1
- package/esm2020/core/customization/customization.model.mjs +7 -6
- package/esm2020/core/customization/customization.service.mjs +13 -4
- package/esm2020/core/http/services/http.service.mjs +1 -1
- package/esm2020/dialog/dialog.component.mjs +3 -3
- package/esm2020/dialog/dialog.service.mjs +22 -1
- package/esm2020/draggable-items/draggable-items.component.mjs +7 -7
- package/esm2020/draggable-items/draggable-items.module.mjs +6 -6
- package/esm2020/files-uploader/files-uploader.component.mjs +50 -45
- package/esm2020/form/field-generator.component.mjs +3 -3
- package/esm2020/form/form.component.mjs +4 -3
- package/esm2020/form/internal-field-generator.component.mjs +1 -1
- package/esm2020/form/internal-form.component.mjs +1 -1
- package/esm2020/form/internal-list.component.mjs +2 -2
- package/esm2020/image/image.component.mjs +32 -16
- package/esm2020/image/image.service.mjs +2 -4
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +2 -2
- package/esm2020/link/link.component.mjs +33 -58
- package/esm2020/list/list.component.mjs +74 -13
- package/esm2020/menu/menu.component.mjs +3 -3
- package/esm2020/quantity-selector/quantity-selector.component.mjs +20 -25
- package/esm2020/select/select.component.mjs +3 -3
- package/esm2020/select-panel/select-panel.component.mjs +2 -2
- package/esm2020/signature/public-api.mjs +2 -1
- package/esm2020/signature/signature-dialog.component.mjs +78 -0
- package/esm2020/signature/signature.component.mjs +117 -89
- package/esm2020/signature/signature.module.mjs +6 -5
- package/esm2020/skeleton-loader/pepperi-addons-ngx-lib-skeleton-loader.mjs +5 -0
- package/esm2020/skeleton-loader/public-api.mjs +6 -0
- package/esm2020/skeleton-loader/skeleton-loader.component.mjs +44 -0
- package/esm2020/skeleton-loader/skeleton-loader.module.mjs +24 -0
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +3 -3
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +2 -2
- package/esm2020/textbox/textbox.component.mjs +9 -3
- package/esm2020/top-bar/top-bar.component.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +37 -17
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs +6 -6
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +23 -2
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +11 -11
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +49 -44
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +8 -7
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +32 -18
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +32 -57
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +72 -13
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +19 -24
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +205 -102
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +78 -0
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +3 -3
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +8 -2
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +101 -27
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +37 -17
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs +6 -6
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +23 -2
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +11 -11
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +49 -44
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +8 -7
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +32 -18
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +32 -57
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +72 -12
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +19 -24
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +201 -102
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +76 -0
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +3 -3
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +8 -2
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +101 -27
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/files-uploader/files-uploader.component.d.ts +7 -4
- package/image/image.component.d.ts +11 -3
- package/link/link.component.d.ts +23 -27
- package/list/list.component.d.ts +4 -0
- package/menu/menu.component.d.ts +1 -1
- package/package.json +10 -2
- package/quantity-selector/quantity-selector.component.d.ts +0 -2
- package/signature/public-api.d.ts +1 -0
- package/signature/signature-dialog.component.d.ts +29 -0
- package/signature/signature.component.d.ts +7 -16
- package/signature/signature.module.d.ts +16 -15
- package/skeleton-loader/index.d.ts +5 -0
- package/skeleton-loader/public-api.d.ts +2 -0
- package/skeleton-loader/skeleton-loader.component.d.ts +20 -0
- package/skeleton-loader/skeleton-loader.component.theme.scss +15 -0
- package/skeleton-loader/skeleton-loader.module.d.ts +9 -0
- package/src/core/style/abstracts/AbstractsIntro.stories.mdx +7 -0
- package/src/core/style/abstracts/functions.scss +11 -11
- package/src/core/style/abstracts/mixins.scss +9 -6
- package/src/core/style/abstracts/variables.scss +38 -18
- package/src/core/style/base/BorderRadius.stories.mdx +59 -0
- package/src/core/style/base/Breakpoints.stories.mdx +36 -0
- package/src/core/style/base/Colors.stories.mdx +128 -0
- package/src/core/style/base/Shadows.stories.mdx +69 -0
- package/src/core/style/base/Spacing.stories.mdx +75 -0
- package/src/core/style/base/States.stories.mdx +62 -0
- package/src/core/style/base/Typography.stories.mdx +89 -0
- package/src/core/style/base/ZIndex.stories.mdx +47 -0
- package/src/core/style/base/base.scss +8 -10
- package/src/core/style/base/borderRadius.component.ts +27 -0
- package/src/core/style/base/breakpoints.component.ts +14 -0
- package/src/core/style/base/colors.component.ts +174 -0
- package/src/core/style/base/shadows.component.ts +90 -0
- package/src/core/style/base/spacing.component.ts +71 -0
- package/src/core/style/base/states.component.ts +84 -0
- package/src/core/style/base/typography.component.ts +94 -0
- package/src/core/style/base/typography.scss +56 -49
- package/src/core/style/base/zIndex.component.ts +25 -0
- package/src/core/style/components/file.scss +4 -4
- package/src/core/style/components/general.scss +5 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
3
|
-
@use
|
|
1
|
+
@use "../abstracts/variables";
|
|
2
|
+
@use "../abstracts/mixins";
|
|
3
|
+
@use "../abstracts/functions";
|
|
4
4
|
|
|
5
5
|
// -----------------------------------------------------------------------------
|
|
6
6
|
// Typography style - This file contains all @font-face declarations, if any.
|
|
@@ -8,9 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
// @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
// Smaller then XXS
|
|
11
|
+
@media screen and (min-width: variables.$screen-max-size-2xs) {
|
|
12
|
+
// Bigger then XXS
|
|
14
13
|
.body-2xs {
|
|
15
14
|
@include mixins.font-body(variables.$fs-2xs, variables.$lh-2xs);
|
|
16
15
|
}
|
|
@@ -51,76 +50,60 @@
|
|
|
51
50
|
.title-2xl {
|
|
52
51
|
@include mixins.font-title(variables.$fs-2xl, variables.$lh-2xl);
|
|
53
52
|
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
@media screen and (min-width: variables.$screen-max-size-2xs) {
|
|
57
|
-
// Bigger then XXS
|
|
58
|
-
.body-2xs {
|
|
59
|
-
@include mixins.font-body(variables.$fs-2xs, variables.$lh-2xs);
|
|
60
|
-
}
|
|
61
|
-
.body-xs {
|
|
62
|
-
@include mixins.font-body(variables.$fs-xs, variables.$lh-xs);
|
|
63
|
-
}
|
|
64
|
-
.body-sm {
|
|
65
|
-
@include mixins.font-body(variables.$fs-sm, variables.$lh-sm);
|
|
66
|
-
}
|
|
67
|
-
.body-md {
|
|
68
|
-
@include mixins.font-body(variables.$fs-md, variables.$lh-md);
|
|
69
|
-
}
|
|
70
|
-
.body-lg {
|
|
71
|
-
@include mixins.font-body(variables.$fs-lg, variables.$lh-lg);
|
|
72
|
-
}
|
|
73
|
-
.body-xl {
|
|
74
|
-
@include mixins.font-body(variables.$fs-xl, variables.$lh-xl);
|
|
75
|
-
}
|
|
76
|
-
.body-2xl {
|
|
77
|
-
@include mixins.font-body(variables.$fs-2xl, variables.$lh-2xl);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.title-xs {
|
|
81
|
-
@include mixins.font-title(variables.$fs-xs, variables.$lh-xs);
|
|
53
|
+
.title-3xl {
|
|
54
|
+
@include mixins.font-title(variables.$fs-3xl, variables.$lh-3xl);
|
|
82
55
|
}
|
|
83
|
-
.title-
|
|
84
|
-
@include mixins.font-title(variables.$fs-
|
|
56
|
+
.title-4xl {
|
|
57
|
+
@include mixins.font-title(variables.$fs-4xl, variables.$lh-4xl);
|
|
85
58
|
}
|
|
86
|
-
.title-
|
|
87
|
-
@include mixins.font-title(variables.$fs-
|
|
59
|
+
.title-5xl {
|
|
60
|
+
@include mixins.font-title(variables.$fs-5xl, variables.$lh-5xl);
|
|
88
61
|
}
|
|
89
|
-
.title-
|
|
90
|
-
@include mixins.font-title(variables.$fs-
|
|
62
|
+
.title-6xl {
|
|
63
|
+
@include mixins.font-title(variables.$fs-6xl, variables.$lh-6xl);
|
|
91
64
|
}
|
|
92
|
-
.title-
|
|
93
|
-
@include mixins.font-title(variables.$fs-
|
|
65
|
+
.title-7xl {
|
|
66
|
+
@include mixins.font-title(variables.$fs-7xl, variables.$lh-7xl);
|
|
94
67
|
}
|
|
95
|
-
.title-
|
|
96
|
-
@include mixins.font-title(variables.$fs-
|
|
68
|
+
.title-8xl {
|
|
69
|
+
@include mixins.font-title(variables.$fs-8xl, variables.$lh-8xl);
|
|
97
70
|
}
|
|
98
71
|
}
|
|
99
72
|
|
|
100
73
|
@supports (font-variation-settings: normal) {
|
|
101
74
|
html,
|
|
102
75
|
body {
|
|
103
|
-
font-family:
|
|
76
|
+
font-family: "Inter var", sans-serif;
|
|
104
77
|
}
|
|
105
78
|
}
|
|
106
79
|
|
|
107
80
|
html,
|
|
108
81
|
body {
|
|
109
82
|
$font-size: 16px;
|
|
110
|
-
|
|
83
|
+
|
|
84
|
+
font:unset !important;
|
|
111
85
|
font-family: variables.$font-family-body !important;
|
|
112
86
|
font-weight: variables.$font-weight-normal !important;
|
|
113
87
|
font-size: $font-size;
|
|
114
88
|
|
|
115
89
|
// Override default user agent stylesheet
|
|
116
90
|
button {
|
|
117
|
-
font: variables.$font-weight-normal $font-size variables.$font-family-body
|
|
91
|
+
font: variables.$font-weight-normal $font-size variables.$font-family-body;
|
|
92
|
+
font-family: variables.$font-family-body !important;
|
|
118
93
|
}
|
|
119
94
|
// line-height: variables.$lh-md;
|
|
120
95
|
|
|
121
96
|
/*.lang-he {
|
|
122
97
|
font-family: 'Open Sans Hebrew' !important;
|
|
123
98
|
}*/
|
|
99
|
+
|
|
100
|
+
// Init Material fonts here
|
|
101
|
+
// ***********************************************
|
|
102
|
+
// .mat-expansion-panel-content,
|
|
103
|
+
.mat-expansion-panel-content {
|
|
104
|
+
font:unset !important;
|
|
105
|
+
}
|
|
106
|
+
// ***********************************************
|
|
124
107
|
}
|
|
125
108
|
|
|
126
109
|
// Font weight
|
|
@@ -155,6 +138,24 @@ h2,
|
|
|
155
138
|
h1 {
|
|
156
139
|
font-family: variables.$font-family-title !important;
|
|
157
140
|
}
|
|
141
|
+
h6 {
|
|
142
|
+
@include mixins.font-title(variables.$fs-lg, variables.$lh-lg);
|
|
143
|
+
}
|
|
144
|
+
h5 {
|
|
145
|
+
@include mixins.font-title(variables.$fs-xl, variables.$lh-xl);
|
|
146
|
+
}
|
|
147
|
+
h4 {
|
|
148
|
+
@include mixins.font-title(variables.$fs-2xl, variables.$lh-2xl);
|
|
149
|
+
}
|
|
150
|
+
h3 {
|
|
151
|
+
@include mixins.font-title(variables.$fs-3xl, variables.$lh-3xl);
|
|
152
|
+
}
|
|
153
|
+
h2 {
|
|
154
|
+
@include mixins.font-title(variables.$fs-4xl, variables.$lh-4xl);
|
|
155
|
+
}
|
|
156
|
+
h1 {
|
|
157
|
+
@include mixins.font-title(variables.$fs-5xl, variables.$lh-5xl);
|
|
158
|
+
}
|
|
158
159
|
|
|
159
160
|
/**
|
|
160
161
|
* Basic styles for links
|
|
@@ -190,14 +191,20 @@ a {
|
|
|
190
191
|
color: functions.get-pep-color(color-user-primary, color-base);
|
|
191
192
|
}
|
|
192
193
|
.background-color-user-primary {
|
|
193
|
-
background-color: functions.get-pep-color(
|
|
194
|
+
background-color: functions.get-pep-color(
|
|
195
|
+
color-user-primary,
|
|
196
|
+
color-base
|
|
197
|
+
);
|
|
194
198
|
}
|
|
195
199
|
|
|
196
200
|
.color-user-secondary {
|
|
197
201
|
color: functions.get-pep-color(color-user-secondary, color-base);
|
|
198
202
|
}
|
|
199
203
|
.background-color-user-secondary {
|
|
200
|
-
background-color: functions.get-pep-color(
|
|
204
|
+
background-color: functions.get-pep-color(
|
|
205
|
+
color-user-secondary,
|
|
206
|
+
color-base
|
|
207
|
+
);
|
|
201
208
|
}
|
|
202
209
|
|
|
203
210
|
.color-system-primary,
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
|
|
3
|
+
@Component({
|
|
4
|
+
selector: 'storybook-z-index',
|
|
5
|
+
template: `<div *ngIf="storyIndex === 1" class="set-grid">
|
|
6
|
+
<div class="z-grid">
|
|
7
|
+
<div class="z-grid__1">
|
|
8
|
+
<code>variables.$z-index-high</code>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="z-grid__2">
|
|
11
|
+
<code>variables.$z-index-medium</code>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="z-grid__3"><code>variables.$z-index-low</code></div>
|
|
14
|
+
<div class="z-grid__4">
|
|
15
|
+
<code>variables.$z-index-lowest</code>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
</div> `,
|
|
19
|
+
})
|
|
20
|
+
export default class ZIndexComponent {
|
|
21
|
+
/**
|
|
22
|
+
*/
|
|
23
|
+
@Input()
|
|
24
|
+
storyIndex?: number = 1;
|
|
25
|
+
}
|
|
@@ -50,10 +50,10 @@ $file-input-z-index: 1;
|
|
|
50
50
|
|
|
51
51
|
img {
|
|
52
52
|
object-fit: contain;
|
|
53
|
-
max-height: 100
|
|
54
|
-
max-height: stretch;
|
|
55
|
-
max-width: 100
|
|
56
|
-
max-width: stretch;
|
|
53
|
+
max-height: 100% !important;
|
|
54
|
+
// max-height: stretch;
|
|
55
|
+
max-width: 100% !important;
|
|
56
|
+
// max-width: stretch;
|
|
57
57
|
position: absolute;
|
|
58
58
|
top: 50%;
|
|
59
59
|
left: 50%;
|