mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
TitleDialog: title dialog proto
This commit is contained in:
parent
9d093699dd
commit
ea08ab8a5e
5 changed files with 76 additions and 54 deletions
|
@ -615,3 +615,32 @@
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.title-dialog {
|
||||
position: fixed;
|
||||
left: 10px;
|
||||
bottom: 68px;
|
||||
width: 340px;
|
||||
z-index: 2;
|
||||
opacity: 0.5;
|
||||
transition: opacity 500ms;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.title-dialog-pane {
|
||||
padding: 10px;
|
||||
background: #111111;
|
||||
color: fade(white, 50%);
|
||||
font-size: 13px;
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
padding: 0 5px 0 0;
|
||||
font-weight: 400;
|
||||
font-size: 1.6em;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue