2018-08-08 17:09:02 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
#dossier-show {
|
2018-08-10 15:32:39 +02:00
|
|
|
.sub-header {
|
|
|
|
.label {
|
|
|
|
float: right;
|
|
|
|
margin-left: $default-spacer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title-container {
|
|
|
|
margin-bottom: $default-padding * 2;
|
|
|
|
padding-left: 32px;
|
2018-08-08 17:09:02 +02:00
|
|
|
|
2018-08-10 15:32:39 +02:00
|
|
|
.icon.folder {
|
|
|
|
float: left;
|
|
|
|
margin-left: -32px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2018-08-08 17:09:02 +02:00
|
|
|
}
|
|
|
|
|
2018-08-10 15:32:39 +02:00
|
|
|
h1 {
|
|
|
|
color: $black;
|
|
|
|
font-size: 22px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-08-08 17:09:02 +02:00
|
|
|
|
2018-08-10 15:32:39 +02:00
|
|
|
h2 {
|
|
|
|
color: $grey;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-08-08 17:09:02 +02:00
|
|
|
}
|
2018-08-14 15:06:44 +02:00
|
|
|
|
|
|
|
.button.edit-form {
|
|
|
|
float: right;
|
|
|
|
}
|
2018-08-08 17:09:02 +02:00
|
|
|
}
|