fedicomment/themes/poc/static/fedicomment.css

58 lines
840 B
CSS

.fedicomment-alert {
color: white;
text-align: center;
font-weight: bold;
padding: 30px;
width: 60%;
border-radius: 15px;
margin: auto;
}
.fedicomment-error {
background-color: red;
}
.fedicomment-warning {
background-color: blue;
}
.fedicomment-comment {
margin: 10px;
padding: 10px;
border: solid grey 1px;
border-radius: 10px;
}
.fedicomment-comment .fedicomment-comment {
border: none;
border-radius: initial;
margin: 0;
margin-left: 5px;
padding: 0;
border-left: solid grey 1px;
}
.fedicomment-comment-header img {
height: 25px;
width: auto;
}
.fedicomment-comment-header * {
vertical-align: middle;
}
.fedicomment-reactions {
margin: 10px;
padding: 10px;
border: solid grey 1px;
border-radius: 10px;
}
.fedicomment-share::before {
content: '🔄';
}
.fedicomment-fav::before{
content: '❤️';
}