mirror of
https://github.com/hangeol-chang/obsidian-csv-allinone.git
synced 2026-07-22 05:37:25 +00:00
21 lines
No EOL
275 B
CSS
21 lines
No EOL
275 B
CSS
|
|
.css-input-form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.form-group {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.input-key {
|
|
text-align: left;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.input-value {
|
|
text-align: left;
|
|
} |