github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/components/empty-message.scss (about) 1 .empty-message { 2 padding: 1.5rem; 3 background: $white-ter; 4 border-radius: $radius; 5 6 .empty-message-headline { 7 font-size: $size-3; 8 color: $grey; 9 text-align: center; 10 } 11 12 .empty-message-body { 13 padding: 0 20%; 14 text-align: center; 15 color: $grey; 16 17 strong { 18 color: $grey; 19 } 20 } 21 22 &.is-hollow { 23 background: transparent; 24 } 25 }