Created the ChannelItem styles.sass
This commit is contained in:
parent
3836c5824f
commit
a37bc247e2
@ -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
|
Loading…
x
Reference in New Issue
Block a user