First attempt at procedure stats

fixes #3945, #3946, #3948
This commit is contained in:
Nicolas Bouilleaud 2019-07-30 14:37:00 +02:00
parent 394a2773db
commit 3e2985b305
6 changed files with 62 additions and 7 deletions

View file

@ -2,6 +2,13 @@
@import "common";
@import "constants";
.procedure-header {
a.header-link {
display: inline-block;
margin-bottom: 1 * $default-padding;
}
}
#procedure-show {
h1 {
color: $black;
@ -9,11 +16,6 @@
margin-bottom: 1 * $default-padding;
}
a.notifications {
display: inline-block;
margin-bottom: 1 * $default-padding;
}
.dossiers-table {
margin-top: $default-spacer;
margin-bottom: 3 * $default-spacer;

View file

@ -53,7 +53,7 @@ $stat-card-half-horizontal-spacing: 4 * $default-space;
.stat-card-half {
width: calc((100% - #{$stat-card-half-horizontal-spacing}) / 2);
margin-right: 3 * $default-space;
margin-right: $stat-card-half-horizontal-spacing;
}
.stat-card-title {