diff --git a/frontend/css/alerts.css b/frontend/css/alerts.css deleted file mode 100644 index 40e8792ac..000000000 --- a/frontend/css/alerts.css +++ /dev/null @@ -1,54 +0,0 @@ -#alerts { - position: fixed; - z-index: 1051; - bottom: 0; - left: 0; - right: 0; - height: auto; - display: block; - opacity: 0.8; -} - -#alerts .success { - background-color: #000000; -} - -#alerts .success:after { -} - -#alerts .error { - background-color: #cc3300; -} - -#alerts .error:before { -} - -#alerts .warning { - background-color: #a89a00; -} - -#alerts .warning:before { -} - -#alerts .info { - background-color: #000000; -} - -#alerts .alert { - color: white; - display: block; - text-align: center; - left: 0; - right: 0; - min-height: 13px; - padding: 4px 10px 4px 10px; - font-size: 13px; - font-weight: normal; - opacity: 1; - border-radius: 0; - margin: 1px 0 0 0; -} - -#alerts .alert:first-letter { - text-transform: uppercase; -} \ No newline at end of file diff --git a/frontend/css/app.css b/frontend/css/app.css index 6e8b42a94..d3f531e8e 100644 --- a/frontend/css/app.css +++ b/frontend/css/app.css @@ -1,7 +1,6 @@ @import url("../node_modules/vuetify/dist/vuetify.min.css"); @import url("../node_modules/material-design-icons-iconfont/dist/material-design-icons.css"); -@import url("alerts.css"); @import url("photo.css"); #app div.loading {