This commit is contained in:
Roman Pyrih
2025-08-13 16:02:48 +02:00
parent d52683cc92
commit 67a53c6897
3 changed files with 117 additions and 2 deletions

View File

@@ -476,3 +476,118 @@ section[id='197674051'] {
}
}
}
// .checkbox-stack input[type="checkbox"]:checked + label.last-plan::before{
// }
.checkbox-stack {
position: relative;
width: 16px !important;
height: 16px !important;
flex: 0 0 16px !important;
margin-top: 3px !important;
margin-right: 6px !important;
label.last-plan {
width: 16px !important;
height: 16px !important;
position: absolute;
inset: 0 0 0 2px;
&::before {
content: '' !important;
width: 10px !important;
height: 10px !important;
background: transparent !important;
// border: 1px solid #0085ed !important;
// background: #0085ed !important;
background: transparent !important;
border-radius: 3px !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}
}
label.first-plan {
&::before {
content: '' !important;
width: 16px !important;
height: 16px !important;
background: transparent !important;
border: 1px solid #0085ed !important;
border-radius: 4px !important;
}
}
input[type='checkbox'] {
&:checked {
+ label.last-plan {
&::before {
background: #0085ed !important;
}
}
}
}
}
.checkbox-stack2 {
position: relative;
display: inline-block;
width: 16px !important;
height: 16px !important;
flex: 0 0 16px !important;
margin-top: 3px !important;
margin-right: 6px !important;
label.last-plan {
width: 16px !important;
height: 16px !important;
position: absolute;
inset: 0 0 0 2px;
&::before {
content: '' !important;
width: 10px !important;
height: 10px !important;
background: transparent !important;
// border: 1px solid #0085ed !important;
// background: #0085ed !important;
background: transparent !important;
border-radius: 3px !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}
}
label.first-plan {
&::before {
content: '' !important;
width: 16px !important;
height: 16px !important;
background: transparent !important;
border: 1px solid #0085ed !important;
border-radius: 4px !important;
}
}
input[type='checkbox'] {
&:checked {
+ label.last-plan {
&::before {
background: #0085ed !important;
}
}
}
}
}
// Zawowienie
#offer-details {
.object-listing-elem {
.elem-name {
h1 {
color: $cTxtBlack;
display: flex;
flex-direction: column;
row-gap: 3px;
margin-bottom: 15px;
}
}
}
}