cms/app-client/app/styles/tabs/chrono.scss
author ymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 19:30:17 +0200
changeset 149 3ace15523e6b
parent 98 2e6bfce6f99c
child 195 9d083636bd99
permissions -rw-r--r--
ember css in pods still does not work for us (funnel error in emble cli)

#chrono-table{
  margin-top: 40px;
}

#chrono-table ul {
  margin: 0;
}

#chrono-table li {
  width:40px;
  height:40px;
  text-align:center;
  vertical-align:middle;
  background-color:#B0D1D3;
  display: inline-block;
  margin: 2px 0;
  line-height: 30px;
  cursor: pointer;
}

#chrono-table li.highlighted {
  background-color:#2D7073;
}