Added templates for demo

This commit is contained in:
2019-12-08 15:41:01 +05:30
parent 4eb0c4b933
commit 685ea00b05
2368 changed files with 371593 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
a {
color: #037FD5; }
a:hover {
color: rgba(3, 127, 213, 0.8); }
/* nav */
.page-header-alpha .navbar-mainmenu .nav-item a:hover {
color: #037FD5; }
/* subscription form */
.form-container-transparent.form-container-white .form-desc h4 {
color: #ffffff; }
.form-container-transparent.form-container-white .form-input label {
color: #ffffff; }
.page-cover:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 1;
-webkit-transition: 0.6s;
transition: 0.6s; }
.page-cover.scrolled:after {
background: rgba(0, 0, 0, 0.8); }