Commit 9f931698614035c41ac26f65d72aaaf708b8b806
1 parent
ead061d5
Exists in
master
and in
26 other branches
adapting link block to work on all layout positions
Showing
3 changed files
with
81 additions
and
71 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,70 @@ |
| 1 | +.block-head-with-icon { | |
| 2 | + padding: 15px 15px 15px 55px; | |
| 3 | +} | |
| 4 | + | |
| 5 | +.content-wrapper .block { | |
| 6 | + .panel-heading { | |
| 7 | + border: none; | |
| 8 | + border-radius: 3px 3px 0 0; | |
| 9 | + font-family: "Ubuntu Medium"; | |
| 10 | + font-size: 15px; | |
| 11 | + font-variant: normal; | |
| 12 | + font-weight: normal; | |
| 13 | + line-height: 30px; | |
| 14 | + padding: 15px 15px 15px 15px; | |
| 15 | + text-transform: capitalize; | |
| 16 | + background-size: 30px 30px; | |
| 17 | + background: #DAE1C4; | |
| 18 | + color: #4F9CAC; | |
| 19 | + } | |
| 20 | + | |
| 21 | + &.membersblock { | |
| 22 | + .panel-heading { | |
| 23 | + @extend .block-head-with-icon; | |
| 24 | + background: #DAE1C4 url("../assets/icons/participa-consulta/pessoas.png") no-repeat 15px center; | |
| 25 | + color: #4F9CAC; | |
| 26 | + } | |
| 27 | + } | |
| 28 | + | |
| 29 | + &.statisticsblock { | |
| 30 | + .panel-heading { | |
| 31 | + @extend .block-head-with-icon; | |
| 32 | + background: #69677C url("../assets/icons/participa-consulta/indicadores.png") no-repeat 15px center; | |
| 33 | + color: #DAE1C4; | |
| 34 | + } | |
| 35 | + } | |
| 36 | +} | |
| 37 | + | |
| 38 | +.col-md-7 { | |
| 39 | + .panel-body.linklistblock { | |
| 40 | + padding: 0px; | |
| 41 | + } | |
| 42 | + | |
| 43 | + .link-list-block { | |
| 44 | + font-family: "Ubuntu"; | |
| 45 | + font-size: 12px; | |
| 46 | + background: #69677C; | |
| 47 | + border-radius: 0 0 3px 3px; | |
| 48 | + padding: 4px 10px; | |
| 49 | + position: relative; | |
| 50 | + | |
| 51 | + div, a { | |
| 52 | + display: inline-block; | |
| 53 | + background: #69677C; | |
| 54 | + border-radius: 0; | |
| 55 | + color: #FFF; | |
| 56 | + font-family: "Ubuntu Medium"; | |
| 57 | + font-size: 16px; | |
| 58 | + margin: 0; | |
| 59 | + padding-right: 15px; | |
| 60 | + font-weight: bold; | |
| 61 | + } | |
| 62 | + | |
| 63 | + div:first-child { | |
| 64 | + padding: 15px 5px 15px 50px; | |
| 65 | + background: #69677C url("../assets/icons/participa-consulta/home.png") no-repeat 7px center; | |
| 66 | + color: #FFF; | |
| 67 | + background-size: 30px 30px; | |
| 68 | + } | |
| 69 | + } | |
| 70 | +} | ... | ... |
themes/participa-consulta/app/navbar.scss
| 1 | 1 | .navbar { |
| 2 | 2 | min-height: 123px; |
| 3 | -/* background:url("../assets/images/redebrasil/bg-header.png") repeat-x;*/ | |
| 4 | 3 | background-color: #f9c404; |
| 5 | 4 | background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); |
| 6 | 5 | background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #fcdd4e), color-stop(100%, #f9c404)); | ... | ... |
themes/participa-consulta/app/participa-consulta.scss
| 1 | -body > .ng-scope { | |
| 2 | - min-height: 100%; | |
| 3 | -} | |
| 4 | - | |
| 5 | -html, body { | |
| 6 | - height:100%; | |
| 7 | -} | |
| 8 | - | |
| 9 | -@font-face{ | |
| 1 | +@font-face { | |
| 10 | 2 | font-family: 'Ubuntu'; |
| 11 | 3 | font-weight: 300; |
| 12 | 4 | font-style: normal; |
| 13 | 5 | src: url('../assets/fonts/participa-consulta/Ubuntu-R.ttf'); |
| 14 | 6 | } |
| 15 | 7 | |
| 16 | -@font-face{ | |
| 17 | - font-family: 'Ubuntu Mediun'; | |
| 8 | +@font-face { | |
| 9 | + font-family: 'Ubuntu Medium'; | |
| 18 | 10 | font-weight: 300; |
| 19 | 11 | font-style: normal; |
| 20 | 12 | src: url('../assets/fonts/participa-consulta/Ubuntu-M.ttf'); |
| 21 | 13 | } |
| 22 | 14 | |
| 23 | -@font-face{ | |
| 15 | +@font-face { | |
| 24 | 16 | font-family: 'Ubuntu'; |
| 25 | 17 | font-weight: 300; |
| 26 | 18 | font-style: italic; |
| 27 | 19 | src: url('../assets/fonts/participa-consulta/Ubuntu-RI.ttf'); |
| 28 | 20 | } |
| 29 | 21 | |
| 30 | -.box-default{ | |
| 31 | - border: none; | |
| 32 | - border-radius: 3px 3px 0 0; | |
| 33 | - font-family: "Ubuntu Mediun"; | |
| 34 | - font-size: 15px; | |
| 35 | - font-variant: normal; | |
| 36 | - font-weight: normal; | |
| 37 | - line-height: 30px; | |
| 38 | - padding: 15px 15px 15px 55px; | |
| 39 | - text-transform: capitalize; | |
| 40 | - background-size: 30px 30px; | |
| 41 | -} | |
| 42 | - | |
| 43 | -.skin-whbl .panel-default > .panel-heading, .skin-whbl .notifications-list .item-footer { | |
| 22 | +.skin-whbl .notifications-list .item-footer { | |
| 44 | 23 | background: #DAE1C4; |
| 45 | 24 | color: #4F9CAC; |
| 46 | 25 | } |
| 47 | 26 | |
| 48 | -.panel-body.linklistblock{ | |
| 49 | - padding: 0px; | |
| 50 | -} | |
| 51 | - | |
| 52 | -.skin-whbl .membersblock > .panel-heading{ | |
| 53 | - @extend .box-default; | |
| 54 | - background: #DAE1C4 url("../assets/icons/participa-consulta/pessoas.png") no-repeat 15px center; | |
| 55 | - color: #4F9CAC; | |
| 56 | -} | |
| 57 | - | |
| 58 | -.skin-whbl .statisticsblock > .panel-heading{ | |
| 59 | - @extend .box-default; | |
| 60 | - background: #69677C url("../assets/icons/participa-consulta/indicadores.png") no-repeat 15px center; | |
| 61 | - color: #DAE1C4; | |
| 62 | -} | |
| 63 | - | |
| 64 | -.link-list-block{ | |
| 65 | - font-family: "Ubuntu"; | |
| 66 | - font-size: 12px; | |
| 67 | - background: #69677C; | |
| 68 | - border-radius: 0 0 3px 3px; | |
| 69 | - padding: 20px; | |
| 70 | - position: relative; | |
| 71 | -} | |
| 72 | - | |
| 73 | -.link-list-block div, .link-list-block a{ | |
| 74 | - display: inline-block; | |
| 75 | - background: #69677C; | |
| 76 | - border-radius: 0; | |
| 77 | - color: #FFF; | |
| 78 | - font-family: "Ubuntu Mediun"; | |
| 79 | - font-size: 16px; | |
| 80 | - margin: 0; | |
| 81 | - padding-right: 15px; | |
| 82 | - font-weight: bold; | |
| 83 | -} | |
| 84 | - | |
| 85 | -.link-list-block div:first-child{ | |
| 86 | - padding: 15px 15px 15px 55px; | |
| 87 | - background: #69677C url("../assets/icons/participa-consulta/home.png") no-repeat 15px center; | |
| 88 | - color: #FFF; | |
| 89 | - background-size: 30px 30px; | |
| 27 | +.profile-header, .profile-footer{ | |
| 28 | + text-align: center; | |
| 90 | 29 | } |
| 91 | 30 | |
| 92 | -.profile-header{ | |
| 93 | - text-align: center; | |
| 31 | +.container-fluid .navbar-header .navbar-toggle{ | |
| 32 | + &:hover, &:focus { | |
| 33 | + background-color: #7E7E7E; | |
| 34 | + } | |
| 94 | 35 | } | ... | ... |