mp3-com-meta-browser/site.css

13 lines
559 B
CSS

/* Site-specific styles (keep minimal; Bulma handles most UI). */
/* Fade utilities for loader → app transition. */
.fade { transition: opacity 200ms ease, visibility 200ms ease; }
.fade-visible { opacity: 1; visibility: visible; }
.fade-hidden { opacity: 0; visibility: hidden; }
/* Viewport + layers */
.ux-viewport { position: relative; }
.ux-root { min-height: 40vh; }
.ux-overlays { position: absolute; inset: 0; pointer-events: none; }
.ux-view { width: 100%; }
.ux-view--overlay { position: absolute; inset: 0; z-index: 10; pointer-events: auto; }