My first commit of codes
This commit is contained in:
		
							
								
								
									
										23
									
								
								resources/assets/less/bootstrap/mixins/pagination.less
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								resources/assets/less/bootstrap/mixins/pagination.less
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| // Pagination | ||||
|  | ||||
| .pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) { | ||||
|   > li { | ||||
|     > a, | ||||
|     > span { | ||||
|       padding: @padding-vertical @padding-horizontal; | ||||
|       font-size: @font-size; | ||||
|     } | ||||
|     &:first-child { | ||||
|       > a, | ||||
|       > span { | ||||
|         .border-left-radius(@border-radius); | ||||
|       } | ||||
|     } | ||||
|     &:last-child { | ||||
|       > a, | ||||
|       > span { | ||||
|         .border-right-radius(@border-radius); | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 sujitprasad
					sujitprasad