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

     1  .purchase {
     2      border-color: darkgrey;
     3      background: black;
     4      color : white;
     5      padding: 8px 8px 8px 8px;
     6      margin: 16px 16px;    
     7  }
     8  .rights,.register {
     9      font-style: italic;
    10      color : gray;
    11      width: 50%;
    12      margin-left: 32px;
    13  }
    14  
    15  .licenseID {
    16      font-size: 75%;
    17      width: 50%;
    18      margin-left: 32px;
    19  }
    20  
    21  .inputhours {
    22      width: 50px;
    23  }