deemixer/src/styles/scss/_track-preview.scss

19 lines
307 B
SCSS
Raw Normal View History

2020-04-25 09:01:30 +00:00
.preview_controls {
opacity: 0;
2020-04-26 15:34:33 +00:00
display: block;
2020-06-02 13:25:15 +00:00
background: rgba(0, 0, 0, 0.5);
2020-04-25 09:01:30 +00:00
width: 56px;
height: 56px;
text-align: center;
line-height: 56px;
2020-04-26 15:34:33 +00:00
position: absolute;
2020-04-25 09:01:30 +00:00
border-radius: 5px;
2020-04-26 15:34:33 +00:00
top: 0;
right: 0;
transition: opacity 200ms ease-in-out;
2020-04-25 09:01:30 +00:00
}
2020-06-02 13:25:15 +00:00
.preview_playlist_controls {
cursor: pointer;
2020-04-25 09:01:30 +00:00
}