wix-style-react
Version:
14 lines (12 loc) • 382 B
CSS
/* st-namespace-reference="../../../src/GoogleAddressInput/GoogleAddressInput.st.css" */
:import {
-st-from: '../Foundation/stylable/colors.st.css';
-st-named: D60;
}
.googleFooter {
height: 40px;
border-top: 1px solid value(D60);
background: url('../assets/powered_by_google.png') no-repeat;
background-position: calc(100% - 14px) 50%;
background-size: auto 18px;
}