aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/application.scss
blob: fa5b564b709c8e47e0815be401e0ec56915ed0fd (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                        
 

                           
 

                                      
 

                     
 


                   


                  
           
 
                    
                       


                                          
                                           
     




                                           
     
 
 



                                            
 


                               



                                        


                                                   
 
@import '../../node_modules/video.js/dist/video-js.css';

[hidden] {
  display: none !important;
}

input.readonly {
  /* Force blank on readonly inputs */
  background-color: #fff !important;
}

.form-control, .btn {
  border-radius: 0;
}

.dropdown-menu {
  border-radius: 0;
}

.glyphicon-black {
  color: black;
}

.main-col {

  .content-padding {
    padding: 15px 30px;

    @media screen and (max-width: 800px) {
      padding: 15px 10px;
    }

    @media screen and (min-width: 1400px) {
      padding: 15px 40px;
    }

    @media screen and (min-width: 1600px) {
      padding: 15px 50px;
    }

    @media screen and (min-width: 1800px) {
      padding: 15px 60px;
    }
  }
}

/* some fixes for ng2-smart-table */
ng2-smart-table {
  thead tr {
    border-top: 1px solid rgb(233, 235, 236)
  }

  td, th {
    padding: 8px !important;
    color: #333333 !important;
    font-size: 14px !important;
  }

  .ng2-smart-pagination-nav .page-link {
    font-size: 11px !important;
  }

  .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
  }
}