This commit is contained in:
Jiiks 2018-01-22 19:06:33 +02:00
parent 6cf4322127
commit 48fabda81f
1 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,10 @@
margin: 0;
align-self: flex-end;
background: #C42929;
&:hover {
background: lighten(#C42929, 2%);
}
}
.bd-form-button {
@ -107,4 +111,8 @@
border-radius: 4px;
margin-top: 10px;
cursor: pointer;
&:hover {
background: lighten(#3e82e5, 5%);
}
}