Commit 3045ce46 authored by kriansa's avatar kriansa

Aligned close buttons to the middle of alert message

parent 41ada302
......@@ -520,6 +520,10 @@ footer {
&.info:hover {
color: @white
}
// Sets the close button to the middle of message
.close{
line-height: 18px;
}
// Danger and error appear as red
&.danger,
&.error {
......
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