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 {