From be72d65355d1f04323498036ffcdb9bacd2f4399 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 11 Apr 2018 10:24:08 -0400 Subject: [PATCH] Mobile upload modal alignment --- app/assets/stylesheets/mobile/upload.scss | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/upload.scss b/app/assets/stylesheets/mobile/upload.scss index ce8135103b0..0351700d599 100644 --- a/app/assets/stylesheets/mobile/upload.scss +++ b/app/assets/stylesheets/mobile/upload.scss @@ -1,6 +1,6 @@ .upload-selector { input[type="text"]{ - width: 520px; + width: 90%; } input[type="file"] { font-size: $font-0; @@ -9,6 +9,24 @@ .description { color: dark-light-choose($primary-medium, $secondary-medium); } + .radios { + display: flex; + flex-wrap: wrap; + align-items: center; + &:first-of-type { + margin-bottom: 1em; + } + label { + vertical-align: middle; + } + input { + line-height: $line-height-large; + } + .inputs { + width: 100%; + } + } + } .uploaded-image-preview {