mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-09 20:25:43 +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
|
@ -6,38 +6,8 @@
|
|||
h1, h2, h3, h4, h5, h6 {
|
||||
color: $color__text-heading-darker;
|
||||
}
|
||||
|
||||
.wp-block-pullquote {
|
||||
color: $color__text-heading;
|
||||
}
|
||||
}
|
||||
|
||||
// todo move better location?
|
||||
.has-wporg-blue-color {
|
||||
color: $color__wporg-blue;
|
||||
}
|
||||
|
||||
.has-wporg-blue-background-color {
|
||||
background-color: $color__wporg-blue;
|
||||
}
|
||||
|
||||
.has-wporg-purple-color {
|
||||
color: $color__wporg-purple;
|
||||
}
|
||||
|
||||
.has-wporg-purple-background-color {
|
||||
background-color: $color__wporg-purple;
|
||||
}
|
||||
|
||||
.has-wporg-white-color {
|
||||
color: $color__text-over-background;
|
||||
}
|
||||
|
||||
.has-wporg-white-background-color {
|
||||
background-color: $color__text-over-background;
|
||||
}
|
||||
|
||||
|
||||
p.has-background,
|
||||
.wp-block-group.has-background,
|
||||
.wp-block-pullquote.has-wporg-blue-background-color {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue