Sha256: f46fdd6a49f740118d2faf97f6bc081db6af53fc9d9b2fdd08428b7552bc4562
Contents?: true
Size: 1.56 KB
Versions: 5
Compression:
Stored size: 1.56 KB
Contents
$gray-light: lightGrey !default; $well-border: darkGrey !default; $border-radius-large: 8px !default; $body-bg: white !default; $font-size-large: 15px !default; $gray-darker: lighten(#000, 13.5%) !default; .overlay { position: absolute; z-index: 11; height: 100%; width: 100%; left: 0; right: 0; top: 0; bottom: 0; .mask { background-color: white; height: 100%; left: 0; opacity: 0.8; position: absolute; top: 0; width: 100%; } &.rounded { .mask { border-radius: $border-radius-large; } } .message { width: 450px; max-width: 90%; min-height: 65px; line-height: 3rem; border: 2px solid $well-border; margin-left: auto; margin-right: auto; font-size: 2rem; position: relative; top: 25%; border-radius: $border-radius-large; padding: 10px; box-shadow: 6px 7px 5px $gray-light; background-color: $body-bg; i { display: inline-block; font-size: 3.2rem; float: left; margin-right: 0.5rem; &.loading-spinner { background:url(image-path('images/hippo/ajax-loader.gif')) no-repeat; height: 32px; margin-top: 10px; width: 32px; } &.icon-success { color: darkgreen; } &.icon-warning { color: darkred; } } p { display: inline; margin: 0; font-size: $font-size-large; color: $gray-darker; } &.short { width: 250px; padding: 5px; p { position: relative; top: 15px; left: 5px; } } } }
Version data entries
5 entries across 5 versions & 1 rubygems