diff --git a/src/index.styl b/src/index.styl index 37013ac..7133069 100644 --- a/src/index.styl +++ b/src/index.styl @@ -160,6 +160,12 @@ $easeOutBack = cubic-bezier(0.175, 0.885, 0.320, 1.275) .-center flex: 1.5 text-align:center + margin-bottom:0 + display: flex + flex-direction: row + flex-wrap: wrap + align-items: center + justify-content: space-around .-pageInfo display: inline-block @@ -173,7 +179,7 @@ $easeOutBack = cubic-bezier(0.175, 0.885, 0.320, 1.275) text-align:center .-pageSizeOptions - margin-left:12px + margin:0 10px 3px .-loading @@ -211,6 +217,7 @@ $easeOutBack = cubic-bezier(0.175, 0.885, 0.320, 1.275) select appearance: none border: 1px solid rgba(0,0,0,0.1) + background: white padding: 5px 7px font-size: inherit border-radius: 3px