first commit
This commit is contained in:
18
www/bower_components/bootstrap-rtl-ondemand/less/mixins/pagination-rtl.less
vendored
Normal file
18
www/bower_components/bootstrap-rtl-ondemand/less/mixins/pagination-rtl.less
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
// Pagination
|
||||
|
||||
.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {
|
||||
> li {
|
||||
&:first-child {
|
||||
> a,
|
||||
> span {
|
||||
.border-right-radius(@border-radius);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
> a,
|
||||
> span {
|
||||
.border-left-radius(@border-radius);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user