Commit 86a17390 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make broadcast message look like a warning by default

parent 90f5dacc
......@@ -306,18 +306,6 @@ table {
width: 100%;
}
.broadcast-message {
padding: 10px;
text-align: center;
background: #555;
color: #BBB;
}
.broadcast-message-preview {
@extend .broadcast-message;
margin-bottom: 20px;
}
.btn-sign-in {
margin-top: 5px;
text-shadow: none;
......
......@@ -50,3 +50,14 @@
line-height: 2;
}
}
.broadcast-message {
@extend .alert-warning;
padding: 10px;
text-align: center;
}
.broadcast-message-preview {
@extend .broadcast-message;
margin-bottom: 20px;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment