mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
32 lines
No EOL
239 B
SCSS
32 lines
No EOL
239 B
SCSS
/*
|
|
Issues List
|
|
*/
|
|
|
|
table.issues {
|
|
|
|
.date {
|
|
width: 25%;
|
|
}
|
|
|
|
.title {
|
|
width: 35%;
|
|
}
|
|
|
|
.assigned,
|
|
.author {
|
|
width: 15%;
|
|
}
|
|
|
|
.actions {
|
|
width: 10%;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
/*
|
|
Issues Page
|
|
*/
|
|
|
|
#issue {
|
|
|
|
} |