номер

This commit is contained in:
2026-05-11 16:31:22 +05:00
parent fc63252327
commit 89e54538de
10 changed files with 923 additions and 159 deletions

View File

@@ -558,6 +558,14 @@ h1, h2, h3, h4 {
background: #fef3e2;
border-radius: 6px;
}
.room-extra-hint {
font-size: 0.75rem;
color: #e67e22;
margin-bottom: 12px;
padding: 6px 10px;
background: #fef3e2;
border-radius: 6px;
}
.room-feature-tag {
display: inline-flex;
align-items: center;
@@ -1027,6 +1035,10 @@ h1, h2, h3, h4 {
transform: translateY(40px);
transition: all 0.8s ease;
}
.animate-on-scroll.visible {
opacity: 1;
transform: translateY(0);
}
.animate-on-scroll.animated {
opacity: 1;
transform: translateY(0);