mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 13:42:38 +00:00
25 lines
386 B
Plaintext
25 lines
386 B
Plaintext
|
|
.editor{
|
|
position : relative;
|
|
width : 100%;
|
|
|
|
.codeEditor{
|
|
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");
|
|
}
|
|
|
|
} |