UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

32 lines (28 loc) 660 B
.cui-empty-state { position: relative; display: inline-flex; vertical-align: middle; align-items: center; justify-content: center; flex-direction: column; } .cui-empty-state.cui-empty-state-fill { position: absolute; display: flex; top: 0; left: 0; height: 100%; width: 100%; z-index: 20; } .cui-empty-state-icon .cui-icon svg { height: 40px; width: 40px; min-height: 40px; min-width: 40px; margin-bottom: 15px; } .cui-empty-state-header { font-weight: bold; font-size: 16px; } .cui-empty-state-header:not(:last-child) { margin-bottom: 10px; } .cui-empty-state-content { text-align: center; }