1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00
Files
Radarr/frontend/src/Styles/Mixins/cover.css
T
2019-06-11 22:06:43 -04:00

9 lines
116 B
CSS

@define-mixin cover {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}