-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom-styles.css
More file actions
58 lines (48 loc) · 764 Bytes
/
custom-styles.css
File metadata and controls
58 lines (48 loc) · 764 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body {
font-size: 13px;
}
#form-search {
display: none;
}
#span-search {
font-size: 16px;
cursor: pointer;
}
.search-field {
border: none;
border-bottom: 2px solid grey;
outline: none;
height: 30px;
width: 150px;
position: relative;
top: 3px;
font-size: 16px;
}
.content {
background: url('images/section-background.jpg');
background-size: cover;
}
.icon-circle {
position: relative;
top: -30px;
}
.icon-circle span {
width: 45px;
height: 45px;
font-size: 25px;
padding-top: 10px;
}
.carousel-dot {
width: 10px !important;
height: 10px !important;
}
.btn-view-all {
width: 200px;
}
#aboutUs {
background: url('images/about-us.png');
background-size: cover;
}
#aboutUs .info {
background: transparent;
}