Updated the End styles.sass
This commit is contained in:
parent
46ed52f21d
commit
96d79be828
@ -1,12 +1,27 @@
|
|||||||
@import "@styles/colors"
|
@import "@styles/colors"
|
||||||
|
|
||||||
.end-page
|
.end-page
|
||||||
|
display: grid
|
||||||
|
place-items: center
|
||||||
|
|
||||||
|
.end-content
|
||||||
|
width: 65rem
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: center
|
|
||||||
align-items: center
|
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
gap: 1rem
|
gap: 1rem
|
||||||
|
|
||||||
|
.end-header
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
justify-content: space-between
|
||||||
|
|
||||||
|
h2
|
||||||
|
margin: 0
|
||||||
|
|
||||||
|
.end-actions
|
||||||
|
display: flex
|
||||||
|
gap: 1rem
|
||||||
|
|
||||||
.group
|
.group
|
||||||
display: flex
|
display: flex
|
||||||
padding: 1rem 2rem
|
padding: 1rem 2rem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user