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

Alexander Bilz
14.41.2022 76bec347b4cc5d8d75b8c1d63033f28892b02583
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.category {
  @include themed() {
    border: t('border');
    background-color: t('primary-lighter');
    color: t('primary') !important;
  }
  padding: 4px 6px;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  @include ltr{
    margin: 5px 8px 5px 0;
  }
  @include rtl {
    margin: 5px 0 5px 8px;
  }
}