0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 13:32:45 +00:00

Added delete button to the edit page

This commit is contained in:
Scott
2016-02-19 16:11:52 -05:00
parent fd871aa04a
commit 30dab729bb
4 changed files with 37 additions and 11 deletions

View File

@@ -58,6 +58,15 @@
background-color : fade(@green, 70%);
}
}
.deleteButton{
.animate(background-color);
color : white;
text-decoration : none;
cursor: pointer;
&:hover{
background-color : fade(@red, 70%);
}
}
.shareField{
.animate(background-color);
cursor : pointer;