mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
changes reset for mixin list reset on pagination
This commit is contained in:
parent
f02f545e0e
commit
bbb6ab1275
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
.pagination {
|
||||
display: flex;
|
||||
// 1-2: Disable browser default list styles
|
||||
padding-left: 0; // 1
|
||||
list-style: none; // 2
|
||||
@include list-unstyled();
|
||||
@include border-radius();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue