WIP: Iconpicker

This commit is contained in:
Hoang Huu
2019-09-26 13:28:57 +07:00
parent e008043173
commit 986fe8e02b
34 changed files with 249 additions and 300 deletions

View File

@@ -0,0 +1,17 @@
.opal-map {
min-height: 300px;
width: 100%;
margin: 5px 1px 1px;
border: solid 1px #DDD;
box-sizing: border-box;
}
.opal-map img {
max-width: none;
}
.opalestate-map-wrap {
display: block;
width: 100%;
position: relative;
padding: 12px;
}