mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 03:28:38 +00:00
35 lines
749 B
Plaintext
35 lines
749 B
Plaintext
@import '@sharedStyles/core.less';
|
|
|
|
:where(.editor) {
|
|
position : relative;
|
|
width : 100%;
|
|
height : 100%;
|
|
container : editor / inline-size;
|
|
background : white;
|
|
|
|
.brewJump {
|
|
position : absolute;
|
|
right : 20px;
|
|
bottom : 20px;
|
|
z-index : 1000000;
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content : center;
|
|
width : 30px;
|
|
height : 30px;
|
|
cursor : pointer;
|
|
background-color : @teal;
|
|
.tooltipLeft('Jump to brew page');
|
|
}
|
|
|
|
.editorToolbar {
|
|
position : absolute;
|
|
top : 5px;
|
|
left : 50%;
|
|
z-index : 9;
|
|
font-size : 13px;
|
|
color : black;
|
|
span { padding : 2px 5px; }
|
|
}
|
|
|
|
} |