mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 08:52:38 +00:00
Snippets done
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user