Schools

mail@pastecode.io avatar
unknown
plain_text
22 days ago
1.9 kB
1
Indexable
Never
 /*START Title Width- */
h2.title.lp-h2 {
    max-width: 100%;
}
div.title {
max-width: 100%;
}
/*END Title Width- */

/*START lines Theming*/
div.items-box__filters {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
div.items-box__content {
    border-bottom: 1px solid #000;
}
/*END*/

/*START Button theming - */
div.type-list__item {
    text-transform: capitalize;
    border: 1px solid #7C7A61;
    background-color: transparent;
    color: #7C7A61;
     &:hover{
        border: 1px solid #7C7A61;
        background-color: #7C7A61;
        color: #fff;
    }
}

/*END*/

/*Start width buttom mobile view*/
@media (max-width: 678px) {
  .lp-btn.lp-btn--dark.lp-btn--filled{
    width: 100% !important;
  }
}
/*END*/
.name-item__description a{
    text-transform: uppercase!important;
    font-weight: 400;
    position: relative!important;
    color: #000!important;
    transition: 0.4s;
    opacity: 1 !important;
    &:hover{
        color: #000!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;
    }
    &:after{
        width: 0%!important;
        background-color: #7C7A61!important; 
    }
    &:hover:after{
        width: 100%!important;
    }
}
.lp-container {
    @media only screen and (min-width: 320px) and (max-width:1240px){
             padding: 64px 34px 64px!important;
    }

}

div.items-box__filters div {
    color: #000;
    path{
        fill: #000;
    }
}
div.grade-item {
    color: #000;
}
div.star-amount {
    color: #000;
}
Leave a Comment