werewolves/style/icon.scss

21 lines
212 B
SCSS
Raw Normal View History

.icon-fit {
2026-02-20 22:37:31 +00:00
// height: 1em;
flex-grow: 1;
flex-shrink: 1;
padding: 1ch;
}
.icon {
width: 32px;
height: 32px;
&:hover {
filter: contrast(120%) brightness(120%);
}
}
.icon-shrink {
flex-shrink: 1;
}