Get the stats displaying on the character sheet nicely
This commit is contained in:
parent
98af0683c3
commit
354a2d099b
6 changed files with 41 additions and 14 deletions
3
styles/mixins/_foundry.scss
Normal file
3
styles/mixins/_foundry.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@mixin fvtt_reset {
|
||||
all: initial;
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
@use "./mixins/foundry" as *;
|
||||
@use "./vars.scss" as *;
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap');
|
||||
|
|
@ -14,6 +15,16 @@
|
|||
padding: 0;
|
||||
background: $background;
|
||||
}
|
||||
|
||||
button, button:hover {
|
||||
@include fvtt_reset;
|
||||
font-family: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
select, select:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@import "./sheets/partials/stat.scss";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue