0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

Updated font awesome and sketching out the snippet bar

This commit is contained in:
Scott Tolksdorf
2016-05-05 10:03:51 -04:00
parent f38f76b7c4
commit c418ea5b42
3 changed files with 61 additions and 7 deletions

View File

@@ -42,8 +42,27 @@
.snippetBar{
background-color: #bbb;
padding : 5px;
background-color: #ddd;
display: flex;
align-items: center;
//justify-content: center;
.snippetGroup{
.animate(background-color);
border-radius : 5px;
&:hover, &.selected{
background-color: #999;
}
padding : 5px;
font-size: 20px;
margin: 0px 10px;
//cursor : pointer;
}
}