mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
update pagination list reset styles
This commit is contained in:
parent
c73bea60de
commit
645330a755
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue