Initialization
This commit is contained in:
commit
3458f39973
28 changed files with 6780 additions and 0 deletions
36
components/_abilityBox.css
Normal file
36
components/_abilityBox.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
.abilityBox {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, auto);
|
||||
grid-auto-flow: row;
|
||||
justify-content: start;
|
||||
gap: 0.7em 4px;
|
||||
align-items: center;
|
||||
height: fit-content;
|
||||
width: 100%;
|
||||
|
||||
> {
|
||||
* {
|
||||
grid-column: span 1;
|
||||
}
|
||||
|
||||
span {
|
||||
color: #aaaaee;
|
||||
font-size: 13pt;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #aaaaee;
|
||||
font-size: 10pt;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 0px;
|
||||
|
||||
&.abilityLabel {
|
||||
margin-bottom: -0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue