Skip to content

Commit

Permalink
layout field support
Browse files Browse the repository at this point in the history
  • Loading branch information
jongacnik committed May 18, 2021
1 parent 4c3ccef commit ec5e8d9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit ec5e8d9

Please sign in to comment.