redux: got rid of dialogs

This commit is contained in:
muerwre 2018-11-26 18:10:05 +07:00
parent 2f4029bbd8
commit 53e8205643
8 changed files with 61 additions and 282 deletions

View file

@ -135,21 +135,21 @@
}
#control-dialog {
background: #222222;
background: rgba(30, 30, 30, 0.95);
position: absolute;
right: 10px;
bottom: 12px;
bottom: 68px;
border-radius: 3px;
z-index: 3;
color: white;
box-sizing: border-box;
padding-bottom: 48px;
// padding-bottom: 48px;
box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px;
}
.helper {
width: 500px;
padding: 10px;
// width: 500px;
padding: 12px;
font-weight: 200;
font-size: 14px;
display: flex;
@ -163,6 +163,10 @@
.helper__buttons {
display: flex;
align-items: center;
.button {
margin-left: 10px;
}
}
.logo-helper {