35 lines
557 B
CSS
35 lines
557 B
CSS
.initiative-container {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.character-form {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.list-controls {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.round-footer {
|
|
padding-right: 15px;
|
|
padding-bottom: 20px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.list-controls-center,.list-controls,.character-form {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.list-controls-last {
|
|
display: flex;
|
|
justify-content: right;
|
|
align-items: right;
|
|
}
|
|
|
|
.list-controls-first {
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: left;
|
|
} |