hellojs-xiaotian
Version:
A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)
17 lines (16 loc) • 286 B
CSS
.alert {
display: block;
padding: 15px;
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 4px;
}
.alert-warning{
color: #8A6D3B;
background-color: #FCF8E3;
border-color: #FAEBCC;
}
.alert.alert-warning:before {
content: "Warning: ";
font-weight: bold;
}