Initial commit
This commit is contained in:
35
app/plugins/initiativetracker/css/initiative.css
Normal file
35
app/plugins/initiativetracker/css/initiative.css
Normal file
@ -0,0 +1,35 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user