Skip to content

Commit a50178e

Browse files
committed
ux(tweak): minor polish to date picker styling
1 parent f64385c commit a50178e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/sass/components/_timepicker.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,17 @@
6565
}
6666

6767
.gf-timepicker-component {
68-
padding: $spacer/2 0;
68+
padding: $spacer/2 0 $spacer 0;
6969

7070
td {
7171
padding: 1px;
7272
}
7373
button.btn-sm {
7474
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
75+
font-size: $font-size-sm;
7576
background-image: none;
7677
border: none;
77-
padding: 5px 9px;
78+
padding: 5px 11px;
7879
color: $text-color;
7980
&.active span {
8081
color: $blue;

0 commit comments

Comments
 (0)