vendor/assets/stylesheets/pagination.scss in active_frontend-5.0.1 vs vendor/assets/stylesheets/pagination.scss in active_frontend-6.0.0

- old
+ new

@@ -1,9 +1,14 @@ /* Table of Contents ================================================== +# Import # Pagination */ +/* # Import +================================================== */ +@import 'activefrontend'; + /* # Pagination ================================================== */ .pagination ul { display: inline-block; margin-bottom: 0; @@ -17,19 +22,19 @@ margin-right: 2px; } .pagination ul > li > a { background: rgba(245,248,250,1); border-radius: 500px; - color: rgba(42,44,48,1); + color: rgba(35,41,55,1); min-width: 8px; padding: 9px 10px 7px 10px; text-decoration: none; text-align: center; } .pagination ul > li > a:hover, .pagination ul > li > a:focus { background: rgba(235,238,240,1); } .pagination ul > .active { - background: rgba(0,153,255,1); + background: $primary-color; 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