- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/media/_captions.scss
r43808 r44149 1 1 .wp-caption { 2 2 margin-bottom: calc(1.5 * #{$size__spacing-unit}); 3 4 &.aligncenter { 5 6 @include media(tablet) { 7 position: relative; 8 left: calc( #{$size__site-tablet-content} / 2 ); 9 transform: translateX( -50% ); 10 } 11 12 @include media(desktop) { 13 left: calc( #{$size__site-desktop-content} / 2 ); 14 } 15 } 3 16 } 4 17 … … 9 22 } 10 23 11 .wp-caption .wp-caption-text {12 margin: calc(0.875 * #{$size__spacing-unit}) 0;13 }14 15 24 .wp-caption-text { 25 color: $color__text-light; 26 font-size: $font__size-xs; 27 font-family: $font__heading; 28 line-height: $font__line-height-pre; 29 margin: 0; 30 padding: ( $size__spacing-unit * .5 ); 16 31 text-align: center; 17 32 }
Note: See TracChangeset
for help on using the changeset viewer.