less styles

This commit is contained in:
Radek Stepan 2018-06-29 11:21:04 -04:00
parent cabeb93d7e
commit 516c2af417
2 changed files with 6 additions and 6 deletions

View File

@ -365,7 +365,7 @@ ul {
} }
} }
#projects { #repos {
border: 1px solid #cdcecf; border: 1px solid #cdcecf;
.border-radius(2px); .border-radius(2px);
@ -387,15 +387,15 @@ ul {
padding: 20px 30px; padding: 20px 30px;
border-bottom: 1px solid #eaecf2; border-bottom: 1px solid #eaecf2;
.project { .repo {
color: inherit; color: inherit;
} }
.project .error { .repo .error {
cursor: help; cursor: help;
} }
a.project { a.repo {
font-weight: bold; font-weight: bold;
} }

View File

@ -65,10 +65,10 @@
} }
} }
#projects { #repos {
table { table {
tr td { tr td {
.project .error { .repo .error {
color: @strong_color; color: @strong_color;
} }