Skip to content

Commit

Permalink
Layout atualizado2
Browse files Browse the repository at this point in the history
  • Loading branch information
tohaaa committed Aug 28, 2020
1 parent 33a384b commit 4a291ea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions widgets/rooms/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,27 @@
margin: 0 5px;
line-height: 1.5;
}


.omnibees-calendar .omnibees-search-result{
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.omnibees-calendar .omnibees-search-result #btn-search-result {
background: #F4C714;
border-radius: 3px;
padding: 10px 20px;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
color: #000;
transition: ease-in-out 0.2s all;
border: 1px solid transparent;
}



.omnibees-calendar .flatpicker-omnibees {
flex: 2;
}
Expand Down
2 changes: 1 addition & 1 deletion widgets/rooms/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ protected function render(){
}
}
rooms += '</div>'; //rates-content
rooms += '<div class="more-rates"><class="more-rates-child"> Mais opções de Preço <i class="fas fa-chevron-down"></i></div></div>';
rooms += '<div class="more-rates"><div class="more-rates-child"> Mais opções de Preço <i class="fas fa-chevron-down"></i></div></div>';
rooms += "</div>"; //room-avaible-rates
}
}
Expand Down

0 comments on commit 4a291ea

Please sign in to comment.