blob: b5b6bc2bc2b053e061fcd16eeb8724e6f4f6aea3 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
#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-tabs
bottom: 0 !important
height: 75px !important
position: relative !important
ion-tab-bar
background-color: #4bd786
ion-tab-button
background-color: #4bd786
color: #19703e
&.tab-selected
color: #fff
.t
width: 30px
form#login
text-align: center
padding: 50px 10px
ion-input
border: 1px solid #19703e
padding: 2px 7px !important
margin: 10px
.item
margin: 30px 0
input
border: #19703e 1px solid
padding: 10px 15px
outline: none
font-style: italic
border-radius: 3px
|