dossiers: ask heavy users for feedback

This commit is contained in:
Pierre de La Morinerie 2018-06-26 15:00:01 +00:00
parent 8c36c8d26f
commit 20aeae5029
4 changed files with 31 additions and 4 deletions

View file

@ -14,3 +14,4 @@ $light-green: lighten($green, 25%);
$dark-green: darken($green, 20%);
$orange: #F28900;
$orange-bg: lighten($orange, 35%);
$light-yellow: #FFFFDE;

View file

@ -6,6 +6,12 @@
border: 1px solid $border-grey;
margin-bottom: $default-spacer * 2;
.card-title {
font-weight: bold;
font-size: 20px;
margin-bottom: $default-spacer * 2;
}
&.featured {
border-top: 8px solid $blue;
@ -14,9 +20,16 @@
}
}
.card-title {
font-weight: bold;
font-size: 20px;
margin-bottom: $default-spacer * 2;
&.feedback {
max-width: 600px;
margin: 30px auto;
padding: ($default-spacer * 2) ($default-spacer * 4);
font-size: small;
border: 1px dashed $border-grey;
background: $light-yellow;
.card-title {
margin-bottom: $default-spacer;
}
}
}