mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-08-14 15:45:24 -04:00
Update Site Template
This commit is contained in:
parent
8c3318daf0
commit
b15c6f7501
100 changed files with 11992 additions and 25 deletions
24
_sass/bootstrap/mixins/_pagination.scss
Normal file
24
_sass/bootstrap/mixins/_pagination.scss
Normal file
|
@ -0,0 +1,24 @@
|
|||
// Pagination
|
||||
|
||||
@mixin pagination-size($padding-vertical, $padding-horizontal, $font-size, $line-height, $border-radius) {
|
||||
> li {
|
||||
> a,
|
||||
> span {
|
||||
padding: $padding-vertical $padding-horizontal;
|
||||
font-size: $font-size;
|
||||
line-height: $line-height;
|
||||
}
|
||||
&:first-child {
|
||||
> a,
|
||||
> span {
|
||||
@include border-left-radius($border-radius);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
> a,
|
||||
> span {
|
||||
@include border-right-radius($border-radius);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue