summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2017-10-16 14:03:40 +0200
committerAndrej Mihajlov <and@mullvad.net>2017-10-19 14:16:38 +0200
commit60ce42cebf8098f2488ee08758026e9dc5585c05 (patch)
treeb7da89cf1df3e4910b9eb7735ffbf820b466add9
parentcf1c89302d93f4ed8ec7ec0f2c2897df9707997f (diff)
downloadmullvadvpn-60ce42cebf8098f2488ee08758026e9dc5585c05.tar.xz
mullvadvpn-60ce42cebf8098f2488ee08758026e9dc5585c05.zip
Update margins and texts
-rw-r--r--app/components/Support.css8
-rw-r--r--app/components/Support.js2
2 files changed, 5 insertions, 5 deletions
diff --git a/app/components/Support.css b/app/components/Support.css
index 2870c75533..eabc63f856 100644
--- a/app/components/Support.css
+++ b/app/components/Support.css
@@ -74,7 +74,7 @@
}
.support__form-row + .support__form-row {
- margin-top: 16px;
+ margin-top: 8px;
}
.support__form-row--description {
@@ -84,7 +84,7 @@
.support__form-email {
width: 100%;
- border-radius: 8px;
+ border-radius: 4px;
border: 0;
overflow: hidden;
padding: 10px 12px 12px 12px;
@@ -103,7 +103,7 @@
.support__form-description-scroll-wrap {
width: 100%;
display: flex;
- border-radius: 8px;
+ border-radius: 4px;
overflow: hidden;
}
@@ -126,7 +126,7 @@
}
.support__footer {
- padding: 24px;
+ padding: 16px 24px 24px;
}
.support__footer .button + .button {
diff --git a/app/components/Support.js b/app/components/Support.js
index 7f15ac5f45..783133568f 100644
--- a/app/components/Support.js
+++ b/app/components/Support.js
@@ -62,7 +62,7 @@ export default class Support extends Component {
<h2 className="support__title">Contact support</h2>
<div className="support__subtitle">
{ `To help you more effectively, your app's log file will be attached to this message.
- Your data will remain secure and private, as it is encrypted and anonymised before sending.` }
+ Your data will remain secure and private, as it is encrypted & anonymised before sending.` }
</div>
</div>