Skip to content

Commit

Permalink
Update SUI styling for CB previews
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopeek committed Nov 19, 2021
1 parent e1102ba commit b5b10b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/components/romanescobackyard/css/semantic.css
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@
}

@media only screen and (max-width: 991.98px) {
.chunkOutput body.detail.toc #content {
margin-top: 0 !important;
}

.chunkOutput body.detail.toc #content > .stripe.segment:first-child {
padding-top: 0;
}
Expand Down Expand Up @@ -910,6 +914,11 @@
border-bottom-color: #FFFFFF;
}

.chunkOutput #content a.external.label {
position: relative;
top: -0.5rem;
}

.chunkOutput .image.content + * {
margin-top: calc(var(--baseline) * 3rem);
}
Expand Down Expand Up @@ -17564,6 +17573,11 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
Theme Overrides
*******************************/

.chunkOutput .ui.image.raised {
-webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

.chunkOutput .ui.image.lightbox {
cursor: pointer;
}
Expand Down

0 comments on commit b5b10b8

Please sign in to comment.