-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hackathon-font-color' of github.com:gitcoinco/web into …
…hackathon-font-color
- Loading branch information
Showing
58 changed files
with
1,437 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Bug report | ||
name: 🐛 Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Discussion | ||
name: ❓Discussion | ||
about: Want to start a discussion? Use this template. | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Feature request | ||
name: ✋ Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: ❤️ Say thank you | ||
about: Tell us how you use nock & support our efforts towards our mission (Grow/Sustain Open Source) | ||
--- | ||
|
||
# ❤️ I'm using Gitcoin | ||
|
||
If you (or your company) are using Gitcoin - please let us know. We'd love to hear from you! | ||
|
||
If you would like to help Gitcoin - any of the following is greatly appreciated. | ||
|
||
- [ ] Give the repository a star ⭐️ | ||
- [ ] Help out with issues | ||
- [ ] Review pull requests | ||
- [ ] Blog about Gitcoin | ||
- [ ] Give talks | ||
- [ ] Do a bounty | ||
- [ ] Support us on [Gitcoin Grants](https://gitcoin.co/grants/86/gitcoin-sustainability-fund) | ||
|
||
Thank you! | ||
The Gitcoin team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1581,3 +1581,7 @@ div.busyOverlay { | |
.g-modal .modal-footer { | ||
border: none; | ||
} | ||
|
||
.inner-tooltip { | ||
pointer-events: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
.line-deco:after { | ||
content: ''; | ||
position: absolute; | ||
top: 4em; | ||
border: 1px solid #F5F6F6; | ||
bottom: 2em; | ||
left: 2.25em; | ||
} | ||
|
||
.list-bounty { | ||
max-height: 100vh; | ||
overflow-y: auto; | ||
padding: 0; | ||
position: relative; | ||
z-index: 1; | ||
background: #fff no-repeat; | ||
background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); | ||
background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); | ||
background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); | ||
background-position: 0 0, 0 100%; | ||
background-size: 100% 14px; | ||
} | ||
|
||
.list-bounty:before, | ||
.list-bounty:after { | ||
content: ""; | ||
position: relative; | ||
z-index: -1; | ||
display: block; | ||
height: 30px; | ||
margin: 0 0 -30px; | ||
background: -webkit-linear-gradient(top, #fff, #fff 30%, rgba(255, 255, 255, 0)); | ||
background: -moz-linear-gradient(top, #fff, #fff 30%, rgba(255, 255, 255, 0)); | ||
background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0)); | ||
} | ||
|
||
.list-bounty:after { | ||
margin: -30px 0 0; | ||
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 70%, #fff); | ||
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 70%, #fff); | ||
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff); | ||
} | ||
|
||
.list-bounty-item + .list-bounty-item { | ||
border-top: 1px solid #dee2e6; | ||
} | ||
|
||
.comment-plan { | ||
color: #666666; | ||
white-space: pre-line; | ||
max-height: 100px; | ||
overflow: hidden; | ||
overflow-y: auto; | ||
background: #F5F6F6; | ||
padding: 1em; | ||
margin-top: 1em; | ||
border-radius: 5px; | ||
} | ||
|
||
.head-number { | ||
text-align: center; | ||
} | ||
.head-number_title { | ||
font-size: 12px; | ||
color: #666666; | ||
letter-spacing: 1.5px; | ||
} | ||
|
||
.head-number_value { | ||
color: var(--gc-purple); | ||
font-weight: 700; | ||
display: block; | ||
font-size: 2rem; | ||
} | ||
|
||
.light-blue { | ||
color: #008EFF; | ||
} | ||
|
||
.list-bounty-item_content { | ||
width: 100%; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.list-bounty-item_logo { | ||
width: 40px; | ||
height: 40px; | ||
} | ||
} | ||
|
||
@media (min-width: 992px) { | ||
.list-bounty-item_content { | ||
width: 75%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.