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: c260504fb7708c092191f191b566494c4c17559f (plain)
1
2
3
4
5
6
7
8
9
10
svg.icon {
  display: inline-block;
  width: 1.25em;
  height: 1em;
  text-align: center;

  path {
    fill: currentColor;
  }
}