Browse Source

Changed Modal BG color to #FAFAFA. Removed padding from UppyContent.

Harry Hedger 9 years ago
parent
commit
76b17914f7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/scss/_modal.scss

+ 1 - 2
src/scss/_modal.scss

@@ -27,7 +27,7 @@
 
 .UppyModal-inner {
   @include clearfix;
-  background-color: #EBEBEB;
+  background-color: #FAFAFA;
   height: 80vh;
   width: 75%;
   position: fixed;
@@ -124,7 +124,6 @@
 .UppyModalContent {
   height: 100%;
   margin-left: 55px;
-  padding: 35px;
   position: relative;
 }