mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-16 20:18:04 +00:00
Move Code into repo
This commit is contained in:
22
app/static/bootstrap-4.2.1/scss/mixins/_pagination.scss
vendored
Normal file
22
app/static/bootstrap-4.2.1/scss/mixins/_pagination.scss
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
// Pagination
|
||||
|
||||
@mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
|
||||
.page-link {
|
||||
padding: $padding-y $padding-x;
|
||||
font-size: $font-size;
|
||||
line-height: $line-height;
|
||||
}
|
||||
|
||||
.page-item {
|
||||
&:first-child {
|
||||
.page-link {
|
||||
@include border-left-radius($border-radius);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
.page-link {
|
||||
@include border-right-radius($border-radius);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user