Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/www/resources/assets/scss/vcard11/ |
@import "variables";
.comment-section {
background-color: $blue-200;
border-radius: 5px;
border: $border;
.comment {
.comment-img {
width: 40px;
min-width: 40px;
height: 40px;
}
.comment-desc {
background-color: $blue;
border-radius: 5px;
border: $border;
.tag {
position: absolute;
top: -15px;
right: 20px;
width: 30px;
height: 30px;
border-radius: 5px;
background-image: $primary;
}
span {
background-image: $primary;
background-clip: text;
-webkit-text-fill-color: transparent;
}
h5 {
@media (max-width: 575px) {
position: absolute;
top: 38px;
}
}
}
}
}