diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-11-12 11:37:43 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-11-12 11:37:59 +0100 |
commit | 190259bb0f512d881a1dc852ff0c68dd41aeb434 (patch) | |
tree | a69841d83fcb7df6809b0389e88e0dcb20c2fd7d /app/src/sass | |
parent | 35c2260f3b23de24a8fdc4c4a96151124ae7ccdf (diff) |
Init
Diffstat (limited to 'app/src/sass')
-rw-r--r-- | app/src/sass/main.sass | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app/src/sass/main.sass b/app/src/sass/main.sass new file mode 100644 index 0000000..84bab38 --- /dev/null +++ b/app/src/sass/main.sass @@ -0,0 +1,36 @@ +#container + text-align: center + position: absolute + left: 0 + right: 0 + top: 50% + transform: translateY(-50%) + +#container strong + font-size: 20px + line-height: 26px + +#container p + font-size: 16px + line-height: 22px + color: #8c8c8c + margin: 0 + +#container a + text-decoration: none + + +ion-tab-bar + background-color: #4bd786 + +ion-tab-button + background-color: #4bd786 + color: #19703e + &.tab-selected + color: #fff + +.t + width: 30px + +ion-page + margin: 10px |