23 lines
338 B
SCSS
23 lines
338 B
SCSS
@import "opacity";
|
|
|
|
.fullscreen {
|
|
position: fixed;
|
|
z-index: 999999;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #ffffff;
|
|
@include opacity(0.9);
|
|
.inner {
|
|
position: relative;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: -32px 0 0 -32px;
|
|
}
|
|
}
|
|
|
|
.artist-loader {
|
|
float: right;
|
|
margin: -26px 0 0 10px;
|
|
} |