[UPD] Minor popover adjustment

This commit is contained in:
Pablo
2019-02-12 20:53:48 +01:00
committed by Dario Lodeiros
parent 95133ec870
commit e57fc3f360
2 changed files with 7 additions and 1 deletions

View File

@@ -245,6 +245,9 @@ input#bookings_search {
font-size: 1.2em; font-size: 1.2em;
} }
.fa-1_5x {
font-size: 1.5em;
}
.fa-2_5x { .fa-2_5x {
font-size: 2.5em; font-size: 2.5em;
} }
@@ -314,6 +317,9 @@ input#bookings_search {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
} }
.pt-9 {
padding-top: 9px;
}
.pb-3 { .pb-3 {
padding-bottom: 3px; padding-bottom: 3px;
} }

View File

@@ -128,7 +128,7 @@
<t t-esc="price_room_services_set" t-widget="monetary"/> <t t-esc="price_room_services_set" t-widget="monetary"/>
</t> </t>
<t t-else=""> <t t-else="">
<i class="fa fa-chain-broken fa-2x py-5"/> <i class="fa fa-chain-broken fa-1_5x pt-9"/>
</t> </t>
</span> </span>
<p>Adults: <t t-esc="adults"/></p> <p>Adults: <t t-esc="adults"/></p>