Skip to content

Commit

Permalink
refactor(flat-components): update invite modal styles (netless-io#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Aug 1, 2023
1 parent d86c2ee commit 5bc1f4b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,18 @@

.invite-modal-content-item {
display: flex;
word-break: break-all;

span {
display: inline-block;

&:first-of-type {
flex: 1;
min-width: 25%;
padding-right: 16px;
white-space: nowrap;
color: var(--text);
}

&:last-of-type {
flex: auto;
flex: 1;
text-align: right;
}
}
Expand All @@ -71,7 +70,7 @@

.flat-color-scheme-dark {
.invite-modal-header {
> span {
>span {
&:first-of-type {
margin-bottom: 8px;
color: var(--grey-0);
Expand Down

0 comments on commit 5bc1f4b

Please sign in to comment.