- Timestamp:
- 11/02/2018 11:52:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/media/_captions.scss
r43808 r43860 9 9 } 10 10 11 .wp-caption .wp-caption-text {12 margin: calc(0.875 * #{$size__spacing-unit}) 0;13 }14 15 11 .wp-caption-text { 12 color: $color__text-light; 13 font-size: $font__size-xs; 14 font-family: $font__heading; 15 line-height: $font__line-height-pre; 16 margin: 0; 17 padding: ( $size__spacing-unit * .5 ); 16 18 text-align: center; 17 19 }
Note: See TracChangeset
for help on using the changeset viewer.