type/css/main.css

24 lines
339 B
CSS
Raw Normal View History

2016-09-28 22:33:02 +00:00
.invalid {
background-color: red;
color: white !important;
}
.incomplete {
color: gray !important;
2016-09-29 16:24:15 +00:00
}
#editor {
display: none;
width: 100%;
height: 100%;
}
2016-10-01 15:26:48 +00:00
.error {
border: 1px solid red;
border-radius: 3px;
background-color: rgba(255, 0, 0, 0.5);
padding: 5px;
font-size: 2em;
font-family: "Helvetica", Arial, sans-serif;
}