SR6_Roll20_Sheet/components/_attr-rolls.css

16 lines
249 B
CSS
Raw Permalink Normal View History

2022-09-30 15:15:24 +02:00
.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;
}
}
}
}