0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 17:52:47 +00:00

Initial functionality pass

This commit is contained in:
G.Ambatte
2023-03-14 23:01:29 +13:00
parent 4ec0107348
commit ccf44cbe91
3 changed files with 102 additions and 0 deletions

View File

@@ -163,6 +163,35 @@
}
}
}
.metadata.navItem {
position : relative;
.dropdown{
position : absolute;
top : 28px;
left : 0px;
z-index : 10000;
width : 350px;
max-height : ~"calc(100vh - 28px)";
background-color : #333;
h4{
display : block;
box-sizing : border-box;
padding : 5px 0px;
font-size : 0.8em;
color : #bbb;
text-align : center;
border : 1px solid #888;
border-left : 0px;
border-right : 0px;
}
p{
font-family : 'Open Sans', sans-serif;
font-size : 12px;
font-weight : normal;
text-transform : initial;
}
}
}
.warning.navItem{
position : relative;
background-color : @orange;