aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/reactive-file.component.scss
blob: 7643f29afe04165b43aa69a4fda86ca774deeaa1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                       







                                        
                         
 


                                


             

                              
                                
   










                             
 
@use '_variables' as *;
@use '_mixins' as *;

.root {
  height: auto;
  display: flex;
  align-items: center;

  .button-file {
    @include peertube-button-file(auto);
    @include grey-button;

    &.with-icon {
      @include button-with-icon;
    }
  }

  .filename {
    @include margin-left(5px);

    font-weight: $font-semibold;
  }

  .reset-button {
    @include peertube-button;
    @include grey-button;

    font-size: 80%;
    margin-left: 5px;
    line-height: initial;
    padding: 2px 5px;
    height: auto;
  }
}