We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefc0b4 commit 352255eCopy full SHA for 352255e
_sass/docs.scss
@@ -182,7 +182,23 @@
182
183
figure {
184
img {
185
- width: 100%;
+ border-radius: 3px;
186
+ background-color: $sr-white;
187
+ border: 1px solid darken($sr-light-grey, 10%);
188
+ padding: 3px;
189
+ }
190
+
191
+ &.spaced-figure-non-bold-caption {
192
+ figcaption {
193
+ font-weight: normal;
194
+ font-size: 1em;
195
196
197
+ margin-bottom: 1.5rem;
198
199
+ &:last-of-type {
200
+ margin-bottom: 0;
201
202
}
203
204
0 commit comments