From 864e06222ccaa1f7fc861939548d731c7f927941 Mon Sep 17 00:00:00 2001 From: okbel Date: Tue, 1 May 2018 17:59:31 -0300 Subject: [PATCH] Adding input --- plugins/talk-plugin-auth/client/components/ErrorMessage.css | 4 ++++ .../profile-settings/components/DeleteMyAccountStep.css | 1 + 2 files changed, 5 insertions(+) diff --git a/plugins/talk-plugin-auth/client/components/ErrorMessage.css b/plugins/talk-plugin-auth/client/components/ErrorMessage.css index 039ffae305..19f6940b19 100644 --- a/plugins/talk-plugin-auth/client/components/ErrorMessage.css +++ b/plugins/talk-plugin-auth/client/components/ErrorMessage.css @@ -1,6 +1,10 @@ .errorMsg { color: #FA4643; font-size: 0.9em; + + i.warningIcon { + font-size: 17px; + } } .warningIcon { diff --git a/plugins/talk-plugin-auth/client/profile-settings/components/DeleteMyAccountStep.css b/plugins/talk-plugin-auth/client/profile-settings/components/DeleteMyAccountStep.css index 53d8ecef84..7d02b4e6fa 100644 --- a/plugins/talk-plugin-auth/client/profile-settings/components/DeleteMyAccountStep.css +++ b/plugins/talk-plugin-auth/client/profile-settings/components/DeleteMyAccountStep.css @@ -96,6 +96,7 @@ box-sizing: border-box; color: #3B4A53; font-size: 1em; + margin-bottom: 15px; } .block {