Design and file upload issues (#399)

* Fix some styling issues/edit button on PIREP overview page

* Fix validation for file/url upload

* Formatting
This commit is contained in:
Nabeel S
2019-09-16 15:17:51 -04:00
committed by GitHub
parent aedb1f22b6
commit 6e9dcf8a31
20 changed files with 249 additions and 228 deletions

View File

@@ -34,3 +34,10 @@
}
}
}
/*
* This color falls through from bootstrap which defaults it to transparent
*/
.form-control {
background-color: $white-bg;
}