github.com/manicqin/nomad@v0.9.5/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  }