## Tasks - [192](https://vikunja.ramsch.sx/tasks/192) ## Zugehörige MRs - [datamodel](misc/zeitbild-datamodel#1) - [backend](misc/zeitbild-backend#1) Reviewed-on: misc/zeitbild-frontend-dali#1 Co-authored-by: Fenris Wolf <fenris@folksprak.org> Co-committed-by: Fenris Wolf <fenris@folksprak.org>
23 lines
282 B
CSS
23 lines
282 B
CSS
.caldav-conf-section
|
|
{
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.caldav-conf-section-label
|
|
{
|
|
margin-left: 16px;
|
|
display: block;
|
|
font-weight: bold;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.caldav-conf-section-value
|
|
{
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.caldav-conf-section-value-regular
|
|
{
|
|
font-family: monospace;
|
|
}
|