Rename .css to .styles to match the .=compiled pattern
This commit is contained in:
parent
25e3fa1bb8
commit
c0d677cd77
8 changed files with 27 additions and 9 deletions
22
.styles/sheets/partials/skill.css
Normal file
22
.styles/sheets/partials/skill.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.dotdungeon .skill {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
}
|
||||
.dotdungeon .skill-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-bottom: 8px;
|
||||
gap: 4px;
|
||||
}
|
||||
.dotdungeon .skill-group h3 {
|
||||
margin-top: 8px;
|
||||
font-size: 1.2em;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../../styles/sheets/partials/skill.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACC;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA%22,%22file%22:%22skill.css%22%7D */
|
||||
Loading…
Add table
Add a link
Reference in a new issue