Add the primitive dropdown styling for the skills
This commit is contained in:
parent
31b2ccedc8
commit
6381b51990
14 changed files with 179 additions and 67 deletions
22
styles/sheets/partials/skill.scss
Normal file
22
styles/sheets/partials/skill.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.dotdungeon .skill {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
|
||||
&-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-bottom: 8px;
|
||||
gap: 4px;
|
||||
|
||||
h3 {
|
||||
margin-top: 8px;
|
||||
font-size: 1.2em;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue