add color gradient

This commit is contained in:
meaz 2020-06-11 12:07:09 +02:00
parent fab8507506
commit 3a5e27ddd2
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ a:focus, a:hover {
color: #2B3511;
}
.form-control:focus {
border-color: #50162D;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(96, 11, 70, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(96, 11, 70, 0.6);
}
.btn-primary {
color: #fff;
background-color: #1f5c60;