Merge pull request #4 from tanyagray/bugfix-consistent-input-borders

Made input-area border sizes consistent
This commit is contained in:
Kyle Drake 2014-06-06 21:48:48 -07:00
commit 6c99f86c66
3 changed files with 12 additions and 11 deletions

View file

@ -29,7 +29,7 @@ legend, .legend{
.input-Area, %input-Area{
background:#fff;
border:1px solid $c-Border;
border:2px solid $c-Border;
font-family:$arial;
line-height:1.25;
margin-bottom:$spacing*2;
@ -37,7 +37,7 @@ legend, .legend{
width:80%;
&:focus{
background:$c-Lighter;
border:1px solid #50B6D5;
border:2px solid #50B6D5;
@include box-shadow($bs-2)
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long