diff --git a/index.css b/index.css index d92bcba..246e769 100644 --- a/index.css +++ b/index.css @@ -10,4 +10,26 @@ .k-block-fields-preview .k-form { padding: 1.25rem 1.5rem 1.5rem 1.5rem; +} + +/** + * Reset `.k-layout-column .k-empty` overrides + */ + +.k-block-fields-preview .k-empty { + position: static !important; + opacity: 1 !important; + align-items: stretch !important; + justify-content: flex-start !important; + color: #777 !important; + border: 1px dashed #ccc !important; + border-radius: 1px !important; +} + +.k-block-fields-preview .k-empty[data-layout="cards"] { + justify-content: center !important; +} + +.k-block-fields-preview .k-empty[data-layout="list"] .k-icon { + border-right: 1px solid rgba(0,0,0,.05) !important; } \ No newline at end of file