Finish implementing the Add Spell button

This commit is contained in:
Oliver-Akins 2024-01-09 22:24:22 -07:00
parent 1f26bbae1b
commit e5bd1e8338
5 changed files with 32 additions and 5 deletions

View file

@ -10,6 +10,10 @@
border-radius: 4px;
transition: 400ms;
padding: 4px 8px;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 4px;
&.confirm {
background: $colour-confirm;

View file

@ -2,6 +2,9 @@ $iconSizes: 12, 14, 16, 18, 20, 22, 24;
.dotdungeon.dotdungeon.dotdungeon.dotdungeon {
.icon {
display: inline-flex;
justify-content: center;
align-items: center;
// The various icon sizes
@each $size in $iconSizes {