aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/search/search-filters.component.scss
blob: 99af2e4c52931227c22f6dfc3693eb8edb6f20e0 (plain) (tree)




















                                           

                      

















                                     
























































































                                                              
@import '_variables';
@import '_mixins';

form {
  margin-top: 40px;
}

.radio-label {
  font-size: 15px;
  font-weight: $font-bold;
}

.peertube-radio-container {
  @include peertube-radio-container;

  display: inline-block;
  margin-right: 30px;
}

.peertube-select-container {
  @include peertube-select-container(auto);

  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 25px;
}

input[type=text] {
  @include peertube-input-text(100%);
  display: block;
}

input[type=submit] {
  @include peertube-button-link;
  @include orange-button;
}

.submit-button {
  text-align: right;
}

.reset-button {
  @include peertube-button;

  font-weight: $font-semibold;
  display: inline-block;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  background: transparent;

  margin-right: 1rem;
}

.reset-button-small {
  font-size: 80%;
  height: unset;
  line-height: unset;
  margin: unset;
  margin-bottom: 0.5rem;
}

.label-container {
  display: flex;
  white-space: nowrap;
}

::ng-deep {
  .ng2-tag-input {
    border: none !important;
  }

  .ng2-tags-container {
    display: flex;
    align-items: center;
    border: 1px solid #C6C6C6;
    border-radius: 3px;
    padding: 5px !important;
    height: max-content;
  }

  tag-input-form {
    input {
      height: 30px !important;
      font-size: 12px !important;

      background-color: var(--mainBackgroundColor) !important;
      color: var(--mainForegroundColor) !important;
    }
  }

  tag {
    background-color: $grey-background-color !important;
    color: #000 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 5px 0 0 !important;
    cursor: default !important;
    padding: 0 8px 0 10px !important;

    div {
      height: 100% !important;
    }
  }

  delete-icon {
    cursor: pointer !important;
    height: auto !important;
    vertical-align: middle !important;
    padding-left: 6px !important;

    svg {
      position: relative;
      top: -1px;
      height: auto !important;
      vertical-align: middle !important;

      path  {
        fill: $grey-foreground-color !important;
      }
    }

    &:hover {
      transform: none !important;
    }
  }
}