diff options
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 |