Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
791 B

.#{$prefix}toast-icon-information {
background-image: theme-background-image('window/toast/icon16_info', 'png');
}
.#{$prefix}toast-icon-error {
background-image: theme-background-image('window/toast/icon16_error', 'png');
}
/* Using standard theme */
.#{$prefix}toast-window .x-window-body {
padding: 15px 5px 15px 5px;
}
/* Custom styling */
.#{$prefix}toast-light .x-window-header {
background-color: $toast-header-background-color;
}
.#{$prefix}toast-light .x-tool-img {
background-color: $toast-header-background-color;
}
.#{$prefix}toast-light {
background-image: theme-background-image('window/toast/fader', 'png');
}
.#{$prefix}toast-light .x-window-body {
padding: 15px 5px 20px 5px;
background-color: transparent;
border: 0px solid white;
}