Showing
1 changed file
with
2 additions
and
2 deletions
@@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
50 | top: 20rem / $pxConvertRem; | 50 | top: 20rem / $pxConvertRem; |
51 | width: 352rem / $pxConvertRem; | 51 | width: 352rem / $pxConvertRem; |
52 | height: 56rem / $pxConvertRem; | 52 | height: 56rem / $pxConvertRem; |
53 | - padding-right: 40rem / $pxConvertRem; | 53 | + padding-right: 80rem / $pxConvertRem; |
54 | z-index: 1; | 54 | z-index: 1; |
55 | transition: width 400ms; | 55 | transition: width 400ms; |
56 | box-sizing: border-box; | 56 | box-sizing: border-box; |
@@ -59,7 +59,7 @@ | @@ -59,7 +59,7 @@ | ||
59 | } | 59 | } |
60 | input { | 60 | input { |
61 | float: left; | 61 | float: left; |
62 | - width: 100%; | 62 | + width: 96%; |
63 | font-size: 28rem / $pxConvertRem; | 63 | font-size: 28rem / $pxConvertRem; |
64 | padding: 10rem / $pxConvertRem; | 64 | padding: 10rem / $pxConvertRem; |
65 | color: #999; | 65 | color: #999; |
-
Please register or login to post a comment