position and style alert

This commit is contained in:
David Benqué
2019-12-04 11:41:08 +00:00
parent 5b18e3a633
commit 1ba03dee45
2 changed files with 26 additions and 9 deletions

View File

@@ -514,6 +514,11 @@
font-size:12px;
padding:5px;
border-radius:0px;
&.alert-primary {
background-color: @alertify-base;
color: @alertify-fg;
border-color: @alertify-fg;
}
}
}