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

Prune unnecessary styles

This commit is contained in:
G.Ambatte
2022-06-04 18:40:05 +12:00
parent ee3c521094
commit ae6ad1eaff

View File

@@ -46,30 +46,6 @@
color : black;
}
}
&.toTop{
.tooltipLeft('Back to Top');
font-size : 0.75em;
color : grey;
&.active{
color : black;
}
}
&.toBrew{
.tooltipLeft('Match Brew to Source');
font-size : 0.75em;
color : grey;
&.active{
color : black;
}
}
&.fromBrew{
.tooltipLeft('Match Source to Brew');
font-size : 0.75em;
color : grey;
&.active{
color : black;
}
}
&.divider {
background: linear-gradient(#000, #000) no-repeat center/1px 100%;
width: 5px;