Files
butterfly/app/static/stylesheets/main.css
2014-01-16 18:28:54 +01:00

29 lines
520 B
CSS

/* line 4, ../sass/main.sass */
html, body {
height: 100%;
}
/* line 7, ../sass/main.sass */
body {
background-color: #222222;
}
/* line 10, ../sass/main.sass */
body main {
display: flex;
height: 100%;
flex-direction: column;
}
/* line 15, ../sass/main.sass */
body main .terminal {
/* margin: .5em */
flex: 1;
font-family: "Droid Sans Mono", monospace;
outline: none;
color: #cccccc;
}
/* line 22, ../sass/main.sass */
body main .terminal-cursor {
color: #222222;
background-color: #cccccc;
}