fix(easel): fix header icons

This commit is contained in:
2026-06-15 11:22:28 +03:00
parent 8012d9b8ed
commit 2dfedfea57
3 changed files with 7 additions and 8 deletions

View File

@@ -12,4 +12,6 @@
.fir {
@extend .fis;
border-radius: 50%;
}
height: 1em;
border: 1px solid gray;
}

View File

@@ -11,11 +11,8 @@
}
}
.icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-size: contain;
.icon-header {
@include font-size($h4-font-size);
}
.app-header {