fix(timepicker): fixed issues and added some polish to timepicker shift back/forward buttons

This commit is contained in:
Torkel Ödegaard
2016-04-12 12:39:59 -04:00
parent 7afb6fa3e3
commit 3ab5427019
3 changed files with 34 additions and 28 deletions

View File

@@ -115,3 +115,15 @@
@extend .fa;
@extend .fa-chevron-left;
}
.gf-timepicker-time-control {
font-size: $font-size-sm;
a {
padding: 18px 7px 13px !important;
}
}
.dashnav-move-timeframe {
position: relative;
top: 1px;
}