diff --git a/assets/sass/style.sass b/assets/sass/style.sass index 25ed7d2642261eaf6575deea8c0b6c279794e85b..29982e0a58c1a184c360edeece24f38ce5bf08bd 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -96,12 +96,9 @@ form.upload text-align: center background: #333333 - &:not(.submitted) - .upload-label - display: none - .submitted - label, input - display: none + .upload-label + font-size: 18pt + color: #fff label position: relative @@ -134,6 +131,13 @@ form.upload input[type=submit] display: none + &:not(.submitted) + .upload-label + display: none + .submitted + label, input + display: none + .images display: flex max-width: 1024px