V2 event block (#261)

* feat: implement progress bar on running event

* refactor: use event action hook

* refactor: align backend data
This commit is contained in:
Carlos Valente
2022-11-22 22:53:52 +01:00
committed by GitHub
parent b54c7dd454
commit 3626b5b357
8 changed files with 181 additions and 129 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
$transition-time-action: 0.1s;
$transition-time-feedback: 0.3s;
//////////////////////////////////// general app colours
$bg-black-gradient: #202020;
@@ -42,7 +45,7 @@ $ontime-red: #E4281E;
// outdent in level2 - $bg-gray-950
//////////////////////////////////// editor
$notes-color: #9fd8ff;
$notes-color: #f6f6f6;
$text-white: #fffffa;
$text-gray-disabled: #505050;