166 lines
2.8 KiB
CSS
Executable File
166 lines
2.8 KiB
CSS
Executable File
.dropdown-menu {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.header-search-input label {
|
|
position: relative;
|
|
}
|
|
|
|
.header-search-input label:before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 18px;
|
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='18' height='18' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
|
|
}
|
|
|
|
.text-input-search {
|
|
padding: 12px 20px 12px 40px;
|
|
border-radius: 12px;
|
|
width: 325px;
|
|
font-size: 1em;
|
|
text-transform: lowercase;
|
|
background-color: #2f3136;
|
|
}
|
|
|
|
.title {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.navLink {
|
|
padding: 0px 30px;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.profile-dropdown {
|
|
display: block;
|
|
position: absolute;
|
|
padding: 5px;
|
|
width: 135px;
|
|
font-size: 13px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.profile-dropdown a div:hover {
|
|
background-color: #a8adb3;
|
|
color: white;
|
|
}
|
|
|
|
.profile-dropdown-img {
|
|
position: absolute;
|
|
font-size: 13px;
|
|
padding: 5px;
|
|
margin-top: 5px;
|
|
right: 70px;
|
|
width: 130px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.profile-dropdown-img a div:hover {
|
|
background-color: #a8adb3;
|
|
color: white;
|
|
}
|
|
|
|
.nav-container {
|
|
background-color: #2f3136;
|
|
padding: 10px 0;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* display: 'inline-block';
|
|
max-width: '100%';
|
|
text-align: 'center'; */
|
|
}
|
|
|
|
.header-search-input {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.user-img {
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
a.navLink {
|
|
font-size: 12px;
|
|
padding: 0px 20px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 488px) {
|
|
a.navLink{
|
|
/* display: none; */
|
|
margin-top: 10px;
|
|
width: 100%;
|
|
padding: 0;
|
|
border-bottom: 1px solid white;
|
|
padding: 10px 0
|
|
}
|
|
|
|
.profile-container {
|
|
display: none;
|
|
}
|
|
|
|
div.nav-container {
|
|
padding: 0 20px;
|
|
height: 100vh;
|
|
/* align-items: start; */
|
|
justify-content: start;
|
|
flex-direction: column;
|
|
}
|
|
|
|
div.nav-container-disabled {
|
|
padding: 4px;
|
|
height: 0;
|
|
}
|
|
|
|
a.navLink-disabled {
|
|
display: none;
|
|
}
|
|
|
|
form.header-search-input {
|
|
display: none;
|
|
margin-left: 0;
|
|
}
|
|
|
|
div.user-img {
|
|
display: block;
|
|
margin-left: auto;
|
|
}
|
|
|
|
button.dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.search-input-dropdown {
|
|
margin-right: 10px;
|
|
display: block !important;
|
|
}
|
|
|
|
h1.title-dropdown {
|
|
display: none;
|
|
}
|
|
|
|
a.navLink:hover{
|
|
border-bottom-width: 1px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.user-img .profile-dropdown-img {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 390px){
|
|
input.text-input-search {
|
|
width: 230px;
|
|
}
|
|
}
|