add top border in the first item in bounties, and adjust above info
This commit is contained in:
parent
22a7939363
commit
65a357dcd9
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue