Skip to content

Commit

Permalink
fix puppet script icon (#341)
Browse files Browse the repository at this point in the history
* use different unicode char for puppet script button

* add icon shadow on hover
  • Loading branch information
dey4ss authored and bdaase committed Jan 31, 2019
1 parent dbf5f8b commit e43cbf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/vms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ h2{
}

.script-doc::before {
content: "\1F5CE";
content: "\1F4CE";
}

.btn-manage {
Expand All @@ -93,6 +93,7 @@ h2{
.btn-manage:hover {
text-decoration: none;
color: black;
filter: drop-shadow(2px 2px 1px $secondary);
}

.filter-box {
Expand Down

0 comments on commit e43cbf2

Please sign in to comment.