add top border in the first item in bounties, and adjust above info

This commit is contained in:
pablodip 2018-02-07 21:06:58 +01:00
parent 22a7939363
commit 65a357dcd9
1 changed files with 6 additions and 2 deletions

View File

@ -675,7 +675,7 @@
font-weight: 500;
line-height: 1.0;
color: #8d99a4;
padding: 8px 12px;
padding: 16px 12px 0;
display: flex;
align-items: center;
}
@ -717,6 +717,10 @@
}
}
.open-bounty-item:first-child {
border-top: #eaecee 1px solid !important;
}
.open-bounty-item {
background-color: #fff;
display: flex;
@ -1277,7 +1281,7 @@ body {
font-family: "PostGrotesk-Book";
font-size: 15px;
color: #8d99a4;
padding: 12px 0;
padding-top: 20px;
}