forked from Bancorpbank/bancorpbank.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbank_account.css
92 lines (80 loc) · 1.43 KB
/
bank_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
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
@import 'https://fonts.googleapis.com/css?family=Lato:400,700';
body {
background-color: rgba(20, 116, 233, 0.856);
color: #484848;
font-family: 'Lato', sans-serif;
padding: 1em;
line-height: 1.5;
}
.my-icon::before {
font-family: "Font Awesome 5 Free";
content: icon;
display: inline-block;
margin-right: 5%;
}
.flex {
background: #fdfdfd;
display: flex;
flex-wrap:wrap;
justify-content: center;
align-items:center;
margin: 0 auto;
border-radius:5px;
}
.element-center {
display: flex;
flex-direction:column;
justify-content: center;
}
.typewrite {
font-size: 16pt;
margin: auto;
display: flex;
justify-content: center;
}
h1 {
font-size: 3em;
margin: 0;
margin-top: 0.3em;
}
#inputs {
padding: 10px;
}
input,
button {
font-size: .85em;
padding: .65em 1em;
border-radius: .3em;
outline: 0;
}
input {
border: 2px solid #dcdcdc;
margin-right: 1em;
}
button {
color: white;
background: #508abc;
border: solid 1px;
border-color: rgba(0, 0, 0, .1);
cursor: pointer;
}
label {
font-size: 2em;
}
#btnDeposit, #btnWithdraw {
width: 8em;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
th, td {
padding: 10px;
text-align: left;
border-bottom: 1px solid #ebe8e8;
}
th {
background-color: #f5f5f5;
font-weight: bold;
}