File size: 231 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.jetpack-social__features {
list-style: none;
margin: 0 0 24px;
}
.jetpack-social__feature {
display: flex;
margin-bottom: 12px;
.gridicon {
flex-shrink: 0;
margin-right: 8px;
fill: var(--studio-jetpack-green-50);
}
}
|