You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
701 B
21 lines
701 B
// ================================================================================================ |
|
// File Name: ext-component-media-player.scss |
|
// Description: Media Player SCSS. |
|
// ---------------------------------------------------------------------------------------------- |
|
// Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template |
|
// Author: PIXINVENT |
|
// Author URL: http://www.themeforest.net/user/pixinvent |
|
// ================================================================================================ |
|
|
|
// to remove outline on focus |
|
.audio-player { |
|
&:focus { |
|
outline: 0; |
|
} |
|
} |
|
.plyr__controls { |
|
justify-content: flex-start; |
|
} |
|
.plyr__progress { |
|
flex-grow: 1; |
|
}
|
|
|