Change button

This commit is contained in:
Mojca Lorber 2020-01-21 17:21:49 +01:00
parent 262a992ad6
commit 658b64b617

View file

@ -12,11 +12,11 @@
width: 338px;
.select_button {
background-color: $brand-success;
border-color: $brand-success;
background-color: $brand-primary;
border-color: $brand-primary;
color: $color-white;
cursor: pointer;
line-height: 20px;
line-height: 18px;
padding: 6px 12px;
position: relative;
text-align: center;
@ -25,7 +25,7 @@
}
input[type=text] {
border: 1px solid $color-gainsboro;
border: 1px solid $color-concrete;
border-radius: 4px;
height: 30px;
left: -5px;