0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Minor style fixes

no ref
- fix .featured/.unfeatured padding
- fix settings cog padding
This commit is contained in:
Fabian Becker 2014-09-24 20:22:28 +00:00
parent 4756fab14d
commit b15027327b
2 changed files with 2 additions and 3 deletions

View file

@ -190,13 +190,13 @@
@include icon($i-unfeatured, 14px);
vertical-align: -6%;
margin: 0 7px 0 -5px;
padding: 5px;
padding: 3px;
}
.featured {
@include icon($i-featured, 14px);
vertical-align: -6%;
margin: 0 7px 0 -5px;
padding: 5px;
padding: 3px;
}
.normal {

View file

@ -706,7 +706,6 @@ body.zen {
color: $midgrey;
transition: all 0.15s ease-out 0s;
position: relative;
top: 1px;
&:hover,
&.active {