Working on the spells panel, which resulted in a lot of weird structural changes that aren't *really* functional yet
This commit is contained in:
parent
227029ffcd
commit
dfc51a5899
31 changed files with 499 additions and 84 deletions
14
styles/icons.scss
Normal file
14
styles/icons.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
$iconSizes: 12, 16, 20, 24, 28, 32, 36;
|
||||
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon {
|
||||
.icon {
|
||||
|
||||
// The various icon sizes
|
||||
@each $size in $iconSizes {
|
||||
&--#{$size} {
|
||||
height: #{$size}px;
|
||||
width: #{$size}px;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue