0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 21:22:43 +00:00

Added a view source button to the share page

This commit is contained in:
Scott Tolksdorf
2016-01-14 12:29:49 -05:00
parent 16264f78fa
commit c92204d99b
3 changed files with 34 additions and 0 deletions

View File

@@ -90,5 +90,21 @@
font-size : 12px;
}
}
.sourceField{
.animate(background-color);
cursor : pointer;
color : white;
text-decoration : none;
&:hover{
background-color : fade(@teal, 70%);
}
span{
margin-right : 5px;
}
input{
width : 100px;
font-size : 12px;
}
}
}
}