You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
280 B
19 lines
280 B
@import '../c/conf';
|
|
@import '../c/mx';
|
|
|
|
.m-big-picture {
|
|
@include shield;
|
|
z-index: 19999;
|
|
background-color: rgba(#fff, 0.8);
|
|
|
|
image {
|
|
position: absolute;
|
|
display: block;
|
|
width: 100%;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
}
|
|
}
|
|
|