-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (83 loc) · 1.56 KB
/
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
81
82
83
84
85
86
87
88
89
90
91
92
93
.m1{
display:flex;
background-color: rgb(37, 169, 212);
flex-direction: column;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 5px;
border: 10px solid black;
position: fixed;
top: 0%;
width:90%;
}
#balanceShow{
display:flex;
h4{
font-size: 20px;
}
}
#pol{
background-color: aliceblue;
display: flex;
justify-content: space-around;
height: 1.5cm;
width: 5cm;
border: 1px solid black;
padding-left: 5%;
padding-right: 5%;
justify-content: space-between;
}
.polheading{
margin-bottom: 0%;
}
#income{
color: rgb(7, 180, 50);
margin-top: 0%;
}
#expence{
color: red;
margin-top: 0%;
}
.c1{
align-self: center;
}
#transitionAdder{
display:flex;
margin-top: 1%;
justify-content: space-between;
align-items: baseline;
.inputs{
height:0.5cm;
}
}
#historyBlock{
margin-top: 20%;
margin-left: 5%;
padding-right: 10%;
}
parentlist{
height: auto;
margin: 5%;
align-content:center
}
.listItem{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1%;
margin-top: 1%;
border: 1px solid black;
border-radius: 5px;
background-color: aqua;
p{ padding-left: 3%;
margin-bottom: 1%;
font-size: 20px;
text-align: center;
}
}
#rmvbtn{
margin: 1%;
background-color: red;
color: aliceblue;
padding: 1%;
}