Welcome to mirror list, hosted at ThFree Co, Russian Federation.

posts_list.scss « _components « styles « src - github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31edee96cd427e60ea949661a2384b98b68f06a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
  main {
    .svg-icon {
      align-self: center;
      display: inline-flex;

      svg {
        fill: $color-silver;
        height: 1rem;
        width: 1rem;
      }

      &.baseline {
        position: relative;
        top: -0.1rem;
      }
    }
  }
}