@@ -15,6 +15,14 @@
border: none !important;
cursor: pointer; }
+.field--type-file {
+ width: 45%;
+ text-transform: uppercase;
+ padding: 1rem;
+ border: solid black 1px;
+ margin-bottom: 1rem;
+ background-color: white; }
+
.mailto {
text-decoration: underline; }
@@ -17,3 +17,11 @@
+.field--type-file{
+ background-color: white;
+}