github.com/hzck/speedroute@v0.0.0-20201115191102-403b7d0e443f/old-public/css/speedroute.css (about)

     1  body, html, uib-tabset, uib-tab {
     2      height: 100%;
     3  }
     4  div {
     5      /*border-style: solid;
     6      border-width: 1px;*/
     7  }
     8  /*
     9  .header {
    10      height: 20%
    11  }*/
    12  .container-fluid, .tab-content, .main, .tab-pane, .tab-area{
    13    height: 100%;
    14  }
    15  .network {
    16      background-color: #AFAFAF;
    17      height: 100%;
    18  }
    19  /*.highlight-grouped-reward {	
    20    	background: lightblue;
    21    	box-shadow:5px 0 0 lightblue, -5px 0 0 lightblue;
    22    	padding: 11px 0;
    23    	margin:1px 5px;
    24  }*/
    25  
    26  /* needed by angular bootstrap */
    27  .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }