Created the Channels styles.sass
This commit is contained in:
parent
785f3b564d
commit
659e45544b
@ -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
|
Loading…
x
Reference in New Issue
Block a user