Commit c9b7118a authored by Kriansa's avatar Kriansa

Fixed a bug that wasn't working as expected on Linux

parent 3045ce46
...@@ -522,7 +522,8 @@ footer { ...@@ -522,7 +522,8 @@ footer {
} }
// Sets the close button to the middle of message // Sets the close button to the middle of message
.close{ .close{
line-height: 18px; font-family: Arial;
line-height: 18px;
} }
// Danger and error appear as red // Danger and error appear as red
&.danger, &.danger,
......
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