_post-navigation-link.scss 235 B

12345678910111213141516
  1. .wp-block-post-navigation-link {
  2. flex-grow: 1;
  3. &:not(:empty){
  4. border-top: 1px solid var(--wp--custom--color--primary);
  5. }
  6. a {
  7. display: inline-block;
  8. margin-top: 10px;
  9. }
  10. }
  11. .post-navigation-link-next {
  12. text-align: right;
  13. }