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

_icon.scss « _partial « css « assets - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
}