This commit is contained in:
Roman Pyrih
2025-08-08 15:54:53 +02:00
parent 601b3da72a
commit 8ef00d0d38
3 changed files with 53 additions and 2 deletions

View File

@@ -9,10 +9,34 @@ $cTxtBlack2: #2a2a2a;
$fPoppins: 'Poppins', sans-serif;
//! Global - start
* {
font-family: $fPoppins;
}
.text-color-11 {
color: $cBlue;
}
.btn {
border-radius: 8px;
padding: 8px 24px;
transition: all 250ms ease-in-out;
&.background-color-7 {
background: $cYellow;
&:hover {
background: $cYellowLight;
}
&.text-color-15 {
color: $cTxtBlack;
}
}
}
//! Global - end
section.search-box div[data-template-type='searchbtn']:not(.grid-stack-item),
section.subscriptionsbox
div[data-template-type='searchbtn']:not(.grid-stack-item) {
@@ -357,5 +381,32 @@ main#mainCol {
}
}
}
> .merlin-gallery-container {
.merlin-gallery {
.btn.br-btn {
&.disabled {
background: $cYellowLight;
opacity: 0.6;
}
i {
font-weight: 300;
}
}
}
}
}
section.occupancy-editor {
form#occupancy-form {
> div {
border-radius: 5px;
background: rgba(0, 133, 237, 0.2);
.background-color-7 {
background: $cYellow;
}
}
}
}
}