1
0

Created the End styles.sass

This commit is contained in:
Mathias Wagner 2023-11-18 23:39:30 +01:00
parent b57f861552
commit 7aa204e242
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View 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