-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpay1.css
More file actions
44 lines (44 loc) · 793 Bytes
/
pay1.css
File metadata and controls
44 lines (44 loc) · 793 Bytes
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
body {
margin-top: 20px;
}
.text-center {
text-align: center !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.text-reset {
--bs-text-opacity: 1;
color: inherit !important;
}
a {
color: #5465ff;
text-decoration: none;
}
body {
background: #b9b0b0;
}
.card {
box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0 solid rgba(0, 0, 0, 0.125);
border-radius: 1rem;
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.5rem 1.5rem;
}