diff --git a/ConfJuvApp/scss/_footer.scss b/ConfJuvApp/scss/_footer.scss new file mode 100644 index 0000000..4548fc0 --- /dev/null +++ b/ConfJuvApp/scss/_footer.scss @@ -0,0 +1,19 @@ +#footer-3confjuv { + + padding-top: 200px; + + p { + color: $white; + } + + .brasilgov { + display: inline-block; + margint-top: 15px; + width: 153px; + height: 48px; + background: transparent url(../img/brasil.png?1) center center no-repeat; + background-size: 153px 48px; + } + +} + diff --git a/ConfJuvApp/scss/ionic.app.scss b/ConfJuvApp/scss/ionic.app.scss index 2d90426..c10c2c9 100644 --- a/ConfJuvApp/scss/ionic.app.scss +++ b/ConfJuvApp/scss/ionic.app.scss @@ -31,6 +31,7 @@ $unit: 11px; @import "main"; @import "login"; @import "header"; +@import "footer"; @import "proposal_list"; @import "proposal"; @import "sidebar"; diff --git a/ConfJuvApp/www/html/_footer.html b/ConfJuvApp/www/html/_footer.html new file mode 100644 index 0000000..e03089f --- /dev/null +++ b/ConfJuvApp/www/html/_footer.html @@ -0,0 +1,17 @@ + diff --git a/ConfJuvApp/www/img/brasil.png b/ConfJuvApp/www/img/brasil.png new file mode 100644 index 0000000..9d7e5d5 Binary files /dev/null and b/ConfJuvApp/www/img/brasil.png differ diff --git a/ConfJuvApp/www/index.html b/ConfJuvApp/www/index.html index d3415df..a6cbce5 100644 --- a/ConfJuvApp/www/index.html +++ b/ConfJuvApp/www/index.html @@ -40,6 +40,9 @@ + + +