Added attribute rolls

This commit is contained in:
Sebastian Fischlmayr 2022-09-30 15:15:24 +02:00
parent 395bfa1616
commit 0abccf3f48
Signed by: Maverick
GPG key ID: 6379E413924A4E77
15 changed files with 440 additions and 45 deletions

View 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;
}
}
}
}