Advertisement
Guest User

Untitled

a guest
May 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .console-container {
  2. position: absolute;
  3. background-color: #16a085;
  4. width: 100%;
  5. min-height: 100px;
  6. bottom: 0;
  7. }
  8. .console-output {
  9. margin: 1em;
  10. width:94%;
  11. min-height: 100px;
  12. max-height: 200px;
  13. background-color: white;
  14. overflow: auto;
  15. }
  16. .console-edit {
  17. margin-top: 1em;
  18. margin-left:1em;
  19. margin-right: 1em;
  20. margin-bottom:0;
  21. height:1.9em;
  22. width: 94%;
  23.  
  24. }
  25. .console-output-data {
  26. padding: 0.3em;
  27. border: 1px solid #ecf0f1;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement