index.css 152 Bytes
Newer Older
1
2
3
4
5
6
7
8
.RootSvg:before {
  display: block;
  content: ' ';
  background-image: url(./logo.svg);
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}