Fix arrows in date picker

pull/10616/head
Alex P 2018-06-12 13:05:57 -07:00
parent 28682748fd
commit a72566da58
1 changed files with 2 additions and 2 deletions

View File

@ -137,14 +137,14 @@ $rd-cell-size: 30px;
left: 0;
&:after {
left: calc(50% - 1px);
content: "\e90c";
content: "\e901";
}
}
.rd-next {
left: calc(100% - #{$custom-time-arrow});
&:after {
left: calc(50% + 1px);
content: "\e911";
content: "\e903";
}
}
.rd-month-label {