Remove border-radius mixin
This commit is contained in:
parent
097b54dda2
commit
1ca71befe2
5 changed files with 7 additions and 11 deletions
|
@ -4,7 +4,7 @@ input[type="reset"],
|
|||
input[type="submit"] {
|
||||
border: 1px solid;
|
||||
border-color: $color__border-button;
|
||||
@include border-radius(3px);
|
||||
border-radius: 3px;
|
||||
background: $color__background-button;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
|
||||
color: rgba(0, 0, 0, .8);
|
||||
|
|
|
@ -28,7 +28,7 @@ input[type="search"],
|
|||
textarea {
|
||||
color: $color__text-input;
|
||||
border: 1px solid $color__border-input;
|
||||
@include border-radius(3px);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue