20 lines
324 B
CSS
20 lines
324 B
CSS
/* banner_04.css */
|
|
.__PFX__-b4-strip {
|
|
margin: 16px 0;
|
|
}
|
|
.__PFX__-b4-inner {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
padding: 10px 14px;
|
|
background: #f6f6f6;
|
|
border-radius: 12px;
|
|
}
|
|
.__PFX__-b4-icon {
|
|
font-size: 16px;
|
|
}
|
|
.__PFX__-b4-inner small {
|
|
font-size: 13px;
|
|
color: #555;
|
|
}
|