Sha256: bf38400ff800c5f0485105a96226dd5faffe55a470e63a33c4280cd17071ad75

Contents?: true

Size: 949 Bytes

Versions: 25

Compression:

Stored size: 949 Bytes

Contents

.notification-widget {
  position: fixed;
  top: 180px;
  right: -10px;
  z-index: 900;
}

.notification-widget .alert > .close {
  float: left;
  margin-left: -12px;
  line-height: 18px;
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
}

.notification-widget .alert {
  position: relative;
  right: -300px;
  width: 250px;
  margin-bottom: 10px;
  .border-radius(3px);
  @shadow: 0px 1px 3px fade(@bg-inverse-intense-color,80%);
  .box-shadow(@shadow);
}

.notification-widget .alert-success,
.notification-widget .alert-warning,
.notification-widget .alert-info,
.notification-widget .alert-danger {
  background-color: white;
  border: solid 1px transparent;
}

.notification-widget .alert-success {
  color: @elem-cozy-color;
}

.notification-widget .alert-warning {
  color: @elem-cozy-color;
}

.notification-widget .alert-info {
  color: @decorator-main-color;
}

.notification-widget .alert-danger {
  color: @brand-danger;
}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.2.1 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.2.0 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.1.4 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.0.7 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.1.3 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.0.6 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-2.0.8 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.1.2 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.0.5 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-2.0.7 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-2.0.6 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-2.0.5 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.1.1 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.0.4 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-2.0.4 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.1.0 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.0.3 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-2.0.3 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less
mno-enterprise-frontend-3.0.2 app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less