File: icons-base.less

package info (click to toggle)
icinga-php-library 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 21,152 kB
  • sloc: php: 48,616; javascript: 9,318; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
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;
  }
}