summaryrefslogtreecommitdiff
path: root/themes/LoveIt/assets/css/_partial/_icon.scss
blob: f42d2e6139c19964ea2f1b572f278144f8f54095 (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 .05em 0 .1em;
  vertical-align: -.1em;
}