parent
394a2773db
commit
3e2985b305
6 changed files with 62 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue