Sha256: 2dadee78ef91a3828d31dbf01781bbc5d1b08e75fbe2d94c459e670745de715f

Contents?: true

Size: 871 Bytes

Versions: 23

Compression:

Stored size: 871 Bytes

Contents

$notification_background_color: #fc0
$error_background_color: #c00
$success_background_color: #06c
$notification_color: #000
$error_color: #fff
$success_color: #fff

@mixin foreback_color($fore, $back)
  color: $fore
  background-color: $back

.notification_component.page_notification,
.global_loading
  +fixed_ct(720)
  text-align: center
  z-index: 10000
  padding: 0
  background-color: transparent !important
  border: solid 0px !important
  .component_content,
  .global_loading_message
    font-size: $main_font_size * 0.85
    padding: 5px 20px
    margin: 0 auto
    display: inline-block
    +foreback_color($notification_color, $notification_background_color)
  &.notice
    .component_content
      +foreback_color($success_color, $success_background_color)
  &.alert
    .component_content
      +foreback_color($error_color, $error_background_color)
      

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rich_table_component-0.0.30 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.29 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.28 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.27 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.26 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.24 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.22 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.21 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.18 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.17 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.16 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.15 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.14 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.13 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.10 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.9 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.8 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.7 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.6 vendor/assets/stylesheets/partial/_notification.sass
rich_table_component-0.0.5 vendor/assets/stylesheets/partial/_notification.sass