-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmystyle.css
More file actions
97 lines (77 loc) · 1.23 KB
/
Copy pathmystyle.css
File metadata and controls
97 lines (77 loc) · 1.23 KB
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
94
95
96
97
html {
position: relative;
}
body {
min-height: 100%;
/* Margin bottom by footer height */
margin-bottom: 60px;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #9ba4b2;
}
.bd-footer {
padding: 4rem 0;
margin-top: 4rem;
font-size: 85%;
text-align: center;
background-color: #f7f7f7
}
.bd-footer a {
font-weight: 600;
color: #464a4c
}
.bd-footer a:hover {
color: #0275d8
}
.bd-footer p {
margin-bottom: 10px;
}
@media (min-width: 576px) {
.bd-footer {
text-align:left
}
}
.bd-footer-links {
padding-left: 0;
margin-bottom: 1rem
}
.bd-footer-links li {
display: inline-block
}
.bd-footer-links li+li {
margin-left: 1rem
}
.nowrap {
white-space: nowrap;
}
.timer {
padding-top: 50px;
padding-left: 20px;
background: #edeef0;
}
.check-input {
padding-top: 30px;
margin: 10px 0px 0px 0px;
}
.block {
margin: 10px 0px 0px 10px;
}
.invisible_numbers {
color: #f8f9fa;
}
.form-check-custom {
margin-bottom: 20px;
}
.form-radio-custom {
margin-bottom: 10px;
}
.title {
padding-left: 20px;
padding-bottom: 10px;
font-weight: bold;
}