Skip to content

Commit

Permalink
Merge pull request #4325 from coralproject/fix/CORL-2844-reject-butto…
Browse files Browse the repository at this point in the history
…ns-alignment

[CORL-2844]: update reject button and comment spacing in admin conversation modal
  • Loading branch information
tessalt authored Aug 24, 2023
2 parents 18414e9 + 1a985f7 commit abae2e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $conversationModalHighlightBackground: $colors-teal-100;
$conversationModalCommentText: var(--palette-text-500);
.root {
flex: 1;
padding: 0 var(--spacing-2);
}

.line {
Expand Down Expand Up @@ -42,6 +43,7 @@ $conversationModalCommentText: var(--palette-text-500);

.rejectButton {
height: fit-content;
margin-top: var(--spacing-1);
&:disabled {
background-color: var(--palette-error-500) !important;
opacity: 1 !important;
Expand Down

0 comments on commit abae2e6

Please sign in to comment.