Template:QuickSummary/styles.css: Difference between revisions

No edit summary
No edit summary
 
Line 28: Line 28:


     font-size:16px;
     font-size:16px;
    line-height:2;


     color:#111827;
     color:#111827;

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;

}

}