This commit is contained in:
Roman Pyrih
2025-08-12 13:58:45 +02:00
parent 8ef00d0d38
commit 6a3df0ba34
3 changed files with 46 additions and 2 deletions

View File

@@ -380,6 +380,34 @@ main#mainCol {
margin-bottom: 15px;
}
}
table.elem-meta {
tbody {
tr {
&:nth-child(even) {
td {
&.meta-label {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
&.meta-value {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
}
}
td {
padding: 8px 10px;
vertical-align: middle;
&.meta-label {
}
&.meta-value {
}
}
}
}
}
}
> .merlin-gallery-container {
@@ -410,3 +438,19 @@ main#mainCol {
}
}
}
section[id='197674051'] {
.section-content {
padding-left: 0;
padding-right: 0;
margin: 100px 0 50px;
h2 {
color: $cTxtBlack2;
font-size: 24px;
font-family: $fPoppins;
font-weight: 700;
margin: 0 0 20px 0;
}
}
}