diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-11-12 17:14:40 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-11-12 17:14:40 +0100 |
commit | 5e89ad0836ca38b132d1748603be7d8593b9bcb2 (patch) | |
tree | 25ec2a2f62b95616b5587754f1bded6e34f890ec /app/src/sass | |
parent | e4e6653f754b6d2857bcf03a89d26c3e24083271 (diff) |
Add signup page
Diffstat (limited to 'app/src/sass')
-rw-r--r-- | app/src/sass/main.sass | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/sass/main.sass b/app/src/sass/main.sass index adb721c..3db40de 100644 --- a/app/src/sass/main.sass +++ b/app/src/sass/main.sass @@ -20,6 +20,11 @@ text-decoration: none +ion-tabs + bottom: 0 !important + height: 75px !important + position: relative !important + ion-tab-bar background-color: #4bd786 @@ -31,3 +36,12 @@ ion-tab-button .t width: 30px + +form#login + text-align: center + padding: 50px 10px + + ion-input + border: 1px solid #19703e + padding: 2px 7px !important + margin: 10px |