Add style image

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-04-25 01:43:07 +04:00
parent 5406687510
commit b69ef27a48
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -0,0 +1,29 @@
@import 'utilities/boxshadow';
img {
max-width: 100%;
width: auto;
&:hover {
@include box-shadow(0 0 10px rgba(0, 0, 0, .5));
}
}
.fullscreen {
background: rgba(0, 0, 0, .5);
display: none;
height: 100%;
left: 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
&:target {
display: block;
}
img {
margin-top: 10rem;
}
}