simpo-component-library 3.6.850 → 3.6.852
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/elements/text-editor/text-editor.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.852.tgz +0 -0
- package/src/lib/styles/global-styles.css +0 -15
- package/simpo-component-library-3.6.850.tgz +0 -0
package/package.json
CHANGED
|
Binary file
|
|
@@ -82,11 +82,6 @@
|
|
|
82
82
|
font-size: 18px !important;
|
|
83
83
|
line-height: 20px !important;
|
|
84
84
|
}
|
|
85
|
-
|
|
86
|
-
p {
|
|
87
|
-
font-size: 16px !important;
|
|
88
|
-
line-height: 21px !important;
|
|
89
|
-
}
|
|
90
85
|
}
|
|
91
86
|
|
|
92
87
|
}
|
|
@@ -117,11 +112,6 @@
|
|
|
117
112
|
font-size: 16px;
|
|
118
113
|
line-height: 24px;
|
|
119
114
|
}
|
|
120
|
-
|
|
121
|
-
p {
|
|
122
|
-
font-size: 14px;
|
|
123
|
-
line-height: 21px;
|
|
124
|
-
}
|
|
125
115
|
}
|
|
126
116
|
|
|
127
117
|
}
|
|
@@ -151,11 +141,6 @@
|
|
|
151
141
|
font-size: 16px;
|
|
152
142
|
line-height: 24px;
|
|
153
143
|
}
|
|
154
|
-
|
|
155
|
-
p {
|
|
156
|
-
font-size: 14px;
|
|
157
|
-
line-height: 21px;
|
|
158
|
-
}
|
|
159
144
|
}
|
|
160
145
|
|
|
161
146
|
.link-editor {
|
|
Binary file
|