Implementation for copay distribution sass.
This commit is contained in:
parent
52a690e31e
commit
73a06b595f
105 changed files with 1150 additions and 480 deletions
|
|
@ -27,7 +27,7 @@
|
|||
color: #fff;
|
||||
&.warning-red{
|
||||
border-color: #EB475A;
|
||||
background-color: $warning-red;
|
||||
background-color: $v-warning-color;
|
||||
}
|
||||
}
|
||||
&.error {
|
||||
|
|
@ -151,8 +151,8 @@ input[type=number] {
|
|||
position: absolute;
|
||||
font-size: 20px;
|
||||
right: 10px;
|
||||
background-color: $subtle-gray;
|
||||
color: $dark-gray;
|
||||
background-color: $v-subtle-gray;
|
||||
color: $v-dark-gray;
|
||||
border-radius: 4px;
|
||||
padding: 2px 10px;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue