Add left padding to input elements
This commit is contained in:
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -24,6 +24,7 @@ input
|
|||||||
font-size: size('normal')
|
font-size: size('normal')
|
||||||
height: 25px
|
height: 25px
|
||||||
padding-bottom: 0
|
padding-bottom: 0
|
||||||
|
padding-left: 4px
|
||||||
font-family: sans-serif
|
font-family: sans-serif
|
||||||
+appearance
|
+appearance
|
||||||
@include placeholder
|
@include placeholder
|
||||||
@@ -54,7 +55,7 @@ textarea:focus
|
|||||||
box-shadow: 0 0 8px rgba(82, 168, 236, 0.6)
|
box-shadow: 0 0 8px rgba(82, 168, 236, 0.6)
|
||||||
|
|
||||||
textarea
|
textarea
|
||||||
padding: 3px
|
padding: 4px
|
||||||
border: 1px solid #ccc
|
border: 1px solid #ccc
|
||||||
width: 400px
|
width: 400px
|
||||||
max-width: 99%
|
max-width: 99%
|
||||||
|
|||||||
Reference in New Issue
Block a user