Merge branch 'master' into stable
commit
d0dbb8b3e1
|
@ -0,0 +1,13 @@
|
||||||
|
.doom-line {
|
||||||
|
align-items: center;
|
||||||
|
background: $red-light;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin: .5rem 0;
|
||||||
|
padding: .25rem 0;
|
||||||
|
span {
|
||||||
|
@include font-size(small);
|
||||||
|
@include font-type(text);
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
}
|
|
@ -243,21 +243,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.doom-line {
|
|
||||||
background: $red;
|
|
||||||
margin: .2rem 0;
|
|
||||||
padding: .6rem 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
span {
|
|
||||||
@include font-size(small);
|
|
||||||
@include font-type(text);
|
|
||||||
color: $white;
|
|
||||||
position: absolute;
|
|
||||||
right: .5rem;
|
|
||||||
top: -3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.us-settings {
|
.us-settings {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-left: 2rem;
|
margin-left: 2rem;
|
||||||
|
|
|
@ -88,6 +88,7 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.sprint-summary {
|
.sprint-summary {
|
||||||
|
align-items: flex-end;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
@ -95,18 +96,12 @@
|
||||||
@include font-size(small);
|
@include font-size(small);
|
||||||
@include font-type(text);
|
@include font-type(text);
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
flex-flow: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
li {
|
|
||||||
display: inline-block;
|
|
||||||
&:first-child {
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.compact-sprint {
|
.compact-sprint {
|
||||||
transform: rotate(0);
|
transform: rotate(0);
|
||||||
|
|
Loading…
Reference in New Issue