mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-12 21:35:44 +03:00
More blocks styles moved to the appropriate object/utilities folders
Simplifies pullquote and fixes the issues with editor styles; move color classes utilities.
This commit is contained in:
parent
e6b3fbd989
commit
f8558fe9c2
10 changed files with 98 additions and 137 deletions
|
@ -8,4 +8,5 @@
|
|||
@import "../../../pub/wporg/css/objects/notices";
|
||||
@import "buttons";
|
||||
@import "image";
|
||||
@import "pullquote";
|
||||
@import "site-header";
|
||||
|
|
3
themes/wporg-5ftf/css/objects/_pullquote.scss
Normal file
3
themes/wporg-5ftf/css/objects/_pullquote.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
.wp-block-pullquote {
|
||||
color: $color__text-heading;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue