EnVisageOnline/PixelAdmin-1.3.0/styles/pixel-admin-scss/rtl/plugins/_jquery.growl.scss

23 lines
293 B
SCSS

//
// RTL: Plugins / jQuery.Growl
//
// Version: 1.1.5
//
// --------------------------------------------------
&.main-menu-right #growls {
position: fixed;
right: 0;
top: 10px;
z-index: $zindex-growls;
}
#growls {
left: 0;
right: auto;
}
.growl .growl-close {
float: left;
}