mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Spinner configureable in the source code
This commit is contained in:
parent
4f9d3d8be5
commit
06a2b08780
8 changed files with 89 additions and 29 deletions
10
client/components/main/spinner_wave.jade
Normal file
10
client/components/main/spinner_wave.jade
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
template(name="spinnerWave")
|
||||
.sk-spinner.sk-spinner-wave(class=currentBoard.colorClass)
|
||||
+spinnerWaveRaw
|
||||
|
||||
template(name="spinnerWaveRaw")
|
||||
.sk-rect1
|
||||
.sk-rect2
|
||||
.sk-rect3
|
||||
.sk-rect4
|
||||
.sk-rect5
|
||||
Loading…
Add table
Add a link
Reference in a new issue