mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
redux: got rid of dialogs
This commit is contained in:
parent
2f4029bbd8
commit
53e8205643
8 changed files with 61 additions and 282 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue