SR6_Roll20_Sheet/components/_attr-rolls.css
2022-09-30 15:15:24 +02:00

16 lines
No EOL
249 B
CSS

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