Created the ChannelItem styles.sass

This commit is contained in:
Mathias Wagner 2023-11-14 09:45:06 +01:00
parent 3836c5824f
commit a37bc247e2
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,23 @@
@import "@/common/styles/colors"
.channel-item
display: flex
justify-content: space-between
align-items: center
padding: 1.5rem 2rem
background-color: $darker
border-radius: 1rem
.channel-item .info-area
display: flex
h2
margin: 0
font-size: 1.7rem
svg
font-size: 22pt
.channel-item .action-area
display: flex
gap: 1rem