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