Move mosquito icon to tiny mosquito

This commit is contained in:
Eli Ribble 2026-03-09 18:04:28 +00:00
parent 15af787950
commit ac98586425
No known key found for this signature in database
2 changed files with 26 additions and 17 deletions

View file

@ -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";