Changeset 49728 for branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_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/pullquote/_style.scss
r49574 r49728 5 5 border-bottom-style: solid; 6 6 border-top-style: solid; 7 color: currentColor; 8 border-color: currentColor; 7 9 position: relative; 8 10 … … 11 13 content: "\201C"; 12 14 display: block; 15 position: relative; // Override the absolute position. 16 left: 0; 13 17 font-size: 3rem; 14 18 font-weight: 500; … … 47 51 } 48 52 49 &.alignleft {53 &.alignleft:not(.is-style-solid-color) { 50 54 51 55 blockquote:before, … … 58 62 &.alignwide blockquote { 59 63 max-width: var(--responsive--alignwide-width); 60 61 64 } 62 65 … … 73 76 border-color: var(--pullquote--border-color); 74 77 75 @media ( min-width: 600px) {78 @media (min-width: 600px) { 76 79 padding: calc(5 * var(--global--spacing-unit)); 77 80 } … … 82 85 83 86 blockquote { 87 margin: 0; 84 88 max-width: inherit; 85 89 … … 94 98 color: currentColor; 95 99 } 100 101 &.alignleft, 102 &.alignright { 103 padding: var(--global--spacing-unit); 104 105 blockquote { 106 max-width: initial; 107 } 108 } 96 109 } 97 110 }
Note: See TracChangeset
for help on using the changeset viewer.