Skip to content

Commit

Permalink
init 2
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Dec 8, 2023
1 parent b5cbb55 commit 1f6ebb8
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface DirectMessageButtonProps {
}

/**
* CHECK IF NEED TO DELETE
* CHECK IF NEED TO DELETE THIS FILE.
*/

const DirectMessageButton: FC<DirectMessageButtonProps> = (props) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
max-height: 29.25rem;
border-radius: 0;
box-shadow: 0 0.25rem 0.9375rem var(--drop-shadow);
height: 37rem;

:global(.modal__header-wrapper--with-modal-padding) {
.modalHeader {
Expand All @@ -20,7 +21,7 @@
}

.modalContent {
padding: 0;
//padding: 0;
}

.modalCloseWrapper {
Expand All @@ -31,6 +32,7 @@
@include tablet {
max-width: unset;
max-height: unset;
height: 100%;
}
}

Expand All @@ -56,6 +58,28 @@
align-items: center;
}

// .control {
// background-color: var(--secondaryBackground);
// color: var(--primaryText);
// }

// .menuList {
// background-color: var(--tertiaryFill);
// }

// .option {
// color: var(--primaryText);
// }

// .indicatorsContainer {
// display: none;
// }

// .singleValue {
// background-color: var(--secondaryBackground);
// color: var(--primaryText);
// }

.infoText {
margin: 1rem 0;
padding: 0 1rem;
Expand All @@ -82,3 +106,12 @@
.userItem {
padding: 0.375rem 1.75rem;
}

.optionWrapper {
display: flex;
align-items: center;
}

.userAvatar {
margin-right: 0.75rem;
}
Loading

0 comments on commit 1f6ebb8

Please sign in to comment.