merge from dev
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
.result {
|
||||
font-size: 24px;
|
||||
margin: 0.5em 0;
|
||||
width: 700px;
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.warn {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
.success {
|
||||
background-color: lightgreen;
|
||||
}
|
||||
Reference in New Issue
Block a user