Skip to content
Snippets Groups Projects
Commit eab6a3ab authored by Chris Gross's avatar Chris Gross
Browse files

7.x-1.17 Release Candidate 1

parent 9dcf83f9
No related branches found
No related tags found
No related merge requests found
WCM Base 7.x-1.17-rc1, 2019-07-24
---------------------------------
- WCM Omega: Added theme support for experimental WCM Slide Gallery feature.
WCM Base 7.x-1.16, 2019-07-16 WCM Base 7.x-1.16, 2019-07-16
----------------------------- -----------------------------
- WCM Base: - WCM Base:
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -36,4 +36,17 @@ ...@@ -36,4 +36,17 @@
bottom: -3px; bottom: -3px;
} }
} }
#cboxTitle {
padding: 6px 10px !important;
display: block !important;
height: auto !important;
background: rgba(0,0,0,0.6) !important;
color: #fff !important;
font-weight: 400;
&:empty {
padding: 0 !important;
}
}
} }
.slick--optionset--slide-gallery {
margin-bottom: 2em;
position: relative;
.slick__arrow {
position: absolute;
top: calc(50% - 1em);
width: 100%;
height: 0;
.slick-arrow {
width: 3.3em;
overflow: hidden;
margin-right: 0;
&:before {
margin-right: 20em;
font-family: FontAwesome;
}
&.slick-prev {
&:before {
content: "\f053";
margin-left: -1px;
}
}
&.slick-next {
float: right;
&:before {
content: "\f054";
margin-left: 1px;
}
}
}
}
.media-icon--lightbox {
display: none;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment