21 lines
271 B
SCSS
21 lines
271 B
SCSS
|
@import "colors";
|
||
|
@import "constants";
|
||
|
|
||
|
.dossier-edit {
|
||
|
.dossier-header {
|
||
|
background-color: $light-grey;
|
||
|
|
||
|
.container {
|
||
|
padding: $default-padding;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 22px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.thanks {
|
||
|
padding: (1.5 * $default-padding) 0;
|
||
|
}
|
||
|
}
|