Added: info

This commit is contained in:
2025-12-09 15:25:26 +01:00
parent ce2777c324
commit 8d367fa656
128 changed files with 21304 additions and 251300 deletions

View File

@@ -413,7 +413,7 @@
}
&>img {
border-radius: 5px;
border-radius: 12px;
}
* {
@@ -554,6 +554,14 @@
background-color: #fff;
}
.content img {
border-radius: 12px;
box-shadow: 0px 4px 12px #ccc;
border: 1px solid #fff;
object-fit: cover;
max-height: 250px;
width: 100%;
}
[data-tab-item] {
padding-top: 10px;
}
@@ -566,4 +574,43 @@ blockquote,
code {
color:$color-primary;
font-weight: 500;
}
// feedback
.feedback {
padding-top: 50px;
margin-top: 50px;
border-top: 1px solid $border-color;
&-btn {
display: inline-block;
height: 45px;
width: 45px;
line-height: 45px;
text-align: center;
font-size: 25px;
border-radius: 6px;
border: 0;
&.positive {
color: $white;
background-color: $color-primary;
margin-right: 10px;
&.collapsed {
color: $color-primary;
background-color: #00bec427;
}
}
&.negative {
color: $white;
background-color: #f9756e;
&.collapsed {
color: #f9756e;
background-color: #f9756e2a;
}
}
}
}