Skip to content

Instantly share code, notes, and snippets.

@MatthewCallis
Created March 3, 2017 19:10
Show Gist options
  • Save MatthewCallis/ad2cc7d7521e347b9c583ad754fe0348 to your computer and use it in GitHub Desktop.
Save MatthewCallis/ad2cc7d7521e347b9c583ad754fe0348 to your computer and use it in GitHub Desktop.
Console Styles
.console
.warn
margin-top: 1em
label
font-weight: 700
input,
textarea
font-family: Monaco, Menlo, Consolas, "Courier New", monospace
font-size: 12px
line-height: 1.7em
white-space: pre
white-space: -o-pre-wrap
white-space: -moz-pre-wrap
white-space: pre-wrap
word-break: break-word
textarea.output
+box-shadow(#0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset)
background-color: #292e33
color: #dae4f2
width: 100%
min-height: 400px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment