Commit 546e7890ed1be62a55e127f1fa61c9759e9af7f4
1 parent
95e102a7
Exists in
master
and in
6 other branches
Fixes 55
Showing
2 changed files
with
3 additions
and
5 deletions
Show diff stats
src/app/pages/inicio/inicio.html
@@ -22,15 +22,13 @@ | @@ -22,15 +22,13 @@ | ||
22 | </div> | 22 | </div> |
23 | <div class="col-md-4" ng-if="pageInicio.featuredEvent"> | 23 | <div class="col-md-4" ng-if="pageInicio.featuredEvent"> |
24 | <div class="row"> | 24 | <div class="row"> |
25 | - <div class="featured-event--box"> | 25 | + <div class="featured-event--box" ng-click="pageInicio.showEventVideo()"> |
26 | <div class="box-top col-xs-12 col-sm-4 col-md-12"> | 26 | <div class="box-top col-xs-12 col-sm-4 col-md-12"> |
27 | <h2 class="box-title">Bate papo com <b>MINISTROS/AS</b></h2> | 27 | <h2 class="box-title">Bate papo com <b>MINISTROS/AS</b></h2> |
28 | </div> | 28 | </div> |
29 | <div class="box-middle col-xs-12 col-sm-4 col-md-12"> | 29 | <div class="box-middle col-xs-12 col-sm-4 col-md-12"> |
30 | <div class="video" | 30 | <div class="video" |
31 | - ng-style="{'background-image': 'url(' + pageInicio.featuredEvent.image.url + ')'}" | ||
32 | - ng-click="pageInicio.showEventVideo()" | ||
33 | - > | 31 | + ng-style="{'background-image': 'url(' + pageInicio.featuredEvent.image.url + ')'}"> |
34 | </div> | 32 | </div> |
35 | </div> | 33 | </div> |
36 | <div class="box-bottom col-xs-12 col-sm-4 col-md-12"> | 34 | <div class="box-bottom col-xs-12 col-sm-4 col-md-12"> |
src/app/pages/inicio/inicio.scss
@@ -35,6 +35,7 @@ | @@ -35,6 +35,7 @@ | ||
35 | background-color: #545454; | 35 | background-color: #545454; |
36 | color: #fff; | 36 | color: #fff; |
37 | border-radius: 5px; | 37 | border-radius: 5px; |
38 | + cursor: pointer; | ||
38 | 39 | ||
39 | .box-top { | 40 | .box-top { |
40 | text-transform: uppercase; | 41 | text-transform: uppercase; |
@@ -53,7 +54,6 @@ | @@ -53,7 +54,6 @@ | ||
53 | padding: 0; | 54 | padding: 0; |
54 | 55 | ||
55 | .video { | 56 | .video { |
56 | - cursor: pointer; | ||
57 | width: 100%; | 57 | width: 100%; |
58 | min-height: 125px; | 58 | min-height: 125px; |
59 | background-size: cover; | 59 | background-size: cover; |