diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index d320fa5f5957c8c34b77a7af22cb143366aff331..4041f2b4479027d21865f22e386162b3c0fe9fb3 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -6,7 +6,6 @@ @import 'bootstrap_migration'; @import 'framework/layout'; -@import 'framework/alerts'; @import 'framework/animations'; @import 'framework/vue_transitions'; @import 'framework/avatar'; diff --git a/app/assets/stylesheets/framework/alerts.scss b/app/assets/stylesheets/framework/alerts.scss deleted file mode 100644 index 866792a6a1ba01c664c31e0d4716b23f69d688ec..0000000000000000000000000000000000000000 --- a/app/assets/stylesheets/framework/alerts.scss +++ /dev/null @@ -1,4 +0,0 @@ -.alert-tip { - background-color: $theme-gray-100; - color: $theme-gray-900; -}