-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.css
42 lines (40 loc) · 1.08 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.k-block-fields-preview {
margin: -0.75rem;
overflow: hidden;
border-radius: var(--rounded);
}
.k-block-fields-preview .k-block-title {
padding: 0.75rem;
background: #f7f7f7;
}
.k-block-fields-preview:not([data-hidden="true"]) .k-block-title {
border-bottom: 1px solid rgba(0,0,0,.1);
}
.k-block-fields-preview .k-fields-block-toggle {
margin-left: auto;
cursor: pointer;
}
.k-block-fields-preview[data-hidden="true"] .k-fields-block-toggle {
transform: scaleY(-1);
}
.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;
}