aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-library/my-videos/my-videos.component.scss
blob: a03baa0561dedca2a0d171ba01877638e1df4bac (plain) (tree)
1
2
3
4
5
6
7


                     

                                      

 














                                               

                                 
 


                                  
 

                                   
   
 
 

                
                    


                       

                     
 
 
                            








                           
                  

                      

   
 
                             






                             



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

input[type=text] {
  @include peertube-input-text(300px);
}

h1 {
  display: flex;
  justify-content: space-between;

  .button-link {
    @include peertube-button-link;
    @include grey-button;
    @include button-with-icon(18px, 3px, -1px);

    &:not(:last-child) {
      margin-right: 10px;
    }
  }
}

.action-button-delete-selection {
  display: inline-block;

  @include peertube-button;
  @include orange-button;
  @include button-with-icon(21px);

  my-global-icon {
    @include apply-svg-color(#fff);
  }
}

.action-button {
  display: flex;
  margin-left: 10px;
  align-self: flex-end;
}

my-edit-button {
  margin-right: 10px;
}

@include on-small-main-col {
  h1 {
    flex-direction: column;

    > span,
    .button-link {
      margin-bottom: 10px;
    }
  }

  .action-button {
    margin-top: 10px;
    margin-left: auto;
  }
}

@include on-mobile-main-col {
  .videos-header {
    flex-direction: column;

    input[type=text] {
      width: 100% !important;
    }
  }

  .action-button {
    margin-left: 0;
  }
}