16 lines
205 B
CSS
16 lines
205 B
CSS
body, html, div {
|
|
background: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.container {
|
|
background: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.containerLeft {
|
|
width: 500px;
|
|
}
|
|
.action-list{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|