Skip to content
Snippets Groups Projects
Commit dfc0748e authored by Rafael Caferati's avatar Rafael Caferati
Browse files

fixed side-nav icons alignment

parent ff61f2c3
No related branches found
No related tags found
No related merge requests found
...@@ -860,7 +860,7 @@ a.github-fork { ...@@ -860,7 +860,7 @@ a.github-fork {
width: 26px; width: 26px;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
margin-right: 0px; margin-left: 0 -1px 0 1px;
} }
a { a {
position: relative; position: relative;
...@@ -1306,6 +1306,9 @@ a.github-fork { ...@@ -1306,6 +1306,9 @@ a.github-fork {
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
} }
} }
.icon-cancel-circled:before{
margin-left: 1px;
}
} }
i { i {
color: rgba(255, 255, 255, 0.35); color: rgba(255, 255, 255, 0.35);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment