Minor fixes in small screens
parent
6da9ecbe6e
commit
27a9820dc9
|
@ -102,7 +102,7 @@ a.button-bulk {
|
||||||
background: $green-taiga;
|
background: $green-taiga;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
padding: 5px;
|
padding: .3rem .5rem;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
.icon {
|
.icon {
|
||||||
@extend %medium;
|
@extend %medium;
|
||||||
|
|
|
@ -26,10 +26,10 @@
|
||||||
@include table-flex-child(20, 100px, 0, 0);
|
@include table-flex-child(20, 100px, 0, 0);
|
||||||
}
|
}
|
||||||
.status {
|
.status {
|
||||||
@include table-flex-child(2, 100px, 0, 0);
|
@include table-flex-child(2, 150px, 0, 0);
|
||||||
}
|
}
|
||||||
.points {
|
.points {
|
||||||
@include table-flex-child(1, 100px, 0, 0);
|
@include table-flex-child(1, 80px, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.status,
|
.status,
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
}
|
}
|
||||||
.new-sprint {
|
.new-sprint {
|
||||||
float: right;
|
float: right;
|
||||||
|
.button {
|
||||||
|
padding: .5rem 1.5rem .5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.sprint-name {
|
.sprint-name {
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Reference in New Issue