c7ba3cbd59
- A long procedure title can now overflow under the status label - Better icon placement
33 lines
501 B
SCSS
33 lines
501 B
SCSS
@import "colors";
|
|
@import "constants";
|
|
|
|
#dossier-show {
|
|
.sub-header {
|
|
.label {
|
|
float: right;
|
|
margin-left: $default-spacer;
|
|
}
|
|
|
|
.title-container {
|
|
margin-bottom: $default-padding * 2;
|
|
padding-left: 32px;
|
|
|
|
.icon.folder {
|
|
float: left;
|
|
margin-left: -32px;
|
|
margin-top: 3px;
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
color: $black;
|
|
font-size: 22px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h2 {
|
|
color: $grey;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|