mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 14:02:40 +00:00
Sidebar is nearing completion
This commit is contained in:
30
shared/naturalCrit/jsonFileEditor/jsonFileEditor.less
Normal file
30
shared/naturalCrit/jsonFileEditor/jsonFileEditor.less
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
@import (less) "./jsoneditor.css";
|
||||
.jsonFileEditor{
|
||||
position : relative;
|
||||
width : 100%;
|
||||
&.showEditor{
|
||||
.jsonEditor{
|
||||
display : initial;
|
||||
}
|
||||
}
|
||||
|
||||
.jsonEditor{
|
||||
position : absolute;
|
||||
display : none;
|
||||
top : 100%;
|
||||
left : 0px;
|
||||
z-index : 1000;
|
||||
background-color : white;
|
||||
}
|
||||
.name{
|
||||
display : inline-block;
|
||||
font-size : 0.8em;
|
||||
font-weight : 800;
|
||||
}
|
||||
.controls{
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
right : 0px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user