Merge pull request #2349 from mlorb/ml-sci-4280

Change button [SCI-4280]
This commit is contained in:
Miha Mencin 2020-01-22 08:57:20 +01:00 committed by GitHub
commit 9e4ae525e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;