Created the Channels styles.sass

This commit is contained in:
Mathias Wagner 2023-11-14 09:45:47 +01:00
parent 785f3b564d
commit 659e45544b
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,31 @@
@import "@/common/styles/colors"
.channel-page
display: flex
flex-direction: column
gap: 1rem
margin: 3rem 4rem
.channel-page .none-found
display: flex
flex-direction: column
align-items: center
justify-content: center
img
width: 10rem
height: 10rem
h2
margin: 0.3rem
p
color: $gray
text-align: center
code
color: $text
background-color: $black
padding: 0.5rem
border-radius: 0.5rem
cursor: pointer