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() { |   render() { | ||||||
|     return ( |     return ( | ||||||
|       <div id="playerControls" className="container-fluid fixed-bottom"> |       <div id="playerControls" className="container-fluid fixed-bottom"> | ||||||
|         <div className="row"> |         <div className="align-items-center row p-2"> | ||||||
|           <Indicator></Indicator> |           <Indicator></Indicator> | ||||||
|           <div |           <div | ||||||
|             id="playerText" |             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/fontawesome"); | ||||||
| @import url("~/node_modules/@fortawesome/fontawesome-free/scss/solid"); | @import url("~/node_modules/@fortawesome/fontawesome-free/scss/solid"); | ||||||
| 
 | 
 | ||||||
| #playerControls { | #playerControls { | ||||||
|   background-color: #11151c; |   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