update
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*Header home 4*/
|
||||
@media (min-width: 992px) {
|
||||
#index .ApMegamenu .leo-verticalmenu > .block_content {
|
||||
-webkit-transform: scale(0);
|
||||
-ms-transform: scale(0);
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0); }
|
||||
#index .ApMegamenu .leo-verticalmenu.active > .block_content {
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100); }
|
||||
|
||||
.popup-over.userinfo-selector {
|
||||
margin: 0; }
|
||||
.popup-over.userinfo-selector a.popup-title {
|
||||
display: none; }
|
||||
.popup-over.userinfo-selector .popup-content {
|
||||
position: static;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
display: block;
|
||||
background: none;
|
||||
border: 0;
|
||||
padding: 0; }
|
||||
.popup-over.userinfo-selector .popup-content li {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
margin: 0 0 0 30px; }
|
||||
.rtl .popup-over.userinfo-selector .popup-content li {
|
||||
margin: 0 30px 0 0; }
|
||||
.popup-over.userinfo-selector .popup-content li a {
|
||||
display: block;
|
||||
padding: 10px 0;
|
||||
line-height: 24px;
|
||||
color: #999;
|
||||
text-transform: capitalize; }
|
||||
.popup-over.userinfo-selector .popup-content li a:hover {
|
||||
color: #5cd468; } }
|
||||
.bottomnav .inner {
|
||||
border-bottom: 0; }
|
||||
|
||||
.header-menu:before {
|
||||
background: none; }
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.header-menu.bg-fullwidth:before {
|
||||
display: none !important; }
|
||||
.header-menu .col-menu .navbar-toggler {
|
||||
height: 50px;
|
||||
border: 2px solid #303136;
|
||||
background: #fff; } }
|
||||
@media (min-width: 992px) {
|
||||
.leo-megamenu .navbar-nav > li > a {
|
||||
color: #fff; } }
|
||||
|
||||
/*# sourceMappingURL=headerposition1488483140.css.map */
|
||||
Reference in New Issue
Block a user