mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-23 16:49:59 +01:00
basic gh-pages deps
This commit is contained in:
23
node_modules/bootstrap/less/mixins/pagination.less
generated
vendored
Normal file
23
node_modules/bootstrap/less/mixins/pagination.less
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
// Pagination
|
||||
|
||||
.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {
|
||||
> li {
|
||||
> a,
|
||||
> span {
|
||||
padding: @padding-vertical @padding-horizontal;
|
||||
font-size: @font-size;
|
||||
}
|
||||
&:first-child {
|
||||
> a,
|
||||
> span {
|
||||
.border-left-radius(@border-radius);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
> a,
|
||||
> span {
|
||||
.border-right-radius(@border-radius);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user