build
This commit is contained in:
parent
fdd8aa013f
commit
ddc20002ca
6 changed files with 61 additions and 24 deletions
|
@ -19,7 +19,7 @@
|
|||
width: 1.1em; height: 1.1em;
|
||||
border: 0;
|
||||
background: #fff;
|
||||
border-radius: 6px;
|
||||
border-radius: $border-radius;
|
||||
box-shadow: 0 0 0 2px $color-forms inset;
|
||||
transition: .25s background-color;
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ textarea {
|
|||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
box-shadow: 0 0 0 1px $color-border inset;
|
||||
box-shadow: 0 0 0 1px $color-forms inset;
|
||||
color: $color-base;
|
||||
vertical-align: middle;
|
||||
padding: $tiny-value $small-value;
|
||||
|
@ -57,7 +57,7 @@ textarea {
|
|||
}
|
||||
|
||||
[type="submit"] {
|
||||
background-color: $color-border;
|
||||
background-color: $color-forms;
|
||||
color: $color-light;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue