Currently, I am utilizing Angular UI 2.5.0 for pagination on my website. I am interested in customizing the look of the pagination bar to resemble the design shown in the image below.
Current Pagination Style:
https://i.sstatic.net/Z6D0Y.png
Desired Custom Pagination Style:
https://i.sstatic.net/xh7a7.png
I have existing CSS classes that I would like to use for styling the pagination bar. However, I am unsure of how to implement them to achieve the desired look. Additionally, I intend to include previous and next buttons in the pagination design.