github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/frontend/manage/app/components/resource.css (about)

     1  .lcpResource {
     2     
     3  }
     4  .resources {
     5     padding: 16px;
     6     margin-left: 24px;
     7  }
     8  
     9  .selectedResource {
    10      position: absolute;
    11      top: 100px;
    12      right: 0;
    13      z-index: 0;
    14      width: 40%;
    15      float: right;
    16      
    17      background-color: blue;
    18      border-radius: 10px;
    19      border: 3px solid midnightblue;     
    20      margin:8px 48px ;    
    21      padding:8px;
    22  }
    23  
    24  .anID {
    25    font-size: 9px;
    26    color: silver;
    27    font-weight: bold;
    28  }
    29  .aLength {
    30    font-size: 9px;
    31    color: red;
    32    font-weight: bold;
    33  }
    34  .aSha256 {
    35    font-size: 9px;
    36    color: green;
    37    font-weight: bold;
    38  }
    39  
    40  
    41  .aLabel {
    42  
    43  }
    44  .lcpBuy {
    45  
    46  }
    47  .lcpLoan {
    48  
    49  }
    50  
    51  
    52  .inputhours {
    53      width: 50px;
    54  }