mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 18:22:40 +00:00
Adding in a preview and share id to admin
This commit is contained in:
@@ -18,6 +18,35 @@
|
||||
min-width: 100px;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
|
||||
&.preview{
|
||||
position: relative;
|
||||
|
||||
&:hover{
|
||||
.content{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.content{
|
||||
font-family: monospace;
|
||||
text-align: left;
|
||||
padding : 30px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top : 100%;
|
||||
left: 0px;
|
||||
width : 300px;
|
||||
max-height : 500px;
|
||||
background-color: white;
|
||||
z-index : 1000;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user