Skip to content

Commit

Permalink
chore(err): add @nrwl/schematics error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonet committed Aug 9, 2018
1 parent 5bc7bcf commit dac9b89
Show file tree
Hide file tree
Showing 49 changed files with 1,331 additions and 2,906 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
137 changes: 137 additions & 0 deletions apps/code4good/src/c4g.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
}

nav .logo {
width: 180px;
}

header.masthead {
position: relative;
background-color: #f15a61;
/*
background: url("../img/bg-masthead.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 6rem;
padding-bottom: 6rem;
*/
}

header.masthead {
font-size: 1.3em;
}
header.masthead .fas {
margin-right: 1em;
}

header.masthead h1 {
font-size: 2rem;
}

header.masthead a {
color: #fff;
}
header.masthead a:hover {
color: #4ecfe5;
}

@media (min-width: 768px) {
header.masthead {
padding-top: 6em;
padding-bottom: 6rem;
}
header.masthead h1 {
font-size: 3rem;
}
}

.showcase .showcase-text {
padding: 1rem;
padding-bottom: 0.6rem;
}

@media (min-width: 768px) {
.showcase .showcase-text {
padding: 2.5rem;
padding-bottom: 1.5rem;
}
}
.showcase h2 {
color: #f15a61;
}

.features-icons {
padding-top: 3rem;
padding-bottom: 3rem;
}

.features-icons .features-icons-item {
max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
color: #4ecfe5;
font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
font-size: 5rem;
}

.testimonials {
padding-top: 7rem;
padding-bottom: 7rem;
}

.testimonials .testimonial-item {
max-width: 18.5rem;
}

.testimonials .testimonial-item img {
max-width: 9rem;
box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem;
}

.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}

footer.footer {
padding-top: 4rem;
padding-bottom: 4rem;
}

.lead li, .lead.rem1 {
font-size: 1rem;
font-weight: 300;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/styles.scss → apps/code4good/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ h2 {
.full-width {
width: 100%;
}

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
69 changes: 0 additions & 69 deletions docs/3rdpartylicenses.txt

This file was deleted.

15 changes: 0 additions & 15 deletions docs/404.html

This file was deleted.

15 changes: 0 additions & 15 deletions docs/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.e73adf90b748cd71ecae.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/polyfills.7a0e6866a34e280f48e7.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/runtime.a66f828dca56eeb90e02.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/styles.5f5efc27a8843a644cea.css

This file was deleted.

Loading

0 comments on commit dac9b89

Please sign in to comment.