wip
This commit is contained in:
parent
2b81ff1fb3
commit
cc85486414
28 changed files with 207 additions and 97 deletions
22
app/templates/controlArea/controlArea.css
Normal file
22
app/templates/controlArea/controlArea.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
.controlArea {
|
||||
border-right: 1px solid #d7d7db;
|
||||
}
|
||||
|
||||
.controlArea > ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.controlArea > ul > li {
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
@media (max-device-width: 720px), (max-width: 720px) {
|
||||
.controlArea > ul {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue