0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 11:22:40 +00:00

Code to brew page jumping working

This commit is contained in:
Scott Tolksdorf
2017-01-17 23:32:34 -05:00
parent 6544d63b23
commit 5e04e5dc99
2 changed files with 30 additions and 0 deletions

View File

@@ -7,5 +7,19 @@
height : 100%;
}
.brewJump{
position: absolute;
background-color: @teal;
cursor: pointer;
width : 30px;
height : 30px;
display : flex;
align-items : center;
bottom : 20px;
right : 20px;
z-index: 1000000;
justify-content:center;
.tooltipLeft("Jump to brew page");
}
}