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