Added attribute rolls
This commit is contained in:
parent
395bfa1616
commit
0abccf3f48
15 changed files with 440 additions and 45 deletions
16
components/_attr-rolls.css
Normal file
16
components/_attr-rolls.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
.attr-rolls {
|
||||
width: 100%;
|
||||
|
||||
> .attr-rolls-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, auto);
|
||||
grid-gap: 4px;
|
||||
> {
|
||||
p {
|
||||
color: #aaaaee;
|
||||
font-size: 10pt;
|
||||
margin-right: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue