30 lines
742 B
SCSS
30 lines
742 B
SCSS
.gatelayout-background-image {
|
|
background-size: cover;
|
|
background-image: url("../../assets/Crane_Log_In_Page.jpg");
|
|
background-repeat: no-repeat;
|
|
height: 100%;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
.mobile-header-list :before {
|
|
color:#fff;
|
|
}
|
|
.mobile-header-list-subcategory :before {
|
|
color:#fff;
|
|
}
|
|
.active-menu-nav-link{
|
|
color: #000000!important;
|
|
}
|
|
.active-menu-nav-link.mobile-header-list :before {
|
|
color: #000000;
|
|
}
|
|
.active-menu-nav-link.mobile-header-list-subcategory :before {
|
|
color: #000000!important;
|
|
}
|
|
.active-menu-nav-link .mobile-header-list-subcategory :before {
|
|
color:#fff;
|
|
}
|