Created the End styles.sass
This commit is contained in:
parent
b57f861552
commit
7aa204e242
28
client/src/pages/End/styles.sass
Normal file
28
client/src/pages/End/styles.sass
Normal file
@ -0,0 +1,28 @@
|
||||
@import "@styles/colors"
|
||||
|
||||
.end-page
|
||||
display: flex
|
||||
justify-content: center
|
||||
align-items: center
|
||||
flex-direction: column
|
||||
gap: 1rem
|
||||
|
||||
.group
|
||||
display: flex
|
||||
padding: 1rem 2rem
|
||||
|
||||
.group-item
|
||||
width: 12rem
|
||||
|
||||
h2, p
|
||||
margin: 0
|
||||
|
||||
.group-item:nth-child(1)
|
||||
width: 18rem
|
||||
text-overflow: ellipsis
|
||||
overflow: hidden
|
||||
|
||||
.group-red
|
||||
color: $error
|
||||
.group-green
|
||||
color: $success
|
Loading…
x
Reference in New Issue
Block a user