@extrachill/components 0.4.12 → 0.4.13
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/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/styles/components.scss +0 -28
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/styles/components.scss
CHANGED
|
@@ -240,34 +240,6 @@
|
|
|
240
240
|
.ec-responsive-tabs__accordion {
|
|
241
241
|
display: none;
|
|
242
242
|
}
|
|
243
|
-
|
|
244
|
-
.ec-responsive-tabs .ec-tabs__tabs {
|
|
245
|
-
display: flex;
|
|
246
|
-
flex-wrap: wrap;
|
|
247
|
-
margin-bottom: -1px;
|
|
248
|
-
position: relative;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.ec-responsive-tabs .ec-tabs__tab {
|
|
252
|
-
border: 1px solid var(--border-color, #ddd);
|
|
253
|
-
border-bottom: 1px solid var(--border-color, #ddd);
|
|
254
|
-
border-radius: var(--border-radius-md, 8px) var(--border-radius-md, 8px) 0 0;
|
|
255
|
-
padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
|
|
256
|
-
font-size: var(--font-size-base, 1rem);
|
|
257
|
-
position: relative;
|
|
258
|
-
top: 1px;
|
|
259
|
-
margin-right: var(--spacing-xs, 0.25rem);
|
|
260
|
-
background: var(--card-background, #f8f8f8);
|
|
261
|
-
color: var(--text-color, #111);
|
|
262
|
-
z-index: 2;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.ec-responsive-tabs .ec-tabs__tab.is-active {
|
|
266
|
-
background: var(--background-color, #fff);
|
|
267
|
-
color: var(--link-color, #0b5394);
|
|
268
|
-
border-bottom: 1px solid var(--background-color, #fff);
|
|
269
|
-
z-index: 3;
|
|
270
|
-
}
|
|
271
243
|
}
|
|
272
244
|
|
|
273
245
|
@media (max-width: 768px) {
|