Properly style the button when there is a motivation or attestation

This commit is contained in:
gregoirenovel 2017-11-24 19:26:24 +01:00
parent 5c92989fc8
commit 10f1859a2a
3 changed files with 25 additions and 3 deletions

View file

@ -55,6 +55,28 @@
}
}
&.without-continuation {
color: #FFFFFF;
border-color: $black;
background-color: $black;
&:hover {
color: $black;
background-color: #FFFFFF;
}
}
&.refused {
color: #FFFFFF;
border-color: $dark-red;
background-color: $dark-red;
&:hover {
color: $dark-red;
background-color: #FFFFFF;
}
}
&.large {
font-size: 18px;
line-height: 26px;