Action button for instruction state

This commit is contained in:
Mathieu Magnin 2017-08-30 17:28:58 +02:00
parent 059a0b961b
commit feda7213f9
4 changed files with 92 additions and 4 deletions

View file

@ -0,0 +1,29 @@
@import "colors";
@import "constants";
.motivation {
display: none;
padding: $default-padding;
color: $black;
width: 450px;
h3 {
font-size: 22px;
margin-bottom: $default-spacer * 2;
i {
vertical-align: sub;
margin-right: $default-spacer;
}
}
textarea {
margin-bottom: $default-spacer;
}
.help {
color: $grey;
font-size: 11px;
margin-bottom: $default-spacer * 2;
}
}