Sha256: fe248ebd0749af264daceea73f49429ae5ba54d0c2f35794c0fd791e642eeb58
Contents?: true
Size: 1004 Bytes
Versions: 13
Compression:
Stored size: 1004 Bytes
Contents
//// /// @group slim-player-controls //// /// Base typograpy settings. $slim-player-controls-typography: $player-controls-typography !default; %player_controls { &-container, &-background { @include transition(opacity 0.2s linear, visibility 0.2s linear); } &-container { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; @include user-select(none); @include standard-typography($slim-player-controls-typography); } &-background::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 85px; z-index: 2; pointer-events: none; @include shadow-bottom; } &-container-idle, &-background-idle::after { @include transition-delay(1s); opacity: 0; visibility: hidden; } .enable_focus_outline &-container-focused, .enable_focus_outline &-background-focused::after, &-container-hover, &-background-hover::after { opacity: 1; visibility: visible; } }
Version data entries
13 entries across 13 versions & 1 rubygems