Merge branch 'temp' of https://github.com/jpillora/notifyjs
This commit is contained in:
+16
-22
@@ -96,32 +96,26 @@ styles =
|
||||
|
||||
"""
|
||||
user:
|
||||
default:
|
||||
bootstrap:
|
||||
html: """
|
||||
<div class="#{className}Default"
|
||||
data-notify-style="
|
||||
color: {{color}};
|
||||
border-color: {{color}};
|
||||
">
|
||||
<div>
|
||||
<span data-notify-text></span>
|
||||
</div>
|
||||
"""
|
||||
css: """
|
||||
.#{className}Default {
|
||||
background: #fff;
|
||||
font-size: 11px;
|
||||
box-shadow: 0 0 6px #000;
|
||||
-moz-box-shadow: 0 0 6px #000;
|
||||
-webkit-box-shadow: 0 0 6px #000;
|
||||
padding: 4px 10px 4px 8px;
|
||||
border-radius: 6px;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
"""
|
||||
classes:
|
||||
base: """
|
||||
padding: 8px 35px 8px 14px;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
background-color: #fcf8e3;
|
||||
border: 1px solid #fbeed5;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
"""
|
||||
error:
|
||||
info:
|
||||
warn:
|
||||
|
||||
bootstrap:
|
||||
html: """
|
||||
|
||||
Reference in New Issue
Block a user