Skip to content
Snippets Groups Projects
Commit 674ba544 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved upload dialog

parent b286a909
Branches
No related tags found
No related merge requests found
...@@ -55,18 +55,27 @@ nav ...@@ -55,18 +55,27 @@ nav
.container.centered .container.centered
flex-grow: 1 flex-grow: 1
align-items: center
justify-content: center
display: flex display: flex
margin-bottom: 64px margin: 0 auto 64px auto
padding: 0 16px
flex-direction: column
justify-content: center
width: 100%
max-width: 640px
.info
padding: 16px
margin: 16px 0
box-shadow: 0 2px 4px rgba(33,33,33,0.2)
text-decoration: none
border-radius: 2px
form.upload form.upload
padding: 96px 128px padding: 96px 0
margin: 48px 24px
box-shadow: 0 2px 4px rgba(33,33,33,0.2) box-shadow: 0 2px 4px rgba(33,33,33,0.2)
text-decoration: none text-decoration: none
background: #ffffff
border-radius: 2px border-radius: 2px
text-align: center
.images .images
display: flex display: flex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment