+
{{ctx.fileSize(file.size)}}
{% if (ctx.self.hasTypes) { %}
-
+
{% if (!ctx.disabled) { %}
@@ -67,12 +71,12 @@
{% if (!ctx.disabled && ((ctx.component.multiple && (!ctx.component.maxNumberOfFiles || ctx.files.length < ctx.component.maxNumberOfFiles)) || !ctx.files.length)) { %}
{% if (ctx.self.useWebViewCamera) { %}
-
-
+
+
{% } else if (!ctx.self.cameraMode) { %}
-
+
{% if (ctx.component.multiple) { %}
{{ctx.t('Drop files,')}}
@@ -81,7 +85,7 @@
{% } %}
{% if (ctx.self.imageUpload) { %}
-
{{ctx.t('Use Camera,')}}
+
{{ctx.t('Use Camera,')}}
{% } %}
{{ctx.t('or')}}
@@ -102,7 +106,7 @@
-
+
{% } %}
{% } %}
@@ -114,7 +118,10 @@
{% if (status.status === 'progress') { %}
diff --git a/src/scss/components/_file-upload.scss b/src/scss/components/_file-upload.scss
index 9d669a0ab..01892f27e 100644
--- a/src/scss/components/_file-upload.scss
+++ b/src/scss/components/_file-upload.scss
@@ -126,6 +126,7 @@ we don't have strict BEM naming here.
margin-left: 0.4em;
opacity: 0.6;
transition: all 0.4s ease;
+ color: $color-black;
&:hover {
opacity: 1;
diff --git a/src/scss/components/_typography.scss b/src/scss/components/_typography.scss
index ab6cfafdd..e93421c75 100644
--- a/src/scss/components/_typography.scss
+++ b/src/scss/components/_typography.scss
@@ -20,6 +20,12 @@
@include h2(auto);
}
+.#{prefix('content')} {
+ @include bem.modifier('bold') {
+ font-weight: 700;
+ }
+}
+
.#{prefix(body)} {
@include body(auto);
clear: both;