21 lines
279 B
SCSS
21 lines
279 B
SCSS
.image-file {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: $white;
|
|
text-align: center;
|
|
color: $text;
|
|
|
|
.image-file-image {
|
|
margin: auto;
|
|
}
|
|
|
|
.image-file-caption {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
.image-file-caption-primary {
|
|
display: block;
|
|
color: $grey;
|
|
}
|
|
}
|