toggle-components-library 1.34.0-beta.7 → 1.34.0-beta.8
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/dist/toggle-components-library.common.js +7 -7
- package/dist/toggle-components-library.common.js.map +1 -1
- package/dist/toggle-components-library.css +1 -1
- package/dist/toggle-components-library.umd.js +7 -7
- package/dist/toggle-components-library.umd.js.map +1 -1
- package/dist/toggle-components-library.umd.min.js +1 -1
- package/dist/toggle-components-library.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/buttons/ToggleMetricsButton.vue +1 -1
- package/src/sass/includes/_as_cards.scss +4 -2
- package/package-lock.json +0 -20285
package/package.json
CHANGED
|
@@ -167,10 +167,11 @@
|
|
|
167
167
|
.toggle-comment-card {
|
|
168
168
|
display: flex;
|
|
169
169
|
flex-direction: row;
|
|
170
|
-
|
|
171
|
-
height:
|
|
170
|
+
width: 100%;
|
|
171
|
+
height: 200px;
|
|
172
172
|
border-radius: 18px;
|
|
173
173
|
margin: 16px;
|
|
174
|
+
padding-right: 20px;
|
|
174
175
|
font-size: $toggle-font-size-regular;
|
|
175
176
|
font-family: $toggle-font-family;
|
|
176
177
|
}
|
|
@@ -182,6 +183,7 @@
|
|
|
182
183
|
padding: 40px 20px 20px 20px;
|
|
183
184
|
color: white;
|
|
184
185
|
border-radius: 30px;
|
|
186
|
+
width: 100%;
|
|
185
187
|
|
|
186
188
|
.toggle-comment-card-text {
|
|
187
189
|
text-align: left;
|