Sindbad~EG File Manager

Current Path : /home/julesbu/www/wp-content/themes/Jules_Belamy/styles/vendors/components/
Upload File :
Current File : /home/julesbu/www/wp-content/themes/Jules_Belamy/styles/vendors/components/search.scss

.search-form {
  display: flex;
  align-items: center;
  border: 1px solid #dddde0;
  border-radius: 8px;
  max-width: 400px;

  padding: 0px 16px;
  input.search-field {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 8px;
    background: transparent;
    color: #9f9da6;

    &::placeholder {
      color: #9f9da6;
    }
  }

  button.search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
      color: #9f9da6;
      width: 20px;
      height: 20px;
    }

    &:hover svg {
      color: darken(#9f9da6, 10%);
    }
  }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists