void/styles/Lanyard.module.sass
2022-07-30 23:59:56 +02:00

53 lines
1 KiB
Sass

.container
position: absolute
bottom: 0
left: 0
margin: 10px
display: inline-flex
align-items: center
background-color: #222
max-width: 50rem
border-radius: .5rem
animation: skeleton-loading 2s linear infinite alternate
.albumart
border-radius: 20px
padding: 10px !important
.artist_song
line-height: .5rem
padding-left: 1rem
padding-right: 1rem
.artist
font-size: .8rem
.badge:after
content: ''
position: absolute
top: -5px
right: -5px
font-size: .7em
background: #8cff96b4
color: white
width: 18px
height: 18px
text-align: center
line-height: 18px
border-radius: 50%
box-shadow: 0 0 1px #333
animation: pulse 4s linear infinite alternate
@keyframes pulse
0%
transform: scale(1)
50%
transform: scale(1.4)
100%
transform: scale(1)
@keyframes skeleton-loading
0%
background-color: #191919
100%
background-color: #222