Clean up some unnecessary CSS
This commit is contained in:
		
							parent
							
								
									f1c2db00e1
								
							
						
					
					
						commit
						99fcdd47d8
					
				
					 2 changed files with 1 additions and 19 deletions
				
			
		|  | @ -14,7 +14,7 @@ class Controls extends React.Component<ControlProps, {}> { | |||
|   render() { | ||||
|     return ( | ||||
|       <div id="playerControls" className="container-fluid fixed-bottom"> | ||||
|         <div className="row"> | ||||
|         <div className="align-items-center row p-2"> | ||||
|           <Indicator></Indicator> | ||||
|           <div | ||||
|             id="playerText" | ||||
|  |  | |||
|  | @ -1,24 +1,6 @@ | |||
| // $fa-font-path: "@fortawesome/fontawesome-free/webfonts"; | ||||
| // @import "@fortawesome/fontawesome-free/scss/fontawesome.scss"; | ||||
| // @import "@fortawesome/fontawesome-free/scss/solid.scss"; | ||||
| 
 | ||||
| /* @import "~/src/lib/scss/main"; */ | ||||
| @import url("~/node_modules/@fortawesome/fontawesome-free/scss/fontawesome"); | ||||
| @import url("~/node_modules/@fortawesome/fontawesome-free/scss/solid"); | ||||
| 
 | ||||
| #playerControls { | ||||
|   background-color: #11151c; | ||||
|   max-width: 100%; | ||||
|   padding: 0.5rem 1rem; | ||||
| } | ||||
| 
 | ||||
| .playerControlsContent, #playerIndicator { | ||||
|   padding: 0.5rem 1rem; | ||||
|   line-height: 1.5; | ||||
| } | ||||
| 
 | ||||
| #playerButton { | ||||
|   text-align: center; | ||||
|   vertical-align: middle; | ||||
|   line-height: 24px; | ||||
| } | ||||
|  |  | |||
		Reference in a new issue