Files
butterfly/app/static/stylesheets/main.css
Florian Mounier 18e12d61a0 And... done
2014-01-16 18:01:36 +01:00

24 lines
390 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: monospace;
outline: none;
color: #cccccc;
}