mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 11:36:40 +07:00
delete dialog
This commit is contained in:
parent
21532ba240
commit
cb3fabaf74
9 changed files with 85 additions and 29 deletions
|
@ -10,6 +10,7 @@
|
|||
align-items: center;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
box-shadow: inset rgba(100,100,100, 0.3) 1px 0, inset rgba(0,0,0, 0.1) -1px 0;
|
||||
|
||||
&.primary {
|
||||
background: #3c78db;
|
||||
|
|
|
@ -113,3 +113,21 @@
|
|||
padding-bottom: 48px;
|
||||
box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px;
|
||||
}
|
||||
|
||||
.helper {
|
||||
width: 500px;
|
||||
padding: 10px;
|
||||
font-weight: 200;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
.helper__text {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.helper__buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -19,18 +19,4 @@
|
|||
}
|
||||
|
||||
.router-helper {
|
||||
width: 500px;
|
||||
padding: 10px;
|
||||
font-weight: 200;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.router-helper__text {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.router-helper__buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -101,8 +101,6 @@
|
|||
}
|
||||
|
||||
.stickers-helper {
|
||||
width: 500px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.sticker-preview {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue