update colors
This commit is contained in:
@@ -79,7 +79,7 @@ a:focus, a:hover, a:active {
|
|||||||
right: -15px;
|
right: -15px;
|
||||||
width: 9px;
|
width: 9px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -129,19 +129,19 @@ h4 {
|
|||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-selection {
|
::-webkit-selection {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -230,7 +230,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
|
|
||||||
.btn-white-bg:hover, .btn-white-bg:focus, .btn-white-bg.focus {
|
.btn-white-bg:hover, .btn-white-bg:focus, .btn-white-bg.focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -256,7 +256,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
|
|
||||||
.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
|
.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -587,7 +587,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header .navbar-toggle:hover .toggle-icon {
|
.header .navbar-toggle:hover .toggle-icon {
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
transition-duration: 300ms;
|
transition-duration: 300ms;
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
|
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
|
||||||
@@ -596,7 +596,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
|
.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
|
||||||
width: 21px;
|
width: 21px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
transition-duration: 300ms;
|
transition-duration: 300ms;
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
|
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
|
||||||
@@ -626,7 +626,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
|
|
||||||
.header .logo-img {
|
.header .logo-img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 64px;
|
width: 127px;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
@@ -707,7 +707,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 9px;
|
width: 9px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: #17bed2;
|
background: #f78166;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
content: " ";
|
content: " ";
|
||||||
transition-duration: 400ms;
|
transition-duration: 400ms;
|
||||||
@@ -951,7 +951,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
[Text Colors]
|
[Text Colors]
|
||||||
------------------------------------------------------------------*/
|
------------------------------------------------------------------*/
|
||||||
.color-base {
|
.color-base {
|
||||||
color: #17bed2 !important;
|
color: #f78166 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-white {
|
.color-white {
|
||||||
@@ -982,7 +982,7 @@ fieldset[disabled] .btn-theme {
|
|||||||
[Background Colors]
|
[Background Colors]
|
||||||
------------------------------------------------------------------*/
|
------------------------------------------------------------------*/
|
||||||
.bg-color-base {
|
.bg-color-base {
|
||||||
background: #17bed2 !important;
|
background: #f78166 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-color-white {
|
.bg-color-white {
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
<link href="css/animate.css" rel="stylesheet">
|
<link href="css/animate.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- THEME STYLES -->
|
<!-- THEME STYLES -->
|
||||||
<link href="css/layout.min.css" rel="stylesheet" type="text/css"/>
|
<link href="css/layout.css" rel="stylesheet" type="text/css"/>
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="shortcut icon" href="favicon.ico"/>
|
<link rel="shortcut icon" href="favicon.ico"/>
|
||||||
|
Reference in New Issue
Block a user