From 190259bb0f512d881a1dc852ff0c68dd41aeb434 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 12 Nov 2022 11:37:43 +0100 Subject: Init --- app/src/sass/main.sass | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/src/sass/main.sass (limited to 'app/src/sass/main.sass') 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 -- cgit v1.2.3-18-g5258