Skip to content

Commit 06234e5

Browse files
authored
Merge pull request #15 from yowiputra/master
pull recent changes
2 parents 4af35c7 + cac1bb1 commit 06234e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+16066
-189
lines changed

client/build/bundle.js

-21
This file was deleted.

client/build/bundle.js.map

-1
This file was deleted.

client/color/default.css

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
a,.tp-caption a.btn:hover {
3+
color: #67b0d1;
4+
}
5+
.top-nav-collapse {
6+
background: #67b0d1;
7+
}
8+
9+
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
10+
color: #67b0d1;
11+
}
12+
13+
.owl-theme .owl-controls .owl-page.active span,
14+
.owl-theme .owl-controls.clickable .owl-page:hover span {
15+
background-color: #67b0d1;
16+
}
17+
18+
.widget-avatar .avatar:hover {
19+
border: 5px solid #67b0d1;
20+
}
21+
22+
.bg-skin {
23+
background: #67b0d1;
24+
}
25+
26+
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
27+
border-color: #67b0d1;
28+
}
29+
30+
footer {
31+
background-color: #67b0d1;
32+
}
33+
34+
.btn-skin {
35+
color: #fff;
36+
background-color: #67b0d1;
37+
border-color: #67b0d1;
38+
}

0 commit comments

Comments
 (0)