Add style |
No edit summary |
||
| Line 5: | Line 5: | ||
border:1px solid #a6d8a0; | border:1px solid #a6d8a0; | ||
border-radius: | border-radius:14px; | ||
padding:24px | padding:22px 24px; | ||
margin:0 0 | margin:0 0 20px; | ||
} | } | ||
| Line 15: | Line 15: | ||
.bp-summary-label{ | .bp-summary-label{ | ||
font-size: | font-size:16px; | ||
font-weight:700; | font-weight:700; | ||
color:# | color:#00703c; | ||
margin-bottom:18px; | |||
} | } | ||
| Line 31: | Line 27: | ||
.bp-summary-text{ | .bp-summary-text{ | ||
font-size: | font-size:16px; | ||
line-height:2; | |||
color:#111827; | |||
font-weight:400; | |||
} | } | ||
| Line 43: | Line 41: | ||
margin:0; | margin:0; | ||
padding-left: | padding-left:18px; | ||
} | } | ||
| Line 49: | Line 47: | ||
.bp-summary-text li{ | .bp-summary-text li{ | ||
margin-bottom: | margin-bottom:12px; | ||
} | } | ||
| Line 57: | Line 55: | ||
.bp-summary-card{ | .bp-summary-card{ | ||
padding: | padding:18px; | ||
border-radius: | border-radius:12px; | ||
} | } | ||
| Line 65: | Line 63: | ||
.bp-summary-text{ | .bp-summary-text{ | ||
font-size: | font-size:15px; | ||
line-height:1.9; | |||
} | } | ||
} | } | ||
Revision as of 13:14, 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;
line-height:2;
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;
}
}