Skip to content

Commit

Permalink
Поправил адаптивность
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed May 31, 2024
1 parent 7a46ab0 commit 5927b21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/src/components/SharePanel/SharePanel.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
border: 1px solid hsl(217.2 32.6% 25%)
background: #18232f
border-radius: 12px
width: min(90vw, 350px)

h3
color: #f4f6f9
Expand All @@ -20,6 +21,7 @@
&__bottom-container
display: flex
gap: 12px
width: 100%

.invite-input
outline: none
Expand All @@ -29,6 +31,7 @@
padding: 4px 8px
color: #eee
transition: 0.3s ease
width: 60%

&:focus
border: 1px solid rgba(13, 65, 227, 0.8)
Expand All @@ -39,6 +42,7 @@
.button
border-radius: 4px
padding: 6px 12px
flex: 1

&:hover
transform: scale(1)
Expand Down

0 comments on commit 5927b21

Please sign in to comment.