raonkupload-angular
Version:
Angular component for RAON K Upload.
39 lines (30 loc) • 458 B
CSS
/**
* @license Copyright (c) 2003-2022, RAONWIZ DevTeam. All rights reserved.
*/
textarea {
font-family: monospace;
}
form {
background: #eee;
padding: 1em 1.5em;
}
form label {
display: block;
font-weight: bold;
}
form input {
width: 30em;
}
form > div {
margin-bottom: 1em;
}
pre {
word-wrap: break-word;
white-space: pre-wrap;
}
p.alert {
color: orange;
}
p.alert::before {
content: "⚠️ ";
}