2017-09-06 14:08:03 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "common";
|
|
|
|
@import "constants";
|
|
|
|
|
2017-09-06 16:14:03 +02:00
|
|
|
.give-avis {
|
2017-09-20 10:52:48 +02:00
|
|
|
.lock {
|
|
|
|
margin-right: $default-spacer;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-bottom: $default-padding;
|
2017-09-20 10:51:06 +02:00
|
|
|
|
|
|
|
.email {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2017-09-20 10:52:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.introduction {
|
|
|
|
margin-bottom: $default-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confidentiel {
|
2017-09-06 16:14:03 +02:00
|
|
|
color: $grey;
|
2017-09-20 10:52:48 +02:00
|
|
|
font-weight: normal;
|
2017-09-06 16:14:03 +02:00
|
|
|
margin-bottom: 2 * $default-padding;
|
|
|
|
}
|
2017-09-20 10:52:48 +02:00
|
|
|
|
|
|
|
.date {
|
|
|
|
font-size: 12px;
|
|
|
|
color: $grey;
|
|
|
|
float: right;
|
|
|
|
}
|
2017-09-06 16:14:03 +02:00
|
|
|
}
|
|
|
|
|
2017-09-06 14:08:03 +02:00
|
|
|
.ask-avis {
|
|
|
|
.avis-notice {
|
2017-09-20 10:52:48 +02:00
|
|
|
font-size: 14px;
|
2017-09-06 14:08:03 +02:00
|
|
|
color: $grey;
|
|
|
|
margin-bottom: 2 * $default-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=email] {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
2017-09-20 10:52:48 +02:00
|
|
|
|
|
|
|
form > label {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confidentiel {
|
|
|
|
color: $grey;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-bottom: 2 * $default-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confidentiel-wrapper {
|
|
|
|
label,
|
|
|
|
select {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2017-12-18 17:20:43 +01:00
|
|
|
|
|
|
|
.lock {
|
|
|
|
margin-right: $default-spacer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confidentiel-explanation {
|
|
|
|
display: none;
|
|
|
|
font-size: 14px;
|
|
|
|
color: $grey;
|
|
|
|
margin-top: -$default-padding;
|
|
|
|
margin-bottom: 2 * $default-padding;
|
|
|
|
}
|
2017-09-06 14:08:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-avis {
|
2017-12-12 16:53:19 +01:00
|
|
|
.count {
|
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 1px solid $grey;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 8px;
|
2017-09-06 14:08:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.one-avis {
|
|
|
|
border-top: 1px solid $grey;
|
|
|
|
padding: $default-padding 0;
|
|
|
|
|
2017-09-20 10:52:48 +02:00
|
|
|
.lock {
|
|
|
|
margin-right: $default-spacer;
|
|
|
|
}
|
|
|
|
|
2017-09-06 14:08:03 +02:00
|
|
|
h2 {
|
|
|
|
margin-bottom: $default-spacer;
|
|
|
|
|
2017-09-20 10:51:06 +02:00
|
|
|
.email {
|
|
|
|
font-weight: bold;
|
2017-09-06 14:08:03 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.answer {
|
|
|
|
margin-top: $default-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avis-icon {
|
|
|
|
margin-right: $default-spacer;
|
|
|
|
}
|
2017-09-20 10:52:48 +02:00
|
|
|
|
|
|
|
.confidentiel {
|
|
|
|
color: $grey;
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
.lock {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
background-size: 12px 12px;
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
}
|
2017-09-06 14:08:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.date,
|
|
|
|
.waiting {
|
|
|
|
font-size: 12px;
|
|
|
|
color: $grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
.date {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|