react-code-dataset
/
wp-calypso
/apps
/blaze-dashboard
/src
/components
/generic-header
/blaze-plugin-header
/style.scss
| @import "@automattic/color-studio/dist/color-variables"; | |
| @import "@automattic/components/src/styles/typography"; | |
| .blaze-plugin-header { | |
| display: flex; | |
| flex-direction: column; | |
| h2 { | |
| color: $studio-gray-100; | |
| font-family: $font-sf-pro-display; | |
| font-size: 1.5rem; | |
| font-style: normal; | |
| font-weight: 500; | |
| letter-spacing: 0.36px; | |
| line-height: 1.33; | |
| } | |
| &.advertising__page-header_has-banner { | |
| h2 { | |
| font-size: 0.875rem; | |
| letter-spacing: -0.15px; | |
| line-height: 1.43; | |
| } | |
| } | |
| } | |