@@ -156,7 +156,7 @@ export default {
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "../css/print";
|
@import '../css/print';
|
||||||
|
|
||||||
.icon-activity {
|
.icon-activity {
|
||||||
background-image: url(../img/activity-dark.svg);
|
background-image: url(../img/activity-dark.svg);
|
||||||
|
|||||||
@@ -471,10 +471,10 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.filter-button {
|
.filter-button {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
background-color: rgba(127,127,127,0.25) !important;
|
background-color: rgba(127,127,127,0.25) !important;
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export default {
|
|||||||
#app-sidebar .icon-close {
|
#app-sidebar .icon-close {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-deck .app-sidebar {
|
.app-deck .app-sidebar {
|
||||||
z-index: 1500 !important;
|
z-index: 1500 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ export default {
|
|||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-assignees {
|
.description-assignees {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -215,7 +215,7 @@ export default {
|
|||||||
height: 36px;
|
height: 36px;
|
||||||
flex-grow: unset;
|
flex-grow: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacer {
|
.spacer {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user