19 lines
		
	
	
	
		
			350 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			350 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .pagination {
 | |
|     display: flex;
 | |
|     justify-content: space-between;
 | |
|     align-items: center;
 | |
|     margin-top: 2rem;
 | |
|     padding: 0;
 | |
|     font-size: 1em;
 | |
|     list-style: none;
 | |
| 
 | |
|     .page-item .disabled {
 | |
|         opacity: 0.5;
 | |
|         pointer-events: none;
 | |
|     }
 | |
| 
 | |
|     .page-numbers {
 | |
|         color: var(--meta-color);
 | |
|         font-size: 0.9rem;
 | |
|     }
 | |
| }
 |