From 0f1018e5d82fa316a711438db6285e4436698d4d Mon Sep 17 00:00:00 2001 From: HIMANSHU SHARMA <44980497+rageremix@users.noreply.github.com> Date: Fri, 25 Oct 2019 22:12:30 +0530 Subject: [PATCH] Update style.css Edited some style for final PR --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 2e5bcfb..b68f54b 100755 --- a/css/style.css +++ b/css/style.css @@ -13,7 +13,7 @@ body.loading .loading-modal { } .dropzone { - border: 4px dashed #2196F3; + border: 5px solid #2196F3; height: 200px; position: relative; margin-right: auto; @@ -22,7 +22,7 @@ body.loading .loading-modal { } .info { - margin-top: 11%; + margin-top: 15%; } .dropzone p { @@ -264,4 +264,4 @@ div.container { .infos {background-color: #2196F3;} /* Blue */ .warning {background-color: #ff9800;} /* Orange */ .danger {background-color: #f44336;} /* Red */ -.other {background-color: #e7e7e7; color: black;} /* Gray */ \ No newline at end of file +.other {background-color: #e7e7e7; color: black;} /* Gray */