feat: Add a dropdown to change status to "bot" (#1997)

This commit is contained in:
Nithin David Thomas
2021-04-07 11:44:58 +05:30
committed by GitHub
parent 7a890e543a
commit 7c9cd8aa1e
6 changed files with 129 additions and 54 deletions

View File

@@ -8,12 +8,6 @@ $resolve-button-width: 13.2rem;
@include flex-align($x: justify, $y: middle);
@include border-normal-bottom;
// Resolve Button
.button {
@include margin(0);
@include flex;
}
.multiselect-box {
@include flex;
@include flex-align($x: justify, $y: middle);
@@ -66,26 +60,6 @@ $resolve-button-width: 13.2rem;
}
}
.button.resolve--button {
@include flex-align($x: center, $y: middle);
font-size: var(--font-size-default);
width: $resolve-button-width;
>.icon {
font-size: $font-size-default;
padding-right: $space-small;
}
.spinner {
margin-right: $space-smaller;
padding: 0 $space-one;
&::before {
border-top-color: $color-white;
}
}
}
.header-actions-wrap {
display: flex;