mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +08:00
Change button
This commit is contained in:
parent
262a992ad6
commit
658b64b617
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