First Commit

This commit is contained in:
Lorenzo Iovino 2016-01-29 13:14:27 +01:00
commit feb864dc47
170 changed files with 4671 additions and 0 deletions

View file

@ -0,0 +1,9 @@
.image-picker-view{
background: $content-bg;
.image-option
{
font-size: 14px !important;
}
}

View 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%;
}
}

View file

@ -0,0 +1,20 @@
.miscellaneous-view
{
.miscellaneous-functionalities
{
.item .icon:first-child
{
color: $miscellaneous-icon-color;
}
.item .title
{
font-weight:500;
}
.item .description
{
color: lighten($content-color, 30%);
}
}
}

View file

@ -0,0 +1 @@
$miscellaneous-icon-color: $theme-color-2;