blob: adb721c4ffa2b4f2e03e4a35c9bafe7cbcb67175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
#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
|