PHP Classes

File: src/components/pagination/style.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Maniruzzaman WordPress Frontend Editor   src/components/pagination/style.scss   Download  
File: src/components/pagination/style.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Maniruzzaman WordPress Frontend Editor
WordPress plugin for visual front-end development
Author: By
Last change:
Date: 8 months ago
Size: 581 bytes
 

Contents

Class file image Download
.bsf-spacex-pagination { display: flex; justify-content: space-between; .pagination-prev-next { button { background: #0891b2; padding: 10px 20px; border: 0px solid transparent; margin-left: 10px; color: #fff; cursor: pointer; margin-bottom: 4px; min-width: 120px; &:hover { opacity: 0.8; } &:disabled { background: #ccc; color: #000; cursor: not-allowed; } } } .total-items { display: flex; justify-content: center; align-items: center; } }