合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
12
web_enterprise/static/src/core/notebook/notebook.scss
Normal file
12
web_enterprise/static/src/core/notebook/notebook.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Custom SCSS for enterprise version of notebook tabs
|
||||
|
||||
.o_notebook {
|
||||
--notebook-link-border-color: #{$border-color};
|
||||
--notebook-link-border-color-hover: #{$border-color};
|
||||
--notebook-link-border-color-active-accent: #{$o-brand-odoo};
|
||||
|
||||
.modal & {
|
||||
--notebook-padding-x: #{$modal-inner-padding};
|
||||
--notebook-margin-x: -#{$modal-inner-padding};
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
$o-notification-shadow: 0 12px 14px -10px rgba(0, 0, 0, .25) !default;
|
||||
Reference in New Issue
Block a user