mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
30 lines
499 B
CSS
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;
|
|
}
|