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

     1  h2.user {
     2      font-size: 200%;
     3  }
     4  .users {
     5      width: 50%;
     6      margin-left:16px;    
     7  }
     8  .anID {
     9      width: 50px;
    10      margin-left: 8px;    
    11      padding: 8px;
    12      border-radius: 10px;
    13      border: 3px solid black;
    14      text-align: center;     
    15  }
    16  .aLabel {
    17      width:200;
    18      color: black;
    19      background-color: gray;
    20      border-radius: 10px;
    21      border: 3px solid black; 
    22      text-align: left;
    23      padding: 8px;
    24  }
    25  .selected {
    26      background-color: blue; 
    27  }
    28  
    29  .delete {
    30      background-color: red;
    31  }