mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
update pagination list reset styles
This commit is contained in:
parent
c73bea60de
commit
645330a755
@ -1,8 +1,10 @@
|
|||||||
.pagination {
|
.pagination {
|
||||||
padding-left: 0;
|
|
||||||
margin-top: $spacer-y;
|
margin-top: $spacer-y;
|
||||||
margin-bottom: $spacer-y;
|
margin-bottom: $spacer-y;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
// 1-2: Disable browser default list styles
|
||||||
|
list-style: none; // 1
|
||||||
|
padding-left: 0; // 2
|
||||||
@include border-radius();
|
@include border-radius();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user