1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
2017-05-16 13:34:00 +02:00

29 lines
331 B
SCSS

.table-routes {
// Make pseudo links
td {
cursor: pointer;
color: #337ab7;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.reject-reason {
font-size: 90%;
color: #333;
margin-bottom: 1px;
}
}
.table-protocols {
.date-since {
white-space: nowrap;
}
}