diff --git a/platypush/backend/http/webapp/src/style/components.scss b/platypush/backend/http/webapp/src/style/components.scss index b87da3d42c..99e1276328 100644 --- a/platypush/backend/http/webapp/src/style/components.scss +++ b/platypush/backend/http/webapp/src/style/components.scss @@ -72,6 +72,10 @@ a { cursor: pointer; } +.text-danger { + color: $error-fg; +} + body { scrollbar-width: thin; scrollbar-color: $scrollbar-thumb-bg $scrollbar-track-bg;