Skip to content

Commit

Permalink
feat: update funder guide
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Aug 6, 2019
1 parent 6acc536 commit 09dcaae
Show file tree
Hide file tree
Showing 25 changed files with 317 additions and 156 deletions.
96 changes: 52 additions & 44 deletions app/assets/v2/css/quickstart.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
color: #4a4a4a;
}

.quickstart .dont-show .checkbox_container .filter-label {
display: inline;
}

.quickstart ol,
.quickstart ul {
padding: 0;
Expand Down Expand Up @@ -55,33 +51,7 @@
color: #3d3d46;
list-style-type: none;
line-height: 2.5rem;
}

.steps-list .action-footer {
justify-content: space-between;
}

.action-footer .video-link {
width: 40%;
}

.action-footer .btn {
border-radius: 3px;
background-color: #0c0763;
border-color: #0c0763;
}

.tips-list {
border-left: #d7d7d7 2px solid;
padding-right: 0 !important;
}

.tips-list ul li {
line-height: 2rem !important;
}

.issuetypes-container {
background-color: #fafafa;
font-weight: 600;
}

.issuetypes-container .subheading {
Expand All @@ -92,33 +62,54 @@
}

.issuetypes-container h5 {
font-size: 1.1rem;
margin-top: 1rem;
font-size: 1.2rem;
margin-top: 0.5rem;
flex: 1;
letter-spacing: 0;
}

.issuetypes-container p {
font-size: 0.9rem;
line-height: 0.9rem;
}

.notsuggested-container ol {
padding: 1rem 9rem;
.bounty-tips {
background: #0D0764;
}

.bounty-tips h4 {
color: #fff;
}

.notsuggested-container ol li {
list-style: none;
display: flex;
padding: 1rem 0;
.red-text {
color: #D0021B;
}

.notsuggested-container ol li span {
padding: 0rem 1rem;
.first-bounty {
background: #D6FBEB;
border-radius: 4px;
color: #00A55E;
padding: 5px 10px;
}

.notsuggested-container .orange-text {
color: #ff7200;
.bounty-tips .card {
height: 7.5rem;
}

.bounty-tips .card .title {
margin-top: 1rem;
}

.bounty-activity {
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
}

.bounty-activity .box {
border-bottom: none;
}

#dontshow {
width: 10rem;
}

@media screen and (max-width: 500px) {
Expand All @@ -132,6 +123,23 @@

}

@media (max-width: 767.98px) {
.bounty-tips .card {
height: auto;
}

.steps-list ol li {
line-height: 2rem;
}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
.bounty-tips .card {
height: 9rem;
}
}

.flex-column img {
margin: auto;
}
1 change: 1 addition & 0 deletions app/assets/v2/images/quickstart-icons/acceptance-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/quickstart-icons/access-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/quickstart-icons/awarness-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/assets/v2/images/quickstart-icons/bug-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/assets/v2/images/quickstart-icons/design-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/quickstart-icons/doc-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 09dcaae

Please sign in to comment.