diff --git a/src/states/Manage/pages/Channels/components/ChannelItem/styles.sass b/src/states/Manage/pages/Channels/components/ChannelItem/styles.sass new file mode 100644 index 0000000..5d61577 --- /dev/null +++ b/src/states/Manage/pages/Channels/components/ChannelItem/styles.sass @@ -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 \ No newline at end of file