Newer
Older
@import '../../styles/config/colors';
@import '../../styles/config/layout';
@import '../../styles/config/breakpoints';
@import '../../styles/config/typography';
.content {
.searchField {
max-width: 750px;
width: 100%;
display: flex;
align-items: flex-end;
.inputGroup {
color: $text-grey;
font-size: 1rem;
margin-right: 2rem;
label {
font-weight: 700;
display: block;
margin-bottom: 0.5rem;
}
input {
box-sizing: border-box;
background: transparent;
border: 1px solid $text-dark;
border-radius: 4px;
height: 40px;
padding: 0 0.5rem;
width: 500px;
&:disabled {
opacity: 0.8;
cursor: not-allowed;
}
gap: 1rem;
position: fixed;
bottom: 0;
left: 50%;
transform: translate(-25%);
button {
margin: 0;
}
.btnSelection {
position: relative;
span {
position: absolute;
font-size: 1rem;
padding-top: 4px;
right: -14px;
top: -14px;
width: 26px;
height: 26px;
border-radius: 50%;
display: block;
background: $grey-dark;
border: 1px solid $text-dark;
}
}
}