OpenSlides/openslides/users/static/css/users/_site.scss
FinnStutzenstein 9e4cafd0f0 Custom workflows and states:
- Added new workflow list view
 - Added state table for each workflow
 - Added new StateViewSet to handle states of workflows
2018-07-13 10:29:06 +02:00

19 lines
350 B
SCSS

.user_details {
fieldset {
margin-bottom: 10px;
}
legend {
margin-bottom: 5px;
}
label {
margin: 10px 0 0 0;
display: block;
font-family: $font-medium;
font-family: $font-medium, sans-serif;
font-weight: normal;
&:after {
content: ":";
}
}
}