Warning, /webapps/ocs-webserver/httpdocs/theme/react/assets/less/get-it.less is written in an unsupported language. File is not indexed.

0001 out: ../css/get-it.css, sourcemap: true, compress: true
0002 
0003 @import "elements.less";
0004 
0005 #get-it-modal-window {
0006   padding-right: 0 !important;
0007 }
0008 
0009 #get-it-modal {
0010   width: 100%;
0011   margin: 0 auto;
0012   background-color: white;
0013   height: 500px;
0014 
0015   button.close {
0016     position: absolute;
0017     top: 20px;
0018     right: 20px;
0019   }
0020 
0021   #files-tabs-container {
0022     padding-top: 50px;
0023     background-color: white;
0024     height: 500px;
0025     overflow: hidden;
0026     max-width: 100%;
0027 
0028     .files-tabs-header {
0029       padding: 0 20px 40px 20px;
0030 
0031       h2 {
0032         margin: 0;
0033       }
0034     }
0035 
0036     .tabs-menu {
0037 
0038       ul {
0039         padding: 0 10px;
0040       }
0041 
0042 
0043       li {
0044         margin-bottom: -2px;
0045         cursor: pointer;
0046       }
0047     }
0048   }
0049 
0050   #files-tab {
0051     max-width: 100%;
0052     height: 337px;
0053   }
0054 
0055   #files-table {
0056     width: 100%;
0057     border: 0;
0058     height: 337px;
0059     position: relative;
0060 
0061     thead, tbody, tr, td, th { display: block; }
0062 
0063     tr {
0064       border-bottom: 1px solid #ccc;
0065     }
0066 
0067     tr:after {
0068         content: ' ';
0069         display: block;
0070         visibility: hidden;
0071         clear: both;
0072     }
0073 
0074     thead,tbody {
0075       tr {
0076         td,th {
0077           text-align: left;
0078           padding: 5px !important;
0079 
0080           .download-button {
0081             color: white;
0082             padding: 3px 5px;
0083           }
0084         }
0085         th {
0086           height: 35px;
0087           color:#4e4e4e !important;
0088         }
0089       }
0090     }
0091 
0092     thead {
0093       tr {
0094         height: 35px;
0095       }
0096     }
0097 
0098     tbody {
0099       height: 258px;
0100       overflow-y: auto;
0101 
0102       tr {
0103         height: 45px;
0104         td {
0105           height: 45px;
0106         }
0107 
0108         &:last-child {
0109           position: absolute;
0110           bottom: 0;
0111           left: 0;
0112           width: 100%;
0113           border-top: 1px solid #ccc;
0114           border-bottom: 0;
0115         }
0116       }
0117     }
0118 
0119     tbody td, thead th {
0120         width: 11.11%;
0121         float: left;
0122 
0123         &:nth-child(1){
0124           width: 31.14%;
0125         }
0126 
0127         &:nth-child(2),
0128         &:nth-child(3),
0129         &:nth-child(6){
0130           width: 6.66%;
0131         }
0132 
0133         &:nth-child(4),
0134         &:nth-child(5),
0135         &:nth-child(8){
0136           width: 7.77%;
0137         }
0138 
0139         &:nth-child(9){
0140           width: 14.44%;
0141         }
0142     }
0143 
0144   }
0145 }