Homepage opening
unknown
plain_text
a year ago
1.4 kB
7
Indexable
div.opening-with-search .opening-button{
text-decoration: none;
position: relative!important;
color:#fff!important;
&:hover{
color:#fff!important;
opacity:1!important;
}
&:before, &:after{
transition: 0.4s;
text-decoration: none!important;
line-height: 1;
content: "";
height: 1px;
position: absolute!important;
bottom: 0;
left: 0;
}
&:before {
width: 100%!important;
background-color: #ccc!important;
opacity:1;
}
&:after{
width: 0%!important;
background-color: #fff!important;
}
&:hover:after{
width: 100%!important;
}
}
.opening-with-search .opening-button{
color: #fff;
&:hover{
color: #fff!important;
}
}
div.opening-with-search .search-lease-tab.active{
color: #050E3Dimportant;
background-color: #fff;
}
div.opening-with-search .search-lease-tab{
color: #fff;
background-color: #050E3D;
text-transform: uppercase;
}
div.redesign p{
text-transform: capitalize;
}
@media only screen and (max-width:768px){
.opening-with-search .opening-title{
font-size: 36px;
}
}Editor is loading...
Leave a Comment