Template:QuestionCard/styles.css: Difference between revisions

Add style
 
No edit summary
 
Line 5: Line 5:
     border:1px solid #e5d15c;
     border:1px solid #e5d15c;


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


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


     margin:24px 0 18px;
     margin:18px 0 18px;


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


     font-size:15px;
     font-size:14px;


     font-weight:700;
     font-weight:700;
Line 21: Line 21:
     color:#7b4a00;
     color:#7b4a00;


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


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


     font-size:28px;
     font-size:16px;


     line-height:1.6;
     line-height:1.95;


     color:#111;
     color:#111827;


     font-weight:500;
     font-weight:400;


}
}
Line 45: Line 41:
.bp-question-card{
.bp-question-card{


     padding:20px;
     padding:18px;


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


}
}
Line 53: Line 49:
.bp-question-text{
.bp-question-text{


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


}
}


}
}

Latest revision as of 13:15, 25 May 2026

.bp-question-card{

    background:#f8f7ea;

    border:1px solid #e5d15c;

    border-radius:14px;

    padding:22px 24px;

    margin:18px 0 18px;

}

.bp-question-label{

    font-size:14px;

    font-weight:700;

    color:#7b4a00;

    margin-bottom:18px;

}

.bp-question-text{

    font-size:16px;

    line-height:1.95;

    color:#111827;

    font-weight:400;

}

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

.bp-question-card{

    padding:18px;

    border-radius:12px;

}

.bp-question-text{

    font-size:15px;

    line-height:1.9;

}

}