diff --git a/app/assets/stylesheets/common/components/buttons.css.scss b/app/assets/stylesheets/common/components/buttons.css.scss index 40dc0e2f6..616610f8e 100644 --- a/app/assets/stylesheets/common/components/buttons.css.scss +++ b/app/assets/stylesheets/common/components/buttons.css.scss @@ -32,6 +32,10 @@ } } +.btn.hidden { + display: none; +} + // Default button // --------------------------------------------------