Skip to content

Commit

Permalink
fix: z-index and other styles in SocialChat component
Browse files Browse the repository at this point in the history
  • Loading branch information
ktquez committed Jun 24, 2020
1 parent 3035147 commit 6a430b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SocialChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ $bgButton = #333
.vsc-popup
position: fixed
z-index: 999
right: 20px
bottom: 20px
display: flex
Expand Down Expand Up @@ -247,6 +248,7 @@ $bgButton = #333
letter-spacing: .2px
margin: 1.5px 0
border-radius: 10px
text-decoration: none !important
&:hover, &:focus
background-color: #fbfbfb
Expand Down Expand Up @@ -280,13 +282,15 @@ $bgButton = #333
> span
display: block
line-height: 1rem
&__label
font-size: 12px
&__name
font-weight: bold
margin-top: 2px
font-size: 18px
&-footer
padding: 16px
Expand Down

0 comments on commit 6a430b4

Please sign in to comment.