mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 00:53:08 +00:00 
			
		
		
		
	Make product types dynamically orderable.
This commit is contained in:
		| @@ -87,3 +87,21 @@ a:not(.button) { | ||||
|     color: $primary-color; | ||||
|   } | ||||
| } | ||||
|  | ||||
|  | ||||
| form { | ||||
|   .row { | ||||
|     label { | ||||
|       margin: unset; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   fieldset { | ||||
|     margin-bottom: 1rem; | ||||
|   } | ||||
|  | ||||
|   .helptext { | ||||
|     margin-top: .25rem; | ||||
|     font-size: 80%; | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -314,6 +314,17 @@ body { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   .snackbar { | ||||
|     width: 250px; | ||||
|     margin-left: -125px; | ||||
|     box-sizing: border-box; | ||||
|     position: fixed; | ||||
|     z-index: 1; | ||||
|     left: 50%; | ||||
|     top: 60px; | ||||
|     text-align: center; | ||||
|   } | ||||
|  | ||||
|   .tabs { | ||||
|     border-radius: 5px; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user