11 lines
195 B
SCSS
11 lines
195 B
SCSS
.datepicker {
|
|
.prev span::before, .next span::before {
|
|
font-family: 'Material Icons';
|
|
}
|
|
.prev span::before {
|
|
content: "\E314";
|
|
}
|
|
.next span::before {
|
|
content: "\E315";
|
|
}
|
|
} |