feat: Add a dropdown to change status to "bot" (#1997)
This commit is contained in:
committed by
GitHub
parent
7a890e543a
commit
7c9cd8aa1e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user