aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/svg.css
blob: b63445eb4e20fe339625b5fe34fe8c185f08980f (plain)
1
2
3
4
5
6
7
8
9
.svg {
  display: inline-block;
  vertical-align: text-top;
  fill: currentcolor;
}

.middle .svg {
  vertical-align: middle;
}