| | @import '@wordpress/base-styles/variables'; |
| | @import '@wordpress/dataviews/build-style/style.css'; |
| |
|
| | |
| | |
| | @import './loading-screen'; |
| |
|
| | |
| | .environment-badge { |
| | display: none; |
| | } |
| |
|
| | |
| | |
| | .dataforms-layouts-regular__field .components-base-control__label { |
| | font-size: 11px; |
| | font-weight: 500; |
| | text-transform: uppercase; |
| | } |
| |
|
| | |
| | .components-card__header + .components-card__body:has( > .dataviews-wrapper ):not( :has( .dataviews__view-actions ) ) { |
| | padding-top: 0; |
| |
|
| | .dataviews-view-list div[role="row"]:first-child { |
| | border-top: none; |
| | } |
| | } |
| |
|
| | |
| | html, |
| | body, |
| | #wpcom { |
| | height: 100%; |
| | } |
| |
|
| | body { |
| | margin: 0; |
| | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, |
| | 'Helvetica Neue', sans-serif; |
| | background: var( --dashboard__background-color ); |
| | color: var( --dashboard__text-color ); |
| | line-height: $font-line-height-small; |
| |
|
| | |
| | @media ( -webkit-min-device-pixel-ratio: 1.25 ), ( min-resolution: 120dpi ) { |
| | text-rendering: optimizeLegibility; |
| | -moz-osx-font-smoothing: grayscale; |
| | -webkit-font-smoothing: antialiased; |
| | } |
| | } |
| |
|
| | a { |
| | color: var( --wp-admin-theme-color ); |
| | } |
| |
|
| | #wpcom { |
| | font-size: $font-size-medium; |
| | } |
| |
|