0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 13:02:38 +00:00

Adding new navitems and finishing the edit and share page

This commit is contained in:
Scott Tolksdorf
2016-05-09 16:54:32 -04:00
parent d5b8c60317
commit ed7decb42b
16 changed files with 350 additions and 204 deletions

View File

@@ -1,74 +1,51 @@
.editor{
position : relative;
width : 100%;
//height : 500px;
position : relative;
width : 100%;
.snippetBar{
padding : 5px;
background-color: #ddd;
display: flex;
align-items: center;
display : flex;
padding : 5px;
background-color : #ddd;
align-items : center;
.snippetGroup{
.animate(background-color);
margin : 0px 10px;
padding : 5px;
font-size : 15px;
border-radius : 5px;
&:hover, &.selected{
background-color: #999;
background-color : #999;
}
padding : 5px;
font-size: 15px;
margin: 0px 10px;
.text{
line-height: 20px;
line-height : 20px;
.groupName{
margin-left: 6px;
font-size: 12px;
margin-left : 6px;
font-size : 12px;
}
}
//cursor : pointer;
&:hover{
.dropdown{
visibility: visible;
visibility : visible;
}
}
.dropdown{
position: absolute;
z-index : 1000;
background-color: #ddd;
padding : 5px;
visibility: hidden;
position : absolute;
visibility : hidden;
z-index : 1000;
padding : 5px;
background-color : #ddd;
.snippet{
font-size: 13px;
padding : 10px;
.animate(background-color);
cursor : pointer;
padding : 10px;
cursor : pointer;
font-size : 13px;
&:hover{
background-color: #999;
background-color : #999;
}
}
}
}
}
.codeEditor{
height : 100%;
}