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