Remplace hexadecimal codes with sass variables
Cleanup dead method in application controller
Remove unused sass files
#chrono-table{
margin-top: 40px;
line-height: 40px;
}
#chrono-table .interval {
margin-bottom: 5px;
}
#chrono-table .tens {
color: #71848d;
font-size: 13px;
}
#chrono-table .tens::after {
content: ' -';
}
#chrono-table ul {
margin: 0px;
padding: 0px;
font-size: 0px;
display: inline-block;
float: right;
}
#chrono-table li {
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
display: inline-block;
margin: 0px 0px 0px 5px;
cursor: pointer;
background-color: #71848d;
color: $light-blue;
font-size: 12px;
box-sizing: border-box;
}
#chrono-table li.highlighted {
color: $light-white;
border: 1px solid $light-white;
background-color: $medium-blue;
}