| main.activity-log-v2 { | |
| &:not(.wordpressdotcom) { | |
| .activity-log-v2__header { | |
| margin-top: 32px; | |
| } | |
| .activity-log-v2__content { | |
| margin-top: 32px; | |
| margin-bottom: 32px; | |
| } | |
| } | |
| .filterbar { | |
| margin-left: 0; | |
| margin-right: 0; | |
| } | |
| .activity-card-list__date-group-date { | |
| @include breakpoint-deprecated( "<660px" ) { | |
| font-size: $font-title-small; | |
| } | |
| } | |
| .activity-card-list__date-group-content { | |
| .activity-card:last-child { | |
| @include breakpoint-deprecated( "<660px" ) { | |
| margin-bottom: 48px; | |
| } | |
| } | |
| } | |
| } | |
| .activity-log-v2__header { | |
| display: flex; | |
| margin-bottom: 32px; | |
| } | |
| .activity-log-v2__header-left { | |
| text-align: left; | |
| flex-grow: 1; | |
| } | |
| .activity-log-v2__header-right { | |
| text-align: right; | |
| margin-top: 8px; | |
| } | |
| .activity-log-v2__header-title { | |
| font-size: $font-title-large; | |
| font-weight: 600; | |
| margin-bottom: 8px; | |
| } | |
| .activity-log-v2__clone-button .components-tooltip .components-popover__content { | |
| background-color: #50575e; | |
| width: 168px; | |
| white-space: normal; | |
| text-align: left; | |
| } | |
| .activity-log-v2__clone-button { | |
| white-space: nowrap; | |
| } | |