mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
25 lines
403 B
SCSS
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;
|
|
}
|