Changeset 45920
- Timestamp:
- 08/30/2019 07:14:23 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r45897 r45920 692 692 text-align: center; 693 693 694 // Only apply the default dot color if there's no separator color specified. 695 &:not(.has-text-color):not(.has-background) { 696 color: $color__text-light; 697 } 698 694 699 &:before { 695 color: $color__text-light;696 700 font-size: $font__size-lg; 697 701 letter-spacing: $font__size-sm; -
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r45919 r45920 1136 1136 /** === Separator === */ 1137 1137 .wp-block-separator:not(.is-style-dots) { 1138 border-bottom: 2px solid #767676; 1138 background-color: #767676; 1139 height: 2px; 1139 1140 } 1140 1141 … … 1144 1145 } 1145 1146 1147 .wp-block-separator.is-style-dots { 1148 color: #767676; 1149 } 1150 1146 1151 .wp-block-separator.is-style-dots:before { 1147 color: #767676;1148 1152 font-size: 1.6875em; 1149 1153 letter-spacing: calc(2 * 1rem); -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r45761 r45920 589 589 590 590 &:not(.is-style-dots) { 591 border-bottom: 2px solid $color__text-light; 591 background-color: $color__text-light; 592 height: 2px; 592 593 } 593 594 … … 597 598 } 598 599 600 &.is-style-dots { 601 color: $color__text-light; 602 } 603 599 604 &.is-style-dots:before { 600 color: $color__text-light;601 605 font-size: $font__size-lg; 602 606 letter-spacing: calc(2 * #{$size__spacing-unit}); -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r45919 r45920 6011 6011 } 6012 6012 6013 .entry .entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background), 6014 .entry .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background) { 6015 color: #767676; 6016 } 6017 6013 6018 .entry .entry-content .wp-block-separator.is-style-dots:before, 6014 6019 .entry .entry-content hr.is-style-dots:before { 6015 color: #767676;6016 6020 font-size: 1.6875em; 6017 6021 letter-spacing: 0.88889em; -
trunk/src/wp-content/themes/twentynineteen/style.css
r45919 r45920 6023 6023 } 6024 6024 6025 .entry .entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background), 6026 .entry .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background) { 6027 color: #767676; 6028 } 6029 6025 6030 .entry .entry-content .wp-block-separator.is-style-dots:before, 6026 6031 .entry .entry-content hr.is-style-dots:before { 6027 color: #767676;6028 6032 font-size: 1.6875em; 6029 6033 letter-spacing: 0.88889em;
Note: See TracChangeset
for help on using the changeset viewer.