Add style |
No edit summary |
||
| Line 5: | Line 5: | ||
border:1px solid #e5d15c; | border:1px solid #e5d15c; | ||
border-radius: | border-radius:14px; | ||
padding:24px | padding:22px 24px; | ||
margin: | margin:18px 0 18px; | ||
} | } | ||
| Line 15: | Line 15: | ||
.bp-question-label{ | .bp-question-label{ | ||
font-size: | font-size:14px; | ||
font-weight:700; | font-weight:700; | ||
| Line 21: | Line 21: | ||
color:#7b4a00; | color:#7b4a00; | ||
margin-bottom: | margin-bottom:18px; | ||
} | } | ||
| Line 31: | Line 27: | ||
.bp-question-text{ | .bp-question-text{ | ||
font-size: | font-size:16px; | ||
line-height:1. | line-height:1.95; | ||
color:# | color:#111827; | ||
font-weight: | font-weight:400; | ||
} | } | ||
| Line 45: | Line 41: | ||
.bp-question-card{ | .bp-question-card{ | ||
padding: | padding:18px; | ||
border-radius: | border-radius:12px; | ||
} | } | ||
| Line 53: | Line 49: | ||
.bp-question-text{ | .bp-question-text{ | ||
font-size: | 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;
}
}