mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
32 lines
239 B
SCSS
32 lines
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 {
|
||
|
|
||
|
}
|