First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
32
hackatonApp/scss/miscellaneous/maps.styles.scss
Normal file
32
hackatonApp/scss/miscellaneous/maps.styles.scss
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.maps-view
|
||||
{
|
||||
background-color: $content-bg !important;
|
||||
|
||||
.center-map-action
|
||||
{
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
z-index: 9;
|
||||
|
||||
.item.item-input-inset
|
||||
{
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
.item-input-wrapper
|
||||
{
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
map
|
||||
{
|
||||
width: 100%;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.scroll, .mapWrap
|
||||
{
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue