summaryrefslogtreecommitdiffstats
path: root/asset/css/icons-base.less
blob: 1d8e871781f45a7f58b634015cdad828c2e5b7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
i.icon {
  vertical-align: middle; // Firefox will place icons weird otherwise
  display: inline-block;

  font-style: normal;
  line-height: 1;

  &::before {
    display: block;
    min-width: 1em;
    margin-right: .2em;

    text-align: center;
    text-decoration: inherit;
  }
}