github.com/hernad/nomad@v1.6.112/ui/app/styles/components/image-file.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .image-file { 7 width: 100%; 8 height: 100%; 9 background: $white; 10 text-align: center; 11 color: $text; 12 13 .image-file-image { 14 margin: auto; 15 } 16 17 .image-file-caption { 18 margin-top: 0.5em; 19 } 20 21 .image-file-caption-primary { 22 display: block; 23 color: $grey; 24 } 25 }