mirror of
				https://github.com/DerTyp7/f1r3wave-website.git
				synced 2025-10-31 05:57:07 +01:00 
			
		
		
		
	first commit
This commit is contained in:
		
							
								
								
									
										36
									
								
								src/styles/Paginator.module.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								src/styles/Paginator.module.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,36 @@ | ||||
| .paginator { | ||||
|   display: flex; | ||||
|   justify-content: end; | ||||
|   align-items: start; | ||||
|   gap: 5px; | ||||
|   flex: 1; | ||||
|  | ||||
|   button { | ||||
|     padding: 5px 10px; | ||||
|     border: none; | ||||
|     background-color: transparent; | ||||
|     color: white; | ||||
|     cursor: pointer; | ||||
|     border-bottom: 2px solid transparent; | ||||
|     font-size: 12pt; | ||||
|     transition: all 30ms ease-in-out; | ||||
|  | ||||
|     &:hover { | ||||
|       border-bottom-color: var(--color-accent); | ||||
|     } | ||||
|  | ||||
|     &.active { | ||||
|       border-bottom-color: var(--color-accent); | ||||
|       font-weight: bold; | ||||
|     } | ||||
|  | ||||
|     &:disabled { | ||||
|       background-color: #0f0f0f; | ||||
|       cursor: not-allowed; | ||||
|  | ||||
|       &:hover { | ||||
|         border-bottom-color: transparent; | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user