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
30
.styles/icons.css
Normal file
30
.styles/icons.css
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon .icon--12 {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon .icon--16 {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon .icon--20 {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon .icon--24 {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon .icon--28 {
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
}
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon .icon--32 {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon .icon--36 {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../styles/icons.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAOG;EACC;EACA;;AAFD;EACC;EACA;;AAFD;EACC;EACA;;AAFD;EACC;EACA;;AAFD;EACC;EACA;;AAFD;EACC;EACA;;AAFD;EACC;EACA%22,%22file%22:%22icons.css%22%7D */
|
||||
Loading…
Add table
Add a link
Reference in a new issue