jquery/test/integration/data/gh-1764-fullscreen-iframe.css

19 lines
197 B
CSS
Raw Normal View History

.result {
font-size: 24px;
margin: 0.5em 0;
width: 700px;
height: 56px;
}
.error {
background-color: red;
}
.warn {
background-color: yellow;
}
.success {
background-color: lightgreen;
}