Sha256: 4b9f22c23df630394bbaea0b03a2b7628f4f842f3709b346c39b1c856c8d2375

Contents?: true

Size: 406 Bytes

Versions: 33

Compression:

Stored size: 406 Bytes

Contents

.alert {
    position: absolute;
    bottom: 3.3em !important;
    top: auto !important;
    right: 2.5em !important;
    width: auto !important;
    z-index: 9999 !important;
    border-radius: 2em !important;
    animation: hideMe 5s 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }
  
  @keyframes hideMe {
    0% {
        opacity: 1;
    }
  
    100% {
        opacity: 0;
    }
  }

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
thecore_ui_commons-3.1.7 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.1.6 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.1.5 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.1.4 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.1.3 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.1.2 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.1.1 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.1.0 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.0.17 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.0.16 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.0.15 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.0.14 app/assets/stylesheets/thecore_ui_commons/alerts.scss
thecore_ui_commons-3.0.13 app/assets/stylesheets/thecore_ui_commons/alerts.scss