Commit 8362948a9650e2d732d5ef4b2a0d82f20ab4a33a

Authored by Leandro Santos
1 parent dcc1120f

adding participa consulta theme

themes/participa-consulta/app/navbar.scss 0 → 100644
... ... @@ -0,0 +1,26 @@
  1 +.navbar {
  2 + min-height: 123px;
  3 +/* background:url("../assets/images/redebrasil/bg-header.png") repeat-x;*/
  4 + background-color: #f9c404;
  5 + background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%);
  6 + background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #fcdd4e), color-stop(100%, #f9c404));
  7 + background-image: -webkit-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%);
  8 + background-image: -o-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%);
  9 + background-image: -ms-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%);
  10 + background-image: radial-gradient(ellipse at center, #fcdd4e 1%, #f9c404 100%);
  11 +
  12 + .container-fluid {
  13 + .navbar-brand {
  14 + .noosfero-logo {
  15 + display: none;
  16 + }
  17 + .noosfero-name {
  18 + color: #03316f;
  19 + font-size: 40px;
  20 + font-weight: 800;
  21 + line-height: 1em;
  22 + letter-spacing: -0.05em;
  23 + }
  24 + }
  25 + }
  26 +}
... ...
themes/participa-consulta/app/participa-consulta.scss 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +body > .ng-scope {
  2 + min-height: 100%;
  3 +}
  4 +
  5 +html, body {
  6 + height:100%;
  7 +}
... ...