Warning, /webapps/ocs-webserver/httpdocs/theme/flatui/less/modules/share.less is written in an unsupported language. File is not indexed.

0001 //
0002 // Sharing box
0003 // --------------------------------------------------
0004 
0005 // Module color variable
0006 @share-color: mix(@base, @inverse, 8%);
0007 
0008 .share {
0009   background-color: @share-color;
0010   position: relative;
0011   .dropdown-arrow(@share-color, -9px, 23px);
0012   .border-radius(6px);
0013 
0014   ul {
0015     list-style-type: none;
0016     margin: 0;
0017     padding: 15px;
0018   }
0019   li {
0020     padding-top: 11px;
0021     .clearfix();
0022     
0023     &:first-child {
0024       padding-top: 0;
0025     }  
0026   }
0027   .toggle {
0028     float: right;
0029     margin: 0;
0030   }
0031   .btn {
0032     .border-radius(0 0 6px 6px);
0033   }  
0034 }    
0035 
0036 .share-label {
0037   float: left;
0038   font-size: 15px;
0039   padding-top: 5px;
0040   width: 50%;
0041 }