Changeset 49728 for branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss
- Timestamp:
- 12/01/2020 07:25:43 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss
r49574 r49728 8 8 &.wp-block-separator { 9 9 border-bottom: var(--separator--height) solid var(--separator--border-color); 10 opacity: 1; 10 11 11 12 &:not(.is-style-dots):not(.alignwide) { 12 13 max-width: var(--responsive--aligndefault-width); 14 } 15 16 &:not(.is-style-dots) { 17 18 &.alignwide { 19 max-width: var(--responsive--alignwide-width); 20 } 13 21 14 22 &.alignfull { … … 43 51 } 44 52 45 .has-background :not(.has-background-background-color)&,46 [class*="background-color"] :not(.has-background-background-color)&,53 .has-background &, 54 [class*="background-color"] &, 47 55 [style*="background-color"] &, 48 56 .wp-block-cover[style*="background-image"] & {
Note: See TracChangeset
for help on using the changeset viewer.