mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
move pagination to flexbox
This commit is contained in:
parent
f1016efaf4
commit
c73bea60de
@ -1,8 +1,8 @@
|
|||||||
.pagination {
|
.pagination {
|
||||||
display: inline-block;
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin-top: $spacer-y;
|
margin-top: $spacer-y;
|
||||||
margin-bottom: $spacer-y;
|
margin-bottom: $spacer-y;
|
||||||
|
display: flex;
|
||||||
@include border-radius();
|
@include border-radius();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user