Skip to content

Commit

Permalink
update dribbble
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedalipoor committed Feb 1, 2015
1 parent 8360a04 commit 46d298b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/icono.css
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
margin: 6px;
margin: 4px;
}
.icono-dribbble:after,
.icono-dribbble:before {
Expand Down
2 changes: 1 addition & 1 deletion dist/icono.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/icons/socials.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
background-repeat: no-repeat;
background-position: -@8 center;
.transform(rotate(-25deg));
margin: @6;
margin: @4;
&:after, &:before{
position: absolute;
border-radius: 50%;
Expand Down
2 changes: 1 addition & 1 deletion sass/icons/socials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
background-repeat: no-repeat;
background-position: -$U8 center;
@include transform(rotate(-25deg));
margin: $U6;
margin: $U4;
&:after, &:before{
position: absolute;
@include border-radius(50%);
Expand Down

0 comments on commit 46d298b

Please sign in to comment.