mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-05-31 15:32:22 +00:00
UX: Make header input fields bold
This commit is contained in:
parent
d098294d89
commit
9354a5576b
@ -9,6 +9,10 @@
|
||||
gap: 0.5rem;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
.table-builder-input {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.header-column {
|
||||
border: 1px solid var(--primary-low-mid);
|
||||
padding: 1rem;
|
||||
@ -53,6 +57,10 @@
|
||||
.body-inputs {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.table-builder-input {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.body-row {
|
||||
|
Loading…
x
Reference in New Issue
Block a user