diff options
| author | Jacky Zhao <[email protected]> | 2020-05-10 15:48:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-10 15:48:39 -0700 |
| commit | b6ed0911033e0b707159b9e64fd7f356df217c19 (patch) | |
| tree | 9b437efad909ea324f039c555d52d150d92a4583 /frontend/src/components/FloatingLabel.js | |
| parent | Merge pull request #10 from jackyzha0/react (diff) | |
| parent | add password stuff + expiry stuff (diff) | |
| download | ctrl-v-b6ed0911033e0b707159b9e64fd7f356df217c19.tar.xz ctrl-v-b6ed0911033e0b707159b9e64fd7f356df217c19.zip | |
Merge pull request #11 from jackyzha0/pass_and_expiry
add password stuff + expiry stuff
Diffstat (limited to 'frontend/src/components/FloatingLabel.js')
| -rw-r--r-- | frontend/src/components/FloatingLabel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/FloatingLabel.js b/frontend/src/components/FloatingLabel.js index 814790c..e1fc0ba 100644 --- a/frontend/src/components/FloatingLabel.js +++ b/frontend/src/components/FloatingLabel.js @@ -12,7 +12,7 @@ const StyledLabel = styled.label` ${props => (props.value.length > 0) && css` - top: 0em; + top: -0.1em; opacity: 1 `}; ` |