0
0
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:
Scott Tolksdorf
2016-01-12 13:51:52 -05:00
parent df5260ce99
commit a11956e860
2 changed files with 37 additions and 1 deletions

View File

@@ -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;
}
}
}
}