[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;
}
.fa-1_5x {
font-size: 1.5em;
}
.fa-2_5x {
font-size: 2.5em;
}
@@ -314,6 +317,9 @@ input#bookings_search {
padding-top: 5px;
padding-bottom: 5px;
}
.pt-9 {
padding-top: 9px;
}
.pb-3 {
padding-bottom: 3px;
}