Avis: instruction

This commit is contained in:
Simon Lehericey 2017-09-06 16:14:03 +02:00
parent a1f9f7aa75
commit 88c27479ee
6 changed files with 102 additions and 1 deletions

View file

@ -2,6 +2,20 @@
@import "common";
@import "constants";
.give-avis {
h1 {
font-size: 18px;
font-weight: bold;
margin-bottom: $default-padding;
}
.avis-notice {
font-size: 12px;
color: $grey;
margin-bottom: 2 * $default-padding;
}
}
.ask-avis {
h1 {
font-size: 18px;