diff --git a/src/sass/views/_mail-list.scss b/src/sass/views/_mail-list.scss index 0cd9ba3..115a969 100755 --- a/src/sass/views/_mail-list.scss +++ b/src/sass/views/_mail-list.scss @@ -56,6 +56,34 @@ font-size: $font-size-smaller; color: $color-grey-dark; line-height: em(28,12); + + &.syncing { + .spinner { + top: 6.5px; + left: $padding-horizontal; + height: 13px; + width: 13px; + position: absolute; + animation: rotation .6s linear infinite; + border-left: 2px solid $color-grey-light; + border-right: 2px solid $color-grey-light; + border-bottom: 2px solid $color-grey-light; + border-top: 2px solid $color-grey; + border-radius: 100%; + } + .text { + padding-left: 1.5em; + } + } } } +} + +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } } \ No newline at end of file diff --git a/src/tpl/mail-list.html b/src/tpl/mail-list.html index 48236a1..14a7109 100644 --- a/src/tpl/mail-list.html +++ b/src/tpl/mail-list.html @@ -17,7 +17,8 @@ -