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

Commit 6b40d1e

Browse files
author
kgiszewski
committed
Merge branch 'pr/348'
2 parents 38eafc0 + 3e91b1c commit 6b40d1e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

app/less/archetype.less

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@
3333
margin-left: 0;
3434
}
3535

36-
.icon {
37-
color: #ddd;
38-
padding: 2px;
39-
font-size: 16px;
40-
&:hover {
41-
color: #333;
42-
}
43-
&.icon-delete:hover {
44-
color: #b94a48;
45-
}
46-
}
47-
4836
.fieldsetIcon {
4937
float: left;
5038
padding: 0 4px 0 0;
@@ -163,6 +151,19 @@
163151
position: absolute;
164152
right: 15px;
165153
top: 0;
154+
155+
.icon {
156+
color: #ddd;
157+
padding: 2px;
158+
font-size: 16px;
159+
&:hover {
160+
color: #333;
161+
}
162+
&.icon-delete:hover {
163+
color: #b94a48;
164+
}
165+
}
166+
166167
}
167168

168169
&:hover {

0 commit comments

Comments
 (0)