github.com/abayer/test-infra@v0.0.5/mungegithub/submit-queue/www/style.css (about) 1 .titleLogo { 2 width: 84px; 3 } 4 5 md-list-item .md-list-item-inner > .md-avatar img, 6 md-list-item > .md-avatar img { 7 border-radius: 50%; 8 box-sizing: content-box; 9 height: 40px; 10 margin-bottom: 8px; 11 margin-right: 16px; 12 margin-top: 8px; 13 width: 40px; 14 } 15 16 .yellowTab { 17 padding: 14px; 18 background-color: #FF8A65; 19 color: black; 20 } 21 22 .redTab { 23 padding: 14px; 24 background-color: #F4511E; 25 color: white; 26 }