github.com/justinjmoses/evergreen@v0.0.0-20170530173719-1d50e381ff0d/public/static/less/login.less (about)

     1  .bg-brand {
     2      color: #FFF;
     3      background-color: #3B291F;
     4  }
     5  .title {
     6  	overflow: hidden;
     7  	text-overflow: ellipsis;
     8  	font-weight: bold;
     9  }
    10  
    11  .content {
    12      width: 50%;
    13      margin: 0 auto;
    14  }