github.com/sym3tri/etcd@v0.2.1-0.20140422215517-a563d82f95d6/mod/dashboard/app/page/stats/_stats.scss (about) 1 .ed-p-stats { 2 .panel-body { 3 padding: 30px; 4 } 5 } 6 7 .ed-m-square-status { 8 height: 10px; 9 width: 10px; 10 display: inline-block; 11 margin-right: 5px; 12 13 &.ed-m-square-status--green { 14 background-color: #00DB24; 15 } 16 17 &.ed-m-square-status--orange { 18 background-color: #FFC000; 19 } 20 21 &.ed-m-square-status--red { 22 background-color: #c40022; 23 } 24 } 25 26 .ed-p-stats__leader-container { 27 padding-bottom: 20px; 28 margin-bottom: 20px; 29 border-bottom: 1px solid #999; 30 }