上传修改后的主题
This commit is contained in:
23
spiffy_theme_backend/static/src/scss/notification.scss
Normal file
23
spiffy_theme_backend/static/src/scss/notification.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
/* Notification Toast Popup style */
|
||||
body.o_web_client {
|
||||
.o_notification_manager{
|
||||
.o_notification{
|
||||
border-radius: var(--border-radius-lg);
|
||||
border: 0;
|
||||
box-shadow: var(--box-shadow-common);
|
||||
|
||||
*{
|
||||
border: 0;
|
||||
}
|
||||
.o_notification_title{
|
||||
font-size: 1.1667rem;
|
||||
}
|
||||
.o_notification_content{
|
||||
ul{
|
||||
list-style-type: circle;
|
||||
padding-left: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user