react-code-dataset
/
wp-calypso
/client
/performance-profiler
/components
/disclaimer-section
/style.scss
| .performance-profiler-disclaimer { | |
| display: flex; | |
| padding: 64px 0; | |
| justify-content: space-between; | |
| align-items: flex-end; | |
| gap: 10px; | |
| flex-wrap: wrap; | |
| color: var(--studio-gray-70); | |
| font-size: $font-body-extra-small; | |
| line-height: $font-title-small; | |
| .content { | |
| max-width: 600px; | |
| } | |
| .link { | |
| flex-shrink: 0; | |
| text-align: right; | |
| &:hover { | |
| text-decoration: underline; | |
| } | |
| a, | |
| a:visited { | |
| color: var(--studio-gray-70); | |
| } | |
| } | |
| } | |