Files
atom/themes/atom-light-ui/atom.css
Jon Rohan 2788ee2715 rename to
2013-02-01 12:59:57 -05:00

30 lines
499 B
CSS

html, body,
#root-view {
font: caption;
background-color: #f4f4f4;
}
#root-view #panes .row > * + * {
border-left: 1px solid #989898;
}
#root-view #panes .column > * + * {
border-top: 1px solid #989898;
}
.error {
background: #991212 !important;
-webkit-transition: background 300ms ease-out;
}
.clear-float {
clear: both;
}
@font-face {
font-family: 'Octicons Regular';
src: url("octicons-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}