Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Merge branch 'pr/348'
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszewski committed Apr 2, 2016
2 parents 38eafc0 + 3e91b1c commit 6b40d1e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions app/less/archetype.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@
margin-left: 0;
}

.icon {
color: #ddd;
padding: 2px;
font-size: 16px;
&:hover {
color: #333;
}
&.icon-delete:hover {
color: #b94a48;
}
}

.fieldsetIcon {
float: left;
padding: 0 4px 0 0;
Expand Down Expand Up @@ -163,6 +151,19 @@
position: absolute;
right: 15px;
top: 0;

.icon {
color: #ddd;
padding: 2px;
font-size: 16px;
&:hover {
color: #333;
}
&.icon-delete:hover {
color: #b94a48;
}
}

}

&:hover {
Expand Down

0 comments on commit 6b40d1e

Please sign in to comment.