Removed unused alert.css see #54

This commit is contained in:
Theresa Gresch 2018-10-29 10:55:04 +01:00
parent ce64bc8146
commit 0c24970784
2 changed files with 0 additions and 55 deletions

View file

@ -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;
}

View file

@ -1,7 +1,6 @@
@import url("../node_modules/vuetify/dist/vuetify.min.css"); @import url("../node_modules/vuetify/dist/vuetify.min.css");
@import url("../node_modules/material-design-icons-iconfont/dist/material-design-icons.css"); @import url("../node_modules/material-design-icons-iconfont/dist/material-design-icons.css");
@import url("alerts.css");
@import url("photo.css"); @import url("photo.css");
#app div.loading { #app div.loading {