issue title + pr link styles

This commit is contained in:
Martin Klepsch 2018-04-23 16:54:34 +02:00 committed by Tetiana Churikova
parent 520efdad58
commit 3c639b112d
2 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@
[:a {:href (bnt/issue-url bounty)}
[:div.cf
[:div.fl.w-80
[:span.db.f4.muted-blue.hover-black issue-title]
[:span.pg-med.fw5.db.f4.muted-blue.hover-black issue-title]
#_[:div.mt2
[:span.f5.gray.pg-book (str owner "/" repo-name " #" issue-number)]]]
[:div.fl.w-20.tr
@ -127,7 +127,7 @@
[:span "Received payout"]
[:span "No payout"]))]
[:div.muted-blue "Submitted a claim via "
[:a {:href (pr-url claim)}
[:a.sob-blue {:href (pr-url claim)}
(str (:repo_owner claim) "/" (:repo_name claim) " PR #" (:pr_number claim))]]
;; We render the button twice for difference screen sizes, first button is for small screens:
;; 1) db + dn-ns: `display: block` + `display: none` for not-small screens

View File

@ -15,12 +15,12 @@
.hover-muted-blue:hover, .hover-muted-blue:focus { color: #42505c; }
.hover-bg-muted-blue:hover, .hover-bg-muted-blue:focus { background-color: #42505c; }
.sob-blue { color: #5babed; }
.bg-sob-blue { background-color: #5babed; }
.sob-blue { color: #57a7ed; }
.bg-sob-blue { background-color: #57a7ed; }
.bg-sob-blue-o-20 { background-color: rgba(87, 167, 237, 0.2); }
.b--sob-blue { border-color: #5babed; }
.hover-sob-blue:hover, .hover-sob-blue:focus { color: #5babed; }
.hover-bg-sob-blue:hover, .hover-bg-sob-blue:focus { background-color: #5babed; }
.b--sob-blue { border-color: #57a7ed; }
.hover-sob-blue:hover, .hover-sob-blue:focus { color: #57a7ed; }
.hover-bg-sob-blue:hover, .hover-bg-sob-blue:focus { background-color: #57a7ed; }
.sob-sky { color: #f2f5f8; }
.bg-sob-sky { background-color: #f2f5f8; }