9e4cafd0f0
- Added new workflow list view - Added state table for each workflow - Added new StateViewSet to handle states of workflows
19 lines
350 B
SCSS
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: ":";
|
|
}
|
|
}
|
|
}
|