Template:QuickSummary/styles.css: Difference between revisions

Add style
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
     border:1px solid #a6d8a0;
     border:1px solid #a6d8a0;


     border-radius:18px;
     border-radius:14px;


     padding:24px 28px;
     padding:22px 24px;


     margin:0 0 28px;
     margin:0 0 20px;


}
}
Line 15: Line 15:
.bp-summary-label{
.bp-summary-label{


     font-size:15px;
     font-size:16px;


     font-weight:700;
     font-weight:700;


     color:#1d6b36;
     color:#00703c;
 
    margin-bottom:14px;


     text-transform:uppercase;
     margin-bottom:18px;
 
    letter-spacing:.4px;


}
}
Line 31: Line 27:
.bp-summary-text{
.bp-summary-text{


     font-size:20px;
     font-size:16px;


     line-height:1.75;
     color:#111827;


     color:#111;
     font-weight:400;


}
}
Line 43: Line 39:
     margin:0;
     margin:0;


     padding-left:22px;
     padding-left:18px;


}
}
Line 49: Line 45:
.bp-summary-text li{
.bp-summary-text li{


     margin-bottom:10px;
     margin-bottom:12px;


}
}
Line 57: Line 53:
.bp-summary-card{
.bp-summary-card{


     padding:20px;
     padding:18px;


     border-radius:14px;
     border-radius:12px;


}
}
Line 65: Line 61:
.bp-summary-text{
.bp-summary-text{


     font-size:18px;
     font-size:15px;
 
    line-height:1.9;


}
}


}
}

Latest revision as of 13:42, 25 May 2026

.bp-summary-card{

    background:#eef8ea;

    border:1px solid #a6d8a0;

    border-radius:14px;

    padding:22px 24px;

    margin:0 0 20px;

}

.bp-summary-label{

    font-size:16px;

    font-weight:700;

    color:#00703c;

    margin-bottom:18px;

}

.bp-summary-text{

    font-size:16px;

    color:#111827;

    font-weight:400;

}

.bp-summary-text ul{

    margin:0;

    padding-left:18px;

}

.bp-summary-text li{

    margin-bottom:12px;

}

@media screen and (max-width:768px){

.bp-summary-card{

    padding:18px;

    border-radius:12px;

}

.bp-summary-text{

    font-size:15px;

    line-height:1.9;

}

}