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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user