
I found the commit that caused the bug that caused me to do the last
revert. I'm therefore reverting the previous revert and I will be
committing a revert that reverts the commit that introduced the bug. See
next commit.
This reverts commit db2d38a7af
.
20 lines
422 B
Sass
20 lines
422 B
Sass
@import "_mixins/all"
|
|
|
|
.loading
|
|
padding: 15px 25px 0 0
|
|
span
|
|
padding-right: 25px
|
|
font-size: $font-size-small
|
|
color: $color-text-lighter
|
|
background: inline-image('ui/spinner.gif') no-repeat right 4px
|
|
|
|
.loading
|
|
display: none
|
|
|
|
span.loading, span.saving
|
|
padding: 0 25px 0 0
|
|
font-size: $font-size-small
|
|
color: $color-text-lighter
|
|
background: inline-image('ui/spinner.gif') no-repeat right 4px
|
|
|