Save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user