vendor/assets/stylesheets/pagination.scss in active_frontend-1.0.11 vs vendor/assets/stylesheets/pagination.scss in active_frontend-2.0.0

- old
+ new

@@ -5,11 +5,11 @@ /* # Pagination ================================================== */ .pagination ul { display: inline-block; margin-bottom: 0; - margin-left: 0; + margin-left: 0; padding: 0; } .pagination ul > li { display: inline-block ; font-size: 14px; @@ -21,15 +21,15 @@ border-radius: 500px; color: rgba(43,50,53,1); min-width: 8px; padding: 9px 10px 7px 10px; text-decoration: none; - text-align: center; + text-align: center; } .pagination ul > li > a:hover, .pagination ul > li > a:focus { background: rgba(235,238,240,1); } .pagination ul > .active { - background: rgba(15,135,226,1); + background: rgba(0,132,255,1); border-radius: 500px; color: rgba(255,255,255,1); min-width: 8px; padding: 8px 10px 6px 10px; text-align: center; \ No newline at end of file