Styling inputs

This commit is contained in:
2018-05-15 08:43:07 +10:00
parent d8b1c41538
commit 7500de1649
7 changed files with 46 additions and 6 deletions

View File

@ -18,7 +18,7 @@ $o-btn--padding: 1em;//Base Padding size.
position: relative;
display: inline-block;
cursor: pointer;
padding-bottom: 0.5em;
padding-bottom: $o-btn--padding / 2;
overflow: hidden;
&::before {