Chore: UI fixes and enhancements (#796)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Nithin David Thomas
2020-05-02 09:47:36 +05:30
committed by GitHub
parent 8906fd808d
commit a951fb20cb
29 changed files with 335 additions and 250 deletions

View File

@@ -22,7 +22,10 @@ $input-height: $space-two * 2;
outline: none;
padding: $space-smaller;
position: relative;
transition: background .2s, border .2s, box-shadow .2s, color .2s;
transition: background .2s,
border .2s,
box-shadow .2s,
color .2s;
width: 100%;
&:focus {
@@ -37,7 +40,7 @@ $input-height: $space-two * 2;
&.small {
font-size: $font-size-small;
height: $space-large;
padding: $space-small $space-slab;
padding: $space-small $space-one;
}
&.default {