15 lines
290 B
CSS
15 lines
290 B
CSS
.w_pay_attention {
|
|
--pay-attenttion-text-color: #27242499;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
margin-top: 20px;
|
|
img{
|
|
height: 24px;
|
|
width: 24px;
|
|
display: block;
|
|
}
|
|
div{
|
|
color: var(--pay-attenttion-text-color);
|
|
}
|
|
} |