0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 04:02:38 +00:00

Added a hybrid navitem for both recently edited and viewed brews

This commit is contained in:
Scott Tolksdorf
2016-07-07 09:43:24 -04:00
parent 3ff736b440
commit 073b547f96
6 changed files with 77 additions and 4 deletions

View File

@@ -62,6 +62,18 @@
left : 0px;
z-index : 10000;
width : 100%;
h4{
display : block;
box-sizing : border-box;
padding : 5px 0px;
background-color : #333;
font-size : 0.8em;
color : #bbb;
text-align : center;
border-top : 1px solid #888;
&:nth-of-type(1){ background-color: darken(@teal, 20%); }
&:nth-of-type(2){ background-color: darken(@purple, 30%); }
}
.item{
.animate(background-color);
position : relative;