Rev 2206 | AutorÃa | Ultima modificación | Ver Log |
.shareFeed {
margin-bottom: 1rem;
}
.shareRowContainer {
display: flex;
align-items: center;
flex-wrap: nowrap;
width: 100%;
div {
flex: 1;
}
}
.shareImage {
width: 25%;
}
.shareIcon {
font-size: 1.1rem;
}
.shareIconContainer {
display: grid;
place-items: center;
}