summaryrefslogtreecommitdiff
path: root/themes/CodeIT/assets/css/_partial/_icon.scss
blob: 10c7bcb63bc6b0e51acca2e91697c4c3420022ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
svg.icon {
  display: inline-block;
  width: 1.25em;
  height: 1em;
  text-align: center;

  path {
    fill: currentColor;
  }
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}