mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
18 lines
No EOL
296 B
CSS
18 lines
No EOL
296 B
CSS
.datepicker-container {
|
|
form {
|
|
display: flex;
|
|
gap: 0.3lh;
|
|
padding: 0.3lh 1ch;
|
|
}
|
|
.fields {
|
|
display: flex;
|
|
justify-content: stretch;
|
|
gap: 1ch;
|
|
.left, .right {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
}
|
|
}
|
|
} |