Replace zone preview with JS Mapbox widget and simplify zone UI
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.o_mapbox_polygon_widget {
|
||||
width: 100%;
|
||||
height: 420px;
|
||||
min-height: 420px;
|
||||
border: 1px solid #d7dde5;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
background: #f5f7fa;
|
||||
}
|
||||
|
||||
.o_mapbox_polygon_placeholder {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
padding: 16px;
|
||||
color: #5f6b7a;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user