Skip to content
Snippets Groups Projects
Commit 69d0ee36 authored by bbaer's avatar bbaer
Browse files

updated css for alerts

parent bb5e1981
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,23 @@ i.@{spinner_class} {
background-color: #333;
}
.alert-side > p.body {
margin: 0px;
overflow: hidden;
white-space: nowrap;
}
.alert-side {
position: fixed;
display: box;
right: 0px;
top: 20px;
padding: 20px;
color: #d0d0d0;
border-left: 5px solid;
background-color: #333;
}
.border-success {
border-color: #5cb85c;
}
......@@ -390,8 +407,4 @@ i.@{spinner_class} {
.alert-interactive p.buttons {
margin-top: 20px;
text-align: center;
}
.alert-interactive p.buttons button {
margin-right: 4px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment