github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/components/image-file.scss (about) 1 .image-file { 2 width: 100%; 3 height: 100%; 4 background: $white; 5 text-align: center; 6 color: $text; 7 8 .image-file-image { 9 margin: auto; 10 } 11 12 .image-file-caption { 13 margin-top: 0.5em; 14 } 15 16 .image-file-caption-primary { 17 display: block; 18 color: $grey; 19 } 20 }