mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Merge pull request #2349 from mlorb/ml-sci-4280
Change button [SCI-4280]
This commit is contained in:
commit
9e4ae525e6
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue