0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 18:42:40 +00:00

Initial pass at sorting User brews

This commit is contained in:
G.Ambatte
2021-07-26 20:52:23 +12:00
parent 3948e17da2
commit 495a68893d
2 changed files with 157 additions and 2 deletions

View File

@@ -30,4 +30,31 @@
}
}
.sort-container{
font-family : 'Open Sans', sans-serif;
position : fixed;
top : 35px;
border : 2px solid #58180D;
width : 675px;
background-color : #EEE5CE;
padding : 2px;
text-align : center;
z-index : 15;
h6{
text-transform : uppercase;
font-family : 'Open Sans', sans-serif;
font-size : 11px;
font-weight : bold;
color : #58180D;
}
button{
background-color : #58180D;
border : 5px double white;
width : 75px;
}
table{
margin-top : 1px;
margin-bottom : 0;
}
}
}