mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
20.58.2022 e17be94391c5a232ac543f371b35ca6585786f36
feat: move info to post-meta and improve styles
1 files deleted
1 files modified
61 ■■■■ changed files
assets/scss/partials/components/_info.scss 27 ●●●●● patch | view | raw | blame | history
assets/scss/partials/components/_post.scss 34 ●●●●● patch | view | raw | blame | history
assets/scss/partials/components/_info.scss
File was deleted
assets/scss/partials/components/_post.scss
@@ -5,8 +5,38 @@
    background-color: t('accent');
  }
  &__more {
    font-size: 1.4rem;
  &__meta {
    display: flex;
    list-style: none;
    padding: 0;
    &-item {
      &:not(:last-child) {
        margin-right: 1.25rem;
      }
    }
    &-icon {
      @include ltr {
        margin-right: 2px;
      }
      @include rtl {
        margin-left: 2px;
      }
    }
    &-text {
      &:not(:last-child) {
        @include ltr {
          margin-right: 4px;
        }
        @include rtl {
          margin-left: 4px;
        }
      }
    }
  }
  &__thumbnail {