27 lines
399 B
CSS
27 lines
399 B
CSS
.die-btn {
|
|
margin-top: 10px;
|
|
margin-bottom: 30px;
|
|
width: 145px;
|
|
}
|
|
|
|
.input-number {
|
|
width: 185px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.center-inputs {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.roll-result-well {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.round-footer {
|
|
padding-right: 15px;
|
|
padding-bottom: 40px;
|
|
padding-left: 15px;
|
|
} |