hexabot/widget/src/components/buttons/LocationButton.scss
2024-10-12 10:27:05 +01:00

25 lines
403 B
SCSS

.sc-user-input--location-icon-wrapper {
background: none;
border: none;
padding: 0px;
margin: 0px;
outline: none;
opacity: .5;
}
.sc-user-input--location-icon-wrapper:focus {
outline: none;
}
.sc-user-input--location-icon {
width: 20px;
height: 20px;
cursor: pointer;
align-self: center;
vertical-align: middle;
}
.sc-user-input--location-icon-wrapper:hover {
opacity: 1;
}