istio.io/_sass/modules/_figure.scss

26 lines
449 B
SCSS

.figure {
margin: 1.5rem auto;
display: block;
padding: .5rem .5rem 0 .5rem;
p {
text-align: center;
font-size: $font-size--s;
font-style: italic;
font-weight: 300;
}
.wrapper-with-intrinsic-ratio {
position: relative;
height: 0;
}
.element-to-stretch {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}