19 lines
201 B
SCSS
19 lines
201 B
SCSS
/* ===========
|
|
Tickets
|
|
============== */
|
|
|
|
.tickets-list {
|
|
a {
|
|
color: $muted;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
img {
|
|
height: 32px;
|
|
width: 32px;
|
|
}
|
|
|
|
td {
|
|
vertical-align: middle;
|
|
}
|
|
} |