summaryrefslogtreecommitdiff
path: root/app/src/sass/main.sass
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-11-12 11:37:43 +0100
committerSanto Cariotti <santo@dcariotti.me>2022-11-12 11:37:59 +0100
commit190259bb0f512d881a1dc852ff0c68dd41aeb434 (patch)
treea69841d83fcb7df6809b0389e88e0dcb20c2fd7d /app/src/sass/main.sass
parent35c2260f3b23de24a8fdc4c4a96151124ae7ccdf (diff)
Init
Diffstat (limited to 'app/src/sass/main.sass')
-rw-r--r--app/src/sass/main.sass36
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