github.com/christoph-karpowicz/db_mediator@v0.0.0-20210207102849-61a28a1071d8/web/src/css/Content.css (about)

     1  div.content {
     2      grid-area: content;
     3      padding: 10px;
     4      height: 150vh;
     5      z-index: 80;
     6  }
     7  
     8  .synchs-top-pane {
     9      display: flex;
    10      justify-content: center;
    11      padding-bottom: 10px;
    12      border-bottom: var(--main-border);
    13  }
    14  .synchs-top-pane-button {
    15      padding: 7px 30px;
    16      background-color: #fff;
    17      border: none;
    18  }
    19  .synchs-top-pane-button:first-child {
    20      border-right: var(--main-border);
    21  }
    22  .synchs-top-pane-button:hover {
    23      cursor: pointer;
    24      background-color: #e0e0e0;
    25  }
    26  .synchs-top-pane-button:focus {
    27      outline-width: 0;
    28  }
    29  
    30  .synchs-body {
    31      padding: 50px;
    32  }