Created
March 3, 2017 19:10
-
-
Save MatthewCallis/ad2cc7d7521e347b9c583ad754fe0348 to your computer and use it in GitHub Desktop.
Console Styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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