0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Add basic Notification Lookup functionality

This commit is contained in:
G.Ambatte
2023-01-04 23:32:35 +13:00
parent 35b4c354f2
commit a499bb3a54
3 changed files with 115 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
.notificationLookup{
input{
height : 33px;
margin-bottom : 20px;
padding : 0px 10px;
font-family : monospace;
}
button{
vertical-align : middle;
height : 37px;
}
dl{
@maxItemWidth : 132px;
dt{
float : left;
clear : left;
width : @maxItemWidth;
text-align : right;
&::after {
content: " : ";
}
}
dd{
height : 1em;
margin-left : @maxItemWidth + 6px;
padding : 0 0 0.5em 0;
}
}
}