@appartmint/mint 4.0.3 → 4.0.5
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
|
@@ -34,7 +34,7 @@ body {
|
|
|
34
34
|
z-index: 1000;
|
|
35
35
|
height: css-var(header-height);
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
#{class(expand)} {
|
|
38
38
|
@include break($header-break) {
|
|
39
39
|
#{class(buttons)} {
|
|
40
40
|
width: auto;
|
|
@@ -133,7 +133,7 @@ body {
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
|
|
136
|
+
#{class(spread)} {
|
|
137
137
|
@include break-max($header-break) {
|
|
138
138
|
#{id(wrapper)} {
|
|
139
139
|
#{$has-controls} {
|
|
@@ -129,8 +129,7 @@
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
& > #{class(image)}
|
|
133
|
-
& > #{prefix(widget-image)} #{class(image)} {
|
|
132
|
+
& > #{class(image)} {
|
|
134
133
|
overflow: hidden;
|
|
135
134
|
|
|
136
135
|
@include break(sm) {
|
|
@@ -148,6 +147,28 @@
|
|
|
148
147
|
}
|
|
149
148
|
}
|
|
150
149
|
|
|
150
|
+
& > #{prefix(widget-image)} {
|
|
151
|
+
#{class(image)} {
|
|
152
|
+
overflow: hidden;
|
|
153
|
+
|
|
154
|
+
@include break(sm) {
|
|
155
|
+
width: 50%;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&:only-child {
|
|
160
|
+
#{class(image)} {
|
|
161
|
+
width: 100%;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
& + #{class(content)} {
|
|
166
|
+
@include break(sm) {
|
|
167
|
+
width: 50%;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
151
172
|
#{class(content)} {
|
|
152
173
|
display: flex;
|
|
153
174
|
flex-direction: column;
|
|
@@ -157,6 +178,7 @@
|
|
|
157
178
|
background: css-var(card-back);
|
|
158
179
|
width: 100%;
|
|
159
180
|
overflow: hidden;
|
|
181
|
+
z-index: 10;
|
|
160
182
|
|
|
161
183
|
& > * {
|
|
162
184
|
margin-top: 0;
|