Fix analytics service and audio recorder
This commit is contained in:
parent
2e46a0b663
commit
d4041ab9ab
6 changed files with 90 additions and 1356 deletions
|
|
@ -17,14 +17,21 @@
|
|||
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
||||
opacity: 0;
|
||||
}
|
||||
.voice-recorder-btn {
|
||||
padding: 30px;
|
||||
background-color: $voice-recorder-color;
|
||||
|
||||
&.recording {
|
||||
background-color: $voice-recording-color;
|
||||
.voice-recorder {
|
||||
.v-btn {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
&.recorded {
|
||||
background-color: $voice-recorded-color;
|
||||
|
||||
.voice-recorder-btn {
|
||||
background-color: $voice-recorder-color;
|
||||
|
||||
&.recording {
|
||||
background-color: $voice-recording-color;
|
||||
}
|
||||
&.recorded {
|
||||
background-color: $voice-recorded-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue