fvtt-rolemaster-frp/less/tools/dice-roller.less

25 lines
375 B
Plaintext
Raw Permalink Normal View History

2024-07-26 14:15:51 +02:00
.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;
2024-07-29 09:28:42 +02:00
flex-direction: row;
justify-content: flex-start;
}
.roll-button {
margin-top: 2px;
width: 96px;
max-width: 96px;
2024-07-26 14:15:51 +02:00
}