@opentiny/vue-theme 3.9.1 → 3.9.2
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/button/index.css +1 -1
- package/container/index.css +1 -1
- package/index.css +1 -1
- package/layout/index.css +0 -1
- package/lowcode.css +1 -1
- package/package.json +1 -1
- package/theme/aurora-theme/component.js +0 -20
- package/container/aurora-theme.js +0 -10
- package/container/index.js +0 -16
- package/layout/aurora-theme.js +0 -14
- package/layout/index.js +0 -15
package/layout/index.css
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tiny-layout{--ti-layout-col-bg-color:#1f9ed8;--ti-layout-even-bg-color:#73d0fc;--ti-layout-row-bg-color:#1f9ed8;--ti-layout-tag1-bg-color:#1f9ed8;--ti-layout-align-bg-color:#1f9ed8;--ti-layout-gutter-bg-color:#1f9ed8;--ti-layout-justify-bg-color:#1f9ed8;--ti-layout-order-bg-color:#1f9ed8;--ti-layout-offset-bg-color:#73d0fc;--ti-layout-responsive-bg-color:#73d0fc;--ti-layout-tag-bg-color:#1f9ed8;--ti-layout-move-bg-color:#1f9ed8}.tiny-layout .tiny-row{margin-bottom:20px}.tiny-layout .tiny-row .last-child{margin-bottom:0}.tiny-layout .tiny-row .tiny-col .col{line-height:30px;text-align:center;color:#fff;background-color:var(--ti-layout-col-bg-color);border-radius:15px}.tiny-layout .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-even-bg-color)}.tiny-layout-offset .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-offset-bg-color)}.tiny-layout-responsive-layout .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-even-bg-color)}.tiny-layout-responsive-layout .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-responsive-bg-color)}.tiny-layout-align .tiny-row .tiny-col .col{background-color:var(--ti-layout-row-bg-color)}.tiny-layout-align .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-align-bg-color)}.tiny-layout-gutter .tiny-row .tiny-col .col{background-color:var(--ti-layout-row-bg-color)}.tiny-layout-gutter .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-gutter-bg-color)}.tiny-layout-justify .tiny-row .tiny-col .col{background-color:var(--ti-layout-row-bg-color)}.tiny-layout-justify .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-justify-bg-color)}.tiny-layout-order .tiny-row .tiny-col .col{background-color:var(--ti-layout-row-bg-color)}.tiny-layout-order .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-order-bg-color)}.tiny-layout-tag1 .tiny-row .tiny-col .col{background-color:var(--ti-layout-row-bg-color)}.tiny-layout-tag1 .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-tag1-bg-color)}.tiny-layout-tag .tiny-row .tiny-col .col{background-color:var(--ti-layout-row-bg-color)}.tiny-layout-tag .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-tag-bg-color)}.tiny-layout-col-move .tiny-row .tiny-col .col{background-color:var(--ti-layout-row-bg-color)}.tiny-layout-col-move .tiny-row .tiny-col:nth-child(even) .col{background:var(--ti-layout-move-bg-color)}
|