blob: b47ef9cdd7f8f628ee5ee8ec716a895c73588fb3 [file] [log] [blame]
Tyler Scott3c17d5f2015-06-23 17:49:29 -06001html, body {
2 width: 100%;
3 height: 100%;
4 margin: 0;
5}
6
Tyler Scott3c17d5f2015-06-23 17:49:29 -06007.sidebar {
8 height: 100%;
9 max-height: 100%;
10 overflow: auto;
11}
Tyler Scottf08ab962015-06-30 16:31:29 -060012
Tyler Scottf65b7102015-06-30 18:40:14 -060013fail {
14 color: red;
15}
16
17sucess {
18 color: green;
Tyler Scottf08ab962015-06-30 16:31:29 -060019}