diff --git a/app/styles/app.scss b/app/styles/app.scss index 7b7eb1e..e203537 100755 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -1,34 +1,6 @@ @charset "utf-8"; @import 'loading-cube'; -/* Navbar */ -.navbar { - .navbar-toggler { - font-size: 16px; - border: none; - outline: 0; - } - - .dropdown-item { - width: auto; - } -} - -.help-wanted-links { - padding: 20px; - - @media screen and (max-width: 768px) { - .es-button { - width: auto; - } - } -} - -.github-issue-link { - border-bottom: solid 2px; - margin-right: 8px; -} - .github-issue-table { border-collapse: collapse; margin-top: 3px; @@ -40,8 +12,6 @@ } thead th { - font-size: 1.2em; - font-weight: 400; text-align: left; } @@ -49,17 +19,12 @@ width: 15vw; } - tbody td:nth-child(1) { - font-weight: 200; - } - tbody tr { background-color: #fefefe; border-top: 1px solid #e1e4e8; - font-weight: 500; &:hover { - background-color: #d25f461f; + background-color: #F4F6F8; } } tbody tr:last-child { @@ -111,15 +76,6 @@ .prose { height: 100%; - background: url('../images/ember-bkg.svg'); - - .herounit { - display: flex; - flex-direction: column; - justify-content: space-evenly; - align-items: center; - height: 40vh; - } .searchbox { outline: 0; @@ -129,80 +85,18 @@ border-radius: 5px; border: thin solid lightgray; } - - .section { - background-color: white; - padding: 30px 0 30px; - - .container { - width: auto; - } - - p { - font-size: 16px; - line-height: 25px; - } - } -} - -.footer { - .container { - width: auto; - } - - .footer-tagline { - padding: 0 !important; - } -} - -.search-box { - margin: 20px; } .total-issues { margin-left: 20px; margin-bottom: 5px; - font-size: 80%; - display: inline-block; } -//temporary fix for mobile menu - remove this when ember-styleguide navbar is used. -.mobile-menu__tray a { - border-bottom: 1px solid lightgray; - display: block; - padding: 1em 0.5em; - text-align:center; -} // tile .tile { - min-height: 150px; - border-radius: 5px; - margin: 10px; - padding-top: 10px; - padding-bottom: 10px; box-shadow: 0 6px 16px 0 lightgray; } -.linkbutton { - position: absolute; - padding-bottom: 10px; - bottom: 0; -} - -/* Should Remove when adding support for Bootstrap 4*/ -.d-flex { - display: flex; -} - -.flex-column { - flex-direction: column; -} - -.es-header { - .container { - width: auto; - } -} //Table display for mobile view @media only screen and (max-width: 900px) { thead { diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 044ec0a..f61b6cd 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -1,6 +1,5 @@ -{{#es-header}} - {{#es-navbar }} - {{/es-navbar}} -{{/es-header}} + {{outlet}} + + \ No newline at end of file diff --git a/app/templates/index.hbs b/app/templates/index.hbs index 69713f7..aa26084 100644 --- a/app/templates/index.hbs +++ b/app/templates/index.hbs @@ -1,29 +1,33 @@
-
- Image - +
+
+ Image + +
-
-
+
+
{{#es-heading}} Repositories with help-wanted issues {{/es-heading}}
- {{#each this.model as | repo |}} -
-
{{repo.displayName}}

-
Forks: {{#if (not repo.forks)}} No forks {{else}} {{repo.forks}} {{/if}}
- -
- {{/each}} +
    + {{#each this.model as | repo |}} + +
    {{repo.displayName}}
    +
    Forks: {{#if (not repo.forks)}} No forks {{else}} {{repo.forks}} {{/if}}
    + +
    + {{/each}} +
@@ -65,6 +69,4 @@
-
- - \ No newline at end of file +
\ No newline at end of file diff --git a/app/templates/issues.hbs b/app/templates/issues.hbs index c1c87cb..8b04438 100644 --- a/app/templates/issues.hbs +++ b/app/templates/issues.hbs @@ -1,44 +1,46 @@ -