上传修改后的主题

This commit is contained in:
WEB许何哲\xuhez
2023-07-14 09:21:21 +08:00
parent 1c022711a1
commit a48c8b2baa
209 changed files with 18379 additions and 0 deletions

View 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;
}
}
}
}
}