- Timestamp:
- 08/21/2020 03:40:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r48602 r48837 19 19 20 20 .wp-block[data-align="left"], 21 .wp-block.alignleft ,{21 .wp-block.alignleft { 22 22 margin-right: $size__spacing-unit; 23 23 width: inherit; … … 25 25 26 26 .wp-block[data-align="right"], 27 .wp-block.alignright ,{27 .wp-block.alignright { 28 28 margin-left: $size__spacing-unit; 29 29 width: inherit; … … 31 31 32 32 .wp-block[data-align="center"], 33 .wp-block.aligncenter ,{33 .wp-block.aligncenter { 34 34 margin-left: 0; 35 35 } … … 142 142 @include link-transition; 143 143 color: $color__link; 144 145 *:visited {146 147 }148 144 149 145 &:hover,
Note: See TracChangeset
for help on using the changeset viewer.