-
Notifications
You must be signed in to change notification settings - Fork 2
/
account.css
67 lines (58 loc) · 1.07 KB
/
account.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
.col-tab {
padding: 0px;
}
.btn-tab {
height: 100px;
width: inherit;
border: solid 3px;
border-color: #073763;
margin: 30px 0px 50px 0px;
font-weight: bold;
font-size: 30px;
}
.tab-current {
color: white;
background-color: #009E0F;
}
.tab-not-current {
color: black;
background-color: white;
}
.tab {
border: solid 2px;
padding: 30px;
border-color: #073763;
}
.total-money {
margin: 10px auto 30px auto;
padding: 30px;
height: fit-content;
width: fit-content;
background-color: #93C47D;
color: black;
font-weight: bold;
font-size: 30px;
border: solid 2px;
border-color: #073763;
}
.btn-edit {
background-color: #9FC5F8;
border: none;
}
.btn-add-account {
padding: 20px 50px;
margin: 30px auto 20px auto;
font-size: 20px;
background-color: #009E0F;
border-radius: 2em;
}
.account-tab-row {
margin: 5px 0px;
background-color: #9FC5F8;
font-size: 30px;
border: solid 2px;
border-color: #073763;
}
.align-self {
align-self: center;
}