mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP][13.0] web_drop_target: Change less files for scss
web_drop_target 13.0.1.1.0 [UPD] README.rst [UPD] README.rst
This commit is contained in:
committed by
Jasmin Solanki
parent
eb001751af
commit
97fa4c5a93
19
web_drop_target/static/src/scss/web_drop_target.scss
Normal file
19
web_drop_target/static/src/scss/web_drop_target.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.o_content {
|
||||
.o_drag_over {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
border: 1px dashed #4c4c4c;
|
||||
pointer-events: none;
|
||||
.o_drag_over_content {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translate(0%, -50%);
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user