inline svg

This commit is contained in:
Nazar Kanaev
2020-07-20 21:48:18 +01:00
parent 98ba266921
commit 3ba13bbbcb
5 changed files with 40 additions and 32 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="inherit" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle"><circle cx="12" cy="12" r="10"></circle></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle"><circle cx="12" cy="12" r="10"></circle></svg>

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 267 B

View File

@@ -44,6 +44,13 @@ select.form-control:not([multiple]):not([size]) {
margin-right: 7px;
}
.nav-icon svg, .tab-icon svg {
width: 100%;
height: auto;
vertical-align: baseline;
display: block;
}
.tab-icon {
width: 1rem;
height: 1rem;