Move mosquito icon to tiny mosquito
This commit is contained in:
parent
15af787950
commit
ac98586425
2 changed files with 26 additions and 17 deletions
|
|
@ -44,6 +44,11 @@ $theme-colors: map-merge(
|
|||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
// Make custom SVG icons about the same size as other icons
|
||||
i.bi svg {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
@import "./bootstrap/scss/bootstrap";
|
||||
|
||||
@import "./sidebar.scss";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue