0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 08:52:38 +00:00

Snippets done

This commit is contained in:
Scott Tolksdorf
2016-05-10 22:29:00 -04:00
parent c9bfd08bb3
commit 6f6f5649d4
7 changed files with 171 additions and 209 deletions

View File

@@ -9,9 +9,9 @@
align-items : center;
.snippetGroup{
.animate(background-color);
margin : 0px 10px;
padding : 5px;
font-size : 15px;
margin : 0px 8px;
padding : 3px;
font-size : 13px;
border-radius : 5px;
&:hover, &.selected{
background-color : #999;
@@ -20,7 +20,7 @@
line-height : 20px;
.groupName{
margin-left : 6px;
font-size : 12px;
font-size : 10px;
}
}
&:hover{
@@ -39,6 +39,11 @@
padding : 10px;
cursor : pointer;
font-size : 13px;
//font-weight: 800;
//text-transform: uppercase;
i{
margin-right: 8px;
}
&:hover{
background-color : #999;
}