номер
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user