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

31 lines
375 B
SCSS
Raw Normal View History

2017-05-16 13:34:00 +02:00
.table-routes {
// Make pseudo links
td {
cursor: pointer;
color: #337ab7;
text-decoration: none;
2018-07-05 17:02:32 +02:00
span:hover {
2017-05-16 13:34:00 +02:00
text-decoration: underline;
}
}
2017-05-23 15:53:15 +02:00
.noexport-reason,
2017-05-16 13:34:00 +02:00
.reject-reason {
font-size: 90%;
color: #333;
margin-bottom: 1px;
}
}
.table-protocols {
.date-since {
white-space: nowrap;
}
2018-07-06 15:03:03 +02:00
background: white;
2017-05-16 13:34:00 +02:00
}