travis-web/assets/styles/app/loading.sass
Piotr Sarnacki c18222ea51 Settings pane
This commit contains a settings pane implementation. There are a couple
of things here, which are not used yet, like advanced form helpers. I'm
leaving them here, because the plan is to add support for more settings
soon (like: include/exclude branch patterns), which will need these
helpers.

There is also tabs support, although in the current version there is
only one tab (initially it was created for supporting general tab and
notifications tab).
2013-12-18 11:02:23 +01:00

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