50 lines
1.1 KiB
SCSS
50 lines
1.1 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 20-Aug-2018, 11:13:15
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
/*GOOGLE MAPS*/
|
|
.pac-input {
|
|
background-color: white;
|
|
font-family: Roboto;
|
|
font-size: 1.2em;
|
|
font-weight: 300;
|
|
margin-left: 0 px;
|
|
padding: 0 11px 0 13px;
|
|
text-overflow: ellipsis;
|
|
width: 17em;
|
|
border: 1px solid transparent;
|
|
border-radius: 2px 0 0 2px;
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
|
|
box-sizing: border-box;
|
|
height: 30px;
|
|
margin-top: 10px;
|
|
outline: medium none;
|
|
}
|
|
.boxsizingBorder {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.maps-delete-menu {
|
|
position: absolute;
|
|
background: white;
|
|
padding: 3px;
|
|
color: $grey_dark;
|
|
font-weight: bold;
|
|
border: 1px solid $grey_light;
|
|
font-family: sans-serif;
|
|
font-size: 12px;
|
|
box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
|
|
margin-top: -10px;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
&:hover {
|
|
background: $grey_almost_white;
|
|
}
|
|
} |