github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyftBlockExplorerUI/src/components/nav/nav.css (about)

     1  .navHeader {
     2      height: 150pt;
     3      background-color: #4f2e7e;
     4      padding-top: 30pt;
     5      padding-left: 2.5%;
     6      z-index: -10000;
     7      width: 100%;
     8  }
     9  
    10  .headerText { 
    11      color: white;
    12      letter-spacing: 1.7px;
    13      font-family: 'Open Sans', sans-serif;
    14      font-size: 15px;
    15      text-transform: uppercase;
    16  }
    17  
    18  .buttonContainer {
    19      flex: 1;
    20      flex-direction: row;
    21      padding-top: 20pt;   
    22  }
    23  
    24  .btn { 
    25      color: white;
    26      background-color: transparent;
    27      font-size: 8px;
    28      letter-spacing: 1.6px;
    29      font-family: 'Open Sans', sans-serif;
    30      width: 120px;
    31      height: 32px;
    32      margin-right: 1%;
    33      font-weight: 300;
    34  }
    35  
    36  .btnActive {
    37      color: #4f2e7e;
    38      background-color: white;
    39      font-size: 8px;
    40      letter-spacing: 1.6px;
    41      font-family: 'Open Sans', sans-serif;
    42      width: 120px;
    43      height: 32px;
    44      margin-right: 1%;
    45      font-weight: 300;
    46  }
    47  
    48  .btn:hover { 
    49      color: #4f2e7e;
    50      background-color: #ffffff;
    51      font-size: 8px;
    52  }