Added 'Loding indicator'

This commit is contained in:
Liyas Thomas
2019-10-11 14:23:07 +05:30
parent f0bff83fa0
commit e70e448b77
4 changed files with 21 additions and 13 deletions

View File

@@ -187,6 +187,14 @@ export default {
loading: {
color: 'var(--ac-color)'
},
/*
** Customize the loading indicator
*/
loadingIndicator: {
name: 'pulse',
color: 'var(--ac-color)',
background: 'var(--bg-color)'
},
/*
** Global CSS
*/