Doomline fix
parent
a0957af050
commit
0af2f64103
|
@ -89,7 +89,12 @@
|
|||
}
|
||||
}
|
||||
.doom-line {
|
||||
border-bottom: 3px solid $red;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
background: $red;
|
||||
border-top: 2px solid darken($red, 10%);
|
||||
border-bottom: 2px solid lighten($red, 10%);
|
||||
margin: .5rem 0;
|
||||
}
|
||||
.pop-status {
|
||||
@include popover(150px, "", 30px, 10px, "");
|
||||
|
|
|
@ -146,6 +146,15 @@
|
|||
|
||||
/* If sprint is closed and date is old */
|
||||
.sprint-closed {
|
||||
.sprint-summary {
|
||||
.icon {
|
||||
@include transform(rotate(180deg));
|
||||
&:hover {
|
||||
@include transform(rotate(0deg));
|
||||
@include transition (all .2s ease-in);
|
||||
}
|
||||
}
|
||||
}
|
||||
.number, .description {
|
||||
color: $grayLight;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ section.backlog-table
|
|||
div.status.width-2
|
||||
div.points.width-1 Front
|
||||
div.points.width-1 Total
|
||||
div.row.table-main.blocked.doom-line
|
||||
div.row.table-main.blocked
|
||||
div.user-stories.width-4
|
||||
div.user-story-name
|
||||
input(type="checkbox", name="")
|
||||
|
@ -64,6 +64,7 @@ section.backlog-table
|
|||
a(href="", title="Status 2") Status 2
|
||||
li
|
||||
a(href="", title="Status 3") Status 3
|
||||
hr.doom-line
|
||||
- for (var x = 0; x < 50; x++)
|
||||
div.row.table-main
|
||||
div.user-stories.width-4
|
||||
|
|
Loading…
Reference in New Issue