mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
31 lines
375 B
SCSS
31 lines
375 B
SCSS
|
|
.table-routes {
|
|
// Make pseudo links
|
|
td {
|
|
cursor: pointer;
|
|
|
|
color: #337ab7;
|
|
text-decoration: none;
|
|
|
|
span:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.noexport-reason,
|
|
.reject-reason {
|
|
font-size: 90%;
|
|
color: #333;
|
|
margin-bottom: 1px;
|
|
}
|
|
}
|
|
|
|
|
|
.table-protocols {
|
|
.date-since {
|
|
white-space: nowrap;
|
|
}
|
|
background: white;
|
|
}
|
|
|