27 lines
403 B
SCSS
27 lines
403 B
SCSS
@import "colors";
|
|
@import "common";
|
|
@import "constants";
|
|
|
|
#procedure-show {
|
|
.procedure-logo {
|
|
margin-right: $default-padding;
|
|
}
|
|
|
|
h1 {
|
|
color: $black;
|
|
font-size: 22px;
|
|
margin-bottom: 2 * $default-padding;
|
|
}
|
|
|
|
.dossiers-table {
|
|
margin: (3 * $default-spacer) auto;
|
|
}
|
|
|
|
.procedure-actions {
|
|
margin-left: auto;
|
|
|
|
.dropdown-items li {
|
|
min-width: 150px;
|
|
}
|
|
}
|
|
}
|