All files / app/address/googleAutocomplete GoogleAutocomplete.scss

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1725x                                
@import '../../ui/Base';
 
$googleLogoHeight: 18px;
 
.co-googleAutocomplete-footer {
    background-color: color("greys", "lightest");
    background-image: url("../../../static/img/powered_by_google_on_white.png");
    background-position-x: spacing("half");
    background-position-y: center;
    background-repeat: no-repeat;
    border-top: container("border");
    box-sizing: content-box;
    color: color("greys", "dark");
    height: $googleLogoHeight;
    padding: spacing("half");
}