66 lines
1.9 KiB
CSS
66 lines
1.9 KiB
CSS
/**
|
|
* SCSS Variables.
|
|
*
|
|
* Please use variables from this sheet to ensure consistency across the UI.
|
|
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
*/
|
|
/**
|
|
* Colors
|
|
*/
|
|
/**
|
|
* Fonts & basic variables.
|
|
*/
|
|
/**
|
|
* Typography
|
|
*/
|
|
/**
|
|
* Grid System.
|
|
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
*/
|
|
/**
|
|
* Radius scale.
|
|
*/
|
|
/**
|
|
* Elevation scale.
|
|
*/
|
|
/**
|
|
* Dimensions.
|
|
*/
|
|
/**
|
|
* Mobile specific styles
|
|
*/
|
|
/**
|
|
* Editor styles.
|
|
*/
|
|
/**
|
|
* Block & Editor UI.
|
|
*/
|
|
/**
|
|
* Block paddings.
|
|
*/
|
|
/**
|
|
* React Native specific.
|
|
* These variables do not appear to be used anywhere else.
|
|
*/
|
|
h1:where(.wp-block-heading).has-background,
|
|
h2:where(.wp-block-heading).has-background,
|
|
h3:where(.wp-block-heading).has-background,
|
|
h4:where(.wp-block-heading).has-background,
|
|
h5:where(.wp-block-heading).has-background,
|
|
h6:where(.wp-block-heading).has-background {
|
|
padding: 1.25em 2.375em;
|
|
}
|
|
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) {
|
|
rotate: 180deg;
|
|
} |