Skip to content

Commit

Permalink
restore dropped styles for modal subject
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidesstaffieri committed Sep 27, 2024
1 parent 97268da commit 8175d49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions extension/src/popup/components/ModalInfo/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
margin-bottom: 0.75rem;
}

&--subject {
font-size: 0.75rem;
color: #a0a0a0;
background-color: #1c1c1c;
border-radius: 6px;
line-height: 1rem;
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
padding: 0.5rem;
}

&--connection-request-pill {
display: flex;
align-items: center;
Expand Down

0 comments on commit 8175d49

Please sign in to comment.