83 lines
1.7 KiB
SCSS
83 lines
1.7 KiB
SCSS
|
.search-section {
|
||
|
.search-main {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-evenly;
|
||
|
// margin-top: -4.35em;
|
||
|
// padding-top: 4.35em;
|
||
|
// height: 76vh;
|
||
|
overflow: auto;
|
||
|
height: 100vh;
|
||
|
min-height: 36em;
|
||
|
background: var(--linear-gradient-img),
|
||
|
url("#{$VITE_MAJLES_ASSETS_URL}/img/background-image-2.jpg") center/cover
|
||
|
no-repeat;
|
||
|
|
||
|
.title {
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
font-size: 4rem;
|
||
|
margin-bottom: 0.5em;
|
||
|
}
|
||
|
|
||
|
.subtitle {
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
font-size: 2.5rem;
|
||
|
margin-bottom: 0.5em;
|
||
|
}
|
||
|
.decryption {
|
||
|
text-align: center;
|
||
|
color: #fff;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
.form-control {
|
||
|
height: 2em;
|
||
|
align-items: center;
|
||
|
border-radius: unset !important;
|
||
|
border: 0;
|
||
|
padding-right: 1em;
|
||
|
}
|
||
|
.input-group {
|
||
|
width: 45em;
|
||
|
height: 3.5em;
|
||
|
border: 1px solid #eee;
|
||
|
// border-radius: 0.5em;
|
||
|
border-color: rgba(150, 243, 243, 0.4588235294);
|
||
|
background: #fff;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.input-group-prepend {
|
||
|
// margin-right: 4em;
|
||
|
border-right: solid #bbb 1px;
|
||
|
z-index: 99;
|
||
|
}
|
||
|
.dropdown-toggle {
|
||
|
min-width: 9.5em;
|
||
|
}
|
||
|
.dropdown-menu {
|
||
|
transform: unset !important;
|
||
|
left: 0;
|
||
|
right: auto;
|
||
|
min-width: 13.9em;
|
||
|
font-size: 0.9rem;
|
||
|
border: none;
|
||
|
// border-radius: 0.5em;
|
||
|
text-align: right;
|
||
|
margin-top: 4em;
|
||
|
}
|
||
|
.Possibilities-select {
|
||
|
margin-left: 0.5em;
|
||
|
border: 0;
|
||
|
outline: 0 !important;
|
||
|
color: #7f7f7f;
|
||
|
}
|
||
|
.tavasi-Component-198--1 {
|
||
|
font-size: 2rem;
|
||
|
cursor: pointer;
|
||
|
z-index: 2;
|
||
|
margin-left: 0.4em;
|
||
|
}
|
||
|
}
|
||
|
}
|