16 lines
No EOL
249 B
CSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |