You are here

node_import.css in Node import 5

Same filename and directory in other branches
  1. 6 node_import.css
.node_import-error {
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #F00;
  background: #FFC9C9;
  color: inherit;
}

.node_import-success {
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #0F0;
  background: #DFD;
  color: inherit;
}

File

node_import.css
View source
  1. .node_import-error {
  2. padding: 0.5em;
  3. margin: 0.5em 0;
  4. border: 1px solid #F00;
  5. background: #FFC9C9;
  6. color: inherit;
  7. }
  8. .node_import-success {
  9. padding: 0.5em;
  10. margin: 0.5em 0;
  11. border: 1px solid #0F0;
  12. background: #DFD;
  13. color: inherit;
  14. }