cms/app-client/app/styles/tabs/chrono.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 10 Jun 2016 23:42:11 +0200
changeset 186 36e5a67656e6
parent 98 2e6bfce6f99c
child 195 9d083636bd99
permissions -rw-r--r--
Basic thematiques styling

#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;
}