mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge pull request #4 from tanyagray/bugfix-consistent-input-borders
Made input-area border sizes consistent
This commit is contained in:
commit
6c99f86c66
3 changed files with 12 additions and 11 deletions
|
@ -29,7 +29,7 @@ legend, .legend{
|
||||||
|
|
||||||
.input-Area, %input-Area{
|
.input-Area, %input-Area{
|
||||||
background:#fff;
|
background:#fff;
|
||||||
border:1px solid $c-Border;
|
border:2px solid $c-Border;
|
||||||
font-family:$arial;
|
font-family:$arial;
|
||||||
line-height:1.25;
|
line-height:1.25;
|
||||||
margin-bottom:$spacing*2;
|
margin-bottom:$spacing*2;
|
||||||
|
@ -37,7 +37,7 @@ legend, .legend{
|
||||||
width:80%;
|
width:80%;
|
||||||
&:focus{
|
&:focus{
|
||||||
background:$c-Lighter;
|
background:$c-Lighter;
|
||||||
border:1px solid #50B6D5;
|
border:2px solid #50B6D5;
|
||||||
@include box-shadow($bs-2)
|
@include box-shadow($bs-2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
17
public/assets/css/neo.min.css
vendored
17
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue