logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

with_load_more.scss (225B)


  1. .with-load-more {
  2. &-footer {
  3. padding: 10px;
  4. text-align: center;
  5. border-top: 1px solid;
  6. border-top-color: var(--border);
  7. .error {
  8. font-size: 1rem;
  9. }
  10. a {
  11. cursor: pointer;
  12. }
  13. }
  14. }