aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.scss
blob: a811b9cf0c91dcffa08d6c60c59f2dd440a21630 (plain) (tree)
1
2
3
4
5
6
7
8
9


                     


                       
 
                            
 


                                            
   
 
            
 

                                                            
 

                                    
     
 








                                                         
 


                                           
         
       

     
 


                                                     
 






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

$border-width: 3px;
$border-type: solid;
$border-color: #EAEAEA;

$background-color:  #F7F7F7;

/deep/ tabset.root-tabset.video-add-tabset {
  &.hide-nav .nav {
    display: none !important;
  }

  & > .nav {

    border-bottom: $border-width $border-type $border-color;
    margin: 0 !important;

    & > li {
      margin-bottom: -$border-width;
    }

    .nav-link {
      height: 40px !important;
      padding: 0 30px !important;
      font-size: 15px;

      &.active {
        border: $border-width $border-type $border-color;
        border-bottom: none;
        background-color: $background-color !important;

        span {
          border-bottom: 2px solid #F1680D;
          font-weight: $font-bold;
        }
      }
    }
  }

  .upload-video-container {
    border: $border-width $border-type $border-color;
    border-top: none;

    background-color: $background-color;
    border-radius: 3px;
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}