about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/forms.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/mastodon/forms.scss')
-rw-r--r--app/javascript/styles/mastodon/forms.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/forms.scss b/app/javascript/styles/mastodon/forms.scss
index 021db048b..87a4fc2dc 100644
--- a/app/javascript/styles/mastodon/forms.scss
+++ b/app/javascript/styles/mastodon/forms.scss
@@ -11,6 +11,24 @@ code {
   margin: 0 auto;
 }
 
+.indicator-icon {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 40px;
+  height: 40px;
+  border-radius: 50%;
+  color: $primary-text-color;
+
+  &.success {
+    background: $success-green;
+  }
+
+  &.failure {
+    background: $error-red;
+  }
+}
+
 .simple_form {
   &.hidden {
     display: none;