mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
7ee0feaca6
(cherry-picked from 8887106702
)
Refs gh-1764
Refs gh-2401
Closes gh-2425
19 lines
197 B
CSS
19 lines
197 B
CSS
.result {
|
|
font-size: 24px;
|
|
margin: 0.5em 0;
|
|
width: 700px;
|
|
height: 56px;
|
|
}
|
|
|
|
.error {
|
|
background-color: red;
|
|
}
|
|
|
|
.warn {
|
|
background-color: yellow;
|
|
}
|
|
|
|
.success {
|
|
background-color: lightgreen;
|
|
}
|