Properly style the button when there is a motivation or attestation
This commit is contained in:
parent
5c92989fc8
commit
10f1859a2a
3 changed files with 25 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue