BigW Consortium Gitlab

Add border radius and shadow to project avatar on project home page

parent 29970204
......@@ -38,6 +38,11 @@
font-size: 45px;
line-height: 1.6;
}
.avatar, .identicon {
@include border-radius(4px);
box-shadow: 0 1px 2px #ddd;
}
}
.project-home-dropdown {
......
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