This commit is contained in:
Raphael Goetter 2017-08-01 09:36:57 +02:00
parent fdd8aa013f
commit ddc20002ca
6 changed files with 61 additions and 24 deletions

View file

@ -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;
}

View file

@ -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;
}