-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (47 loc) · 795 Bytes
/
Copy pathstyles.css
File metadata and controls
49 lines (47 loc) · 795 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
/* navbar */
/* nav{
background-color: #3B7197;
} */
/* .bg{
background-image: url("assets/img/background-01.svg");
} */
/* button{
background-color: #4A8DB7;
} */
/* Profil */
/* Footer */
/* footer{
background-color: #4A8DB7;
}
.blue{
color: #4A8DB7;
} */
/* @media only screen and (max-width: 420px) {
.bg-pelayanan {
width: 420px;
} */
/* } */
/* *{
font-family: montserrat;
} */
.owl-informasi .owl-dots .owl-dot {
visibility: collapse;
display: none;
margin:0;
padding: 0;
}
.owl-informasi .owl-stage-outer .owl-stage {
margin-left: 0;
margin-right: 0;
}
.owl-nav {
visibility: collapse;
}
.bg-blue {
background-color: #a1dbea;
color: #a1dbea;
}
.bg-gray {
background-color: #f2f2f2;
color: #f2f2f2;
}