Cleanup
parent
595225b98b
commit
6b3ac20d76
res
css/views/rooms
themes
legacy-light/css
light/css
|
@ -53,8 +53,7 @@ limitations under the License.
|
|||
font-size: $font-14px;
|
||||
|
||||
&::before {
|
||||
// Pulsing animation
|
||||
animation: recording-pulse 1s infinite;
|
||||
animation: recording-pulse 1.5s infinite;
|
||||
|
||||
content: '';
|
||||
background-color: $voice-record-live-circle-color;
|
||||
|
|
|
@ -195,7 +195,6 @@ $voice-record-stop-symbol-color: #ff4b55;
|
|||
$voice-record-waveform-bg-color: #E3E8F0;
|
||||
$voice-record-waveform-fg-color: $muted-fg-color;
|
||||
$voice-record-live-circle-color: #ff4b55;
|
||||
$voice-record-live-halo-color: #ff4b5544;
|
||||
|
||||
$roomtile-preview-color: #9e9e9e;
|
||||
$roomtile-default-badge-bg-color: #61708b;
|
||||
|
|
|
@ -185,7 +185,6 @@ $voice-record-stop-symbol-color: #ff4b55; // $warning-color, but without letting
|
|||
$voice-record-waveform-bg-color: #E3E8F0;
|
||||
$voice-record-waveform-fg-color: $muted-fg-color;
|
||||
$voice-record-live-circle-color: #ff4b55; // $warning-color, but without letting people change it in themes
|
||||
$voice-record-live-halo-color: #ff4b5544; // $warning-color, but with some alpha and without theme support
|
||||
|
||||
$roomtile-preview-color: $secondary-fg-color;
|
||||
$roomtile-default-badge-bg-color: #61708b;
|
||||
|
|
Loading…
Reference in New Issue