Added SASS file for default styles
This commit is contained in:
		
							
								
								
									
										42
									
								
								src/sass/mup.sass
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								src/sass/mup.sass
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | |||||||
|  | .mup-video | ||||||
|  |   vertical-align: top | ||||||
|  |   margin: 0 | ||||||
|  |   padding: 0 | ||||||
|  |  | ||||||
|  | .mup-controls | ||||||
|  |   display: flex | ||||||
|  |   vertical-align: top | ||||||
|  |   white-space: nowrap | ||||||
|  |   width: calc(100% - 10px) | ||||||
|  |   padding: 5px | ||||||
|  |   background: #212121 | ||||||
|  |  | ||||||
|  | .mup-control | ||||||
|  |   display: inline-block | ||||||
|  |   flex: none | ||||||
|  |  | ||||||
|  | button.mup-control | ||||||
|  |   margin: 0 | ||||||
|  |   padding: 7px 12px | ||||||
|  |   background: #eee | ||||||
|  |   border: none | ||||||
|  |   color: #000 | ||||||
|  |   font-size: 16px | ||||||
|  |   transition: all 200ms ease-in-out | ||||||
|  |   &:hover | ||||||
|  |     background: #fff | ||||||
|  |     color: #212121 | ||||||
|  |     cursor: pointer | ||||||
|  |  | ||||||
|  | .mup-progress-bar, .mup-progress-fill | ||||||
|  |   margin: 0 | ||||||
|  |   padding: 0 | ||||||
|  |   border: 0 | ||||||
|  |  | ||||||
|  | .mup-progress-bar | ||||||
|  |   flex: 1 | ||||||
|  |   background: pink | ||||||
|  |  | ||||||
|  | .mup-progress-fill | ||||||
|  |   height: 100% | ||||||
|  |   background: lime | ||||||
		Reference in New Issue
	
	Block a user