@peektravel/app-utilities 0.1.2 → 0.1.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/dist/ui/index.cjs +9 -3
- package/dist/ui/index.cjs.map +1 -1
- package/dist/ui/index.d.cts +2 -0
- package/dist/ui/index.d.ts +2 -0
- package/dist/ui/index.js +9 -3
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/odyssey.css +1 -0
- package/package.json +1 -1
package/dist/ui/odyssey.css
CHANGED
|
@@ -178,6 +178,7 @@ ody-alert, ody-card, ody-divider, ody-loading-bar { display: block; }
|
|
|
178
178
|
.ody-card__container { min-height: 2rem; color: var(--color-neutral-300); }
|
|
179
179
|
.ody-card__container__bar { background-color: var(--color-neutral-200); width: 4px; border-radius: 16px 0 0 16px; height: auto; }
|
|
180
180
|
.ody-card__container__content { padding: 10px 12px; border-radius: 0 4px 4px 0; border: 1px solid var(--color-neutral-100); border-left: none; width: 100%; }
|
|
181
|
+
.ody-card--no-bar .ody-card__container__content { border-radius: 4px; border-left: 1px solid var(--color-neutral-100); }
|
|
181
182
|
.ody-card--clickable { cursor: pointer; }
|
|
182
183
|
|
|
183
184
|
/* ---- divider ------------------------------------------------------------- */
|