web displays system or user defined columns
This commit is contained in:
@@ -55,6 +55,9 @@
|
||||
.column { display: grid; grid-template-columns: minmax(100px, 1fr) auto; gap: 3px 12px; padding: 10px 11px; border-bottom: 1px solid #edf0f3; }
|
||||
.column code { color: #315078; font-size: 12px; }
|
||||
.column small { grid-column: 1 / -1; }
|
||||
.column.system { color: #6b7686; background: #fafbfc; }
|
||||
.column.system code { color: #67788e; }
|
||||
.group-label { margin: 14px 0 4px; padding: 0 11px; color: #7c8796; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
|
||||
.empty { margin: 8px; color: #7c8796; }
|
||||
|
||||
/* ---------- Forms (components/form_card.html) ---------- */
|
||||
|
||||
Reference in New Issue
Block a user