Idea Details

CSS Enhancement Example

Last activity 08-09-2018 10:23
Edmond LeBer's profile image
By: Edmond LeBer
07-10-2018 11:31

/*****Global Traits*****/
body{
    margin:0;
    font-family:"Work Sans",sans-serif;
   }

/*a{
    color: [PrimaryColor];
    text-decoration: none;
}*/
.HLLandingControl .heading h2, .HLLandingControl h2, .ContentItemHtml h2, .ContentItemMVC h2{
 
    /*border-bottom: 2px solid [SecondaryColor];*/

    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.25;
    padding: 5px 0;
        padding-left: 20px;


}

.HLLandingControl .heading h2:after, .HLLandingControl h2:after, .ContentItemHtml h2:before, .ContentItemMVC h2:after{
position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    background: [SecondaryColor];

}



.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-bottom:.5rem;
    font-family:inherit;
    font-weight:500;
    line-height:1.2;
    color:inherit
}
h2, .h2 {
    font-size: 28px;
}

h3 a {
    color: [PrimaryColor];
}