1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
Matthias Hannig c593cfffcb set noexport style
2017-05-23 15:53:15 +02:00

30 lines
351 B
SCSS

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