-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
62 lines (53 loc) · 1.02 KB
/
stylesheet.css
File metadata and controls
62 lines (53 loc) · 1.02 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
@charset "utf-8";
/* CSS Document */
body {
background: #141414;
color:#ffffff;
overflow-x: hidden;
}
.row {
background: #070707;
padding: 10px;
}
.mg {
padding-left:20px;
}
.top i {
font-size: 22px !important;
margin-right: 5px;
}
.nav-link {
color:#dddddd;
}
.nav-link:hover {
color:#6C6C6C;
}
.btn-master {
background: #D90712;
color:#ffffff;
}
.btn-master:hover {
background: #B9060F;
color:#ffffff;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}