react-code-dataset / wp-calypso /client /a8c-for-agencies /components /a4a-table-placeholder /style.scss
| .a4a-table-placeholder { | |
| display: flex; | |
| flex-direction: column; | |
| .a4a-text-placeholder { | |
| margin: 0; | |
| } | |
| .a4a-table-placeholder__header { | |
| padding: 16px 0; | |
| } | |
| .a4a-table-placeholder__row { | |
| display: flex; | |
| flex-direction: row; | |
| width: 100%; | |
| gap: 8px; | |
| margin-block-end: 16px; | |
| } | |
| .a4a-table-placeholder__row .a4a-text-placeholder:first-child { | |
| width: 24px; | |
| } | |
| .a4a-table-placeholder__row .a4a-text-placeholder:last-child { | |
| width: calc(100% - 24px); | |
| } | |
| } | |