-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincome-app-style.css
80 lines (65 loc) · 1.5 KB
/
income-app-style.css
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.income-tab{
width: 100%;
height: 50px;
border-radius: 3px;
border-width: 2.3;
border-style: solid;
border-color: royalblue;
margin-top: 7px;
outline-style: none;
transition-duration: 0.3s;
font-size: 16px;
color: #444;
display: flex;
flex-direction: row;
}
.income-tab select{
width: 12%;
height: auto;
padding: 10px;
padding-left: 28px;
padding-right: 28px;
border-style: hidden;
background-color: #fff;
color: #444;
border-radius: 3px;
cursor: pointer;
transition-duration: 0.3s;
display: block;
/* margin-top: 5px;*/
font-size: 18px;
outline: none;
}
.income-input{
width: 88%;
height: auto;
padding: 10px;
padding-left: 28px;
padding-right: 28px;
border-style: hidden;
background-color: #fff;
color: #444;
border-radius: 3px;
cursor: pointer;
transition-duration: 0.3s;
display: block;
font-size: 20px;
outline: none;
}
option{
background-color: #fff;
color: #444
3;
cursor: pointer;
}
.second-income-tab{
display: none;
margin-left: 25vw;
margin-right: 25vw;
margin-top: 130px;
}
.main-welcome-text{
display: block;
}
.large-primary-income-btn{
}