20 lines
322 B
SCSS
20 lines
322 B
SCSS
//
|
|
// RTL: Plugins / Bootstrap-Datepaginator
|
|
//
|
|
// Version: 1.1.0
|
|
//
|
|
// --------------------------------------------------
|
|
|
|
.pagination a.dp-nav.dp-nav-left:after {
|
|
content: "\f054";
|
|
}
|
|
|
|
.pagination a.dp-nav.dp-nav-right:after {
|
|
content: "\f053";
|
|
}
|
|
|
|
#dp-calendar {
|
|
left: 0;
|
|
right: auto;
|
|
padding: 0 18px 0 8px;
|
|
} |