--- a/cms/app-client/app/styles/player.scss Mon Jun 20 17:04:59 2016 +0200
+++ b/cms/app-client/app/styles/player.scss Tue Jun 21 14:24:30 2016 +0200
@@ -1,5 +1,6 @@
.player-component{
text-align: center;
+ height: 80px;
}
#audio_player {
@@ -9,16 +10,9 @@
position: relative;
padding: 8px;
margin: 10px auto;
- background: #fff;
border-radius: 88px;
}
-#audio_player .background {
- width: 60px;
- height: 60px;
- border: solid 10px #e5e5e5;
- background: #fff;
- border-radius: 80px;
-}
+
#audio_player .btn {
cursor: pointer;
}