@appartmint/mint 1.2.1 → 1.2.3
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/package.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
overflow: visible;
|
|
83
83
|
|
|
84
84
|
& > #{class(image)},
|
|
85
|
-
& > #{prefix(image
|
|
85
|
+
& > #{prefix(widget-image)} #{class(image)} {
|
|
86
86
|
width: calc(50% + $card-padding);
|
|
87
87
|
height: fit-content;
|
|
88
88
|
margin-right: $card-padding * -2;
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
flex-direction: row-reverse;
|
|
110
110
|
|
|
111
111
|
& > #{class(image)},
|
|
112
|
-
& > #{prefix(image
|
|
112
|
+
& > #{prefix(widget-image)} #{class(image)} {
|
|
113
113
|
margin-right: 0;
|
|
114
114
|
margin-left: $card-padding * -2;
|
|
115
115
|
}
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
& > #{class(image)}:only-child,
|
|
121
|
-
& > #{prefix(image
|
|
121
|
+
& > #{prefix(widget-image)}:only-child #{class(image)} {
|
|
122
122
|
width: 100%;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
& > #{class(image)},
|
|
126
|
-
& > #{prefix(image
|
|
126
|
+
& > #{prefix(widget-image)} #{class(image)} {
|
|
127
127
|
overflow: hidden;
|
|
128
128
|
|
|
129
129
|
@include break(sm) {
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
& > #{class(image)},
|
|
174
|
-
& > #{prefix(image
|
|
174
|
+
& > #{prefix(widget-image)} #{class(image)} {
|
|
175
175
|
width: 100%;
|
|
176
176
|
height: 100%;
|
|
177
177
|
max-width: $card-logo-size;
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
flex-direction: column !important;
|
|
225
225
|
|
|
226
226
|
& > #{class(image)},
|
|
227
|
-
& > #{prefix(image
|
|
227
|
+
& > #{prefix(widget-image)} #{class(image)} {
|
|
228
228
|
overflow: hidden;
|
|
229
229
|
|
|
230
230
|
@include break(sm) {
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
#{class(content)} {
|
|
242
|
-
|
|
242
|
+
flex-grow: 1;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
#{class(title)} {
|