Co-authored-by: Fenris Wolf <fenris@folksprak.org> Co-committed-by: Fenris Wolf <fenris@folksprak.org>
23 lines
310 B
CSS
23 lines
310 B
CSS
.widget-caldav-conf-section
|
|
{
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.widget-caldav-conf-section-label
|
|
{
|
|
margin-left: 16px;
|
|
display: block;
|
|
font-weight: bold;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.widget-caldav-conf-section-value
|
|
{
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.widget-caldav-conf-section-value-regular
|
|
{
|
|
font-family: monospace;
|
|
}
|