search added

This commit is contained in:
2024-05-12 19:16:57 -04:00
parent 107858c363
commit c3c5348370
14 changed files with 71 additions and 56 deletions

View File

@ -32,9 +32,11 @@ $white: #fff;
}
.browse-image img {
margin-top: 50px;
width: auto;
height: 200px;
background-color: transparent;
margin-top: 50px;
}
.browse-fieldContainer {
@ -150,4 +152,42 @@ $white: #fff;
width: auto;
height: auto;
font-family: "Gotham Medium";
}
.browse-search {
width: 80%;
height: 50px;
background: linear-gradient(
-30deg,
rgb(187, 208, 236) 0%,
rgba(255, 255, 255, 1) 100%
);
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
border-radius: 20px;
border: 1px solid $gray;
margin-bottom: 5px;
margin-top: 5px;
transition: all 0.3s ease-in-out;
text-decoration: none;
background-color: transparent;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.browse-search input {
width: 100%;
height: 50px;
border-radius: 20px 0 0 20px;
background-color: transparent;
outline: none;
box-shadow: none;
font-size: 18px;
font-family: "Gotham Medium";
color: $dark-blue;
border: none;
border-right: none;
padding-left: 20px;
padding-top: 2px;
}

View File

@ -35,6 +35,7 @@ $white: #fff;
width: auto;
height: 200px;
background-color: transparent;
margin-top: 50px;
}
.cable-fieldContainer {

View File

@ -35,6 +35,7 @@ $white: #fff;
width: auto;
height: 200px;
background-color: transparent;
margin-top: 50px;
}
.map-fieldContainer {
@ -271,6 +272,7 @@ $white: #fff;
width: auto;
height: auto;
font-size: 20px;
margin-top: 2px;
color: $medium-blue;
font-family: "Gotham Bold";
background-color: transparent;

View File

@ -57,45 +57,8 @@ $white: #fff;
color: $light-blue;
}
.navbar-search {
width: 100%;
height: auto;
display: flex;
border-radius: 15px;
padding: 0;
margin: 0;
}
.navbar-search input {
width: 80%;
height: auto;
padding: 10px;
border-radius: 15px 0 0 15px;
background-color: $white;
outline: none;
box-shadow: none;
font-size: 16px;
font-family: "Gotham Medium";
color: $dark-blue;
border: solid $light-blue 2px;
border-right: none;
}
.navbar-search button {
width: 20%;
height: auto;
border-radius: 0 15px 15px 0;
background-color: $white;
outline: none;
box-shadow: none;
font-size: 16px;
font-family: "Gotham Medium";
border: solid $light-blue 2px;
cursor: pointer;
}
.navbar-list {
margin-top: 20px;
margin-top: 10px;
width: 100%;
height: auto;
display: flex;

View File

@ -35,6 +35,7 @@ $white: #fff;
width: auto;
height: 200px;
background-color: transparent;
margin-top: 50px;
}
.settings-fieldContainer {

View File

@ -35,6 +35,7 @@ $white: #fff;
width: auto;
height: 200px;
background-color: transparent;
margin-top: 50px;
}
.statistics-fieldContainer {

View File

@ -35,6 +35,7 @@ $white: #fff;
width: auto;
height: 200px;
background-color: transparent;
margin-top: 50px;
}
.summary-fieldContainer {