Commit 111fecc6 authored by Phil Hughes's avatar Phil Hughes

Reverted project avatar radius

Fixed spacing in missing links
parent 509c2ca3
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
&.s24 { margin-right: 4px; } &.s24 { margin-right: 4px; }
} }
&.group-avatar, &.avatar-tile { &.group-avatar, &.project-avatar, &.avatar-tile {
@include border-radius(0); @include border-radius(0);
} }
......
...@@ -75,6 +75,10 @@ ...@@ -75,6 +75,10 @@
float: none; float: none;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
&.identicon {
border-radius: 50%;
}
} }
.project-title { .project-title {
...@@ -402,6 +406,8 @@ a.deploy-project-label { ...@@ -402,6 +406,8 @@ a.deploy-project-label {
border-radius: $border-radius-default; border-radius: $border-radius-default;
a { a {
padding-left: 10px;
padding-right: 10px;
color: $notes-light-color; color: $notes-light-color;
display: block; display: block;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment