20 lines
300 B
Plaintext
20 lines
300 B
Plaintext
.dice-roller-options {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.dice-roller-item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin:5px;
|
|
}
|
|
|
|
.dice-roller-item div {
|
|
flex: 1;
|
|
}
|
|
|
|
.roll-button-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
} |