aboutsummaryrefslogblamecommitdiff
path: root/src/settings/components/form/SearchForm.scss
blob: 26b2f446c0d0886e3bb08538877cf3a8c8d057e4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                   



                   
                   

                 
                   













                        
   
.form-search-form {
  @mixin row-base {
    display: flex;

    .column-name {
      flex: 1;
      min-width: 0;
    }
    .column-url {
      flex: 5;
      min-width: 0;
    }
    .column-option {
      text-align: right;
      flex-basis: 5rem;
    }
  }

  &-header {
    @include row-base;

    font-weight: bold;
  }

  &-row {
    @include row-base;
  }
}