mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
34 lines
587 B
Plaintext
34 lines
587 B
Plaintext
@import "bootstrap/less/mixins.less";
|
|
|
|
html, body,
|
|
#root-view {
|
|
font: caption;
|
|
background-color: #333333;
|
|
}
|
|
|
|
#root-view #panes .row > * + * {
|
|
-webkit-box-shadow:
|
|
-2px 0 rgba(0, 0, 0, 0.3),
|
|
-1px 0 rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
#root-view #panes .column > * + * {
|
|
-webkit-box-shadow:
|
|
0 -2px rgba(0, 0, 0, 0.3),
|
|
0 -1px rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.error {
|
|
background: #991212 !important;
|
|
-webkit-transition: background 300ms ease-out;
|
|
}
|
|
|
|
.wrap-guide {
|
|
background: rgba(150, 150, 150, 0.1);
|
|
}
|
|
|
|
.btn {
|
|
.btn-pseudo-states(#19191a, #1a1b1c);
|
|
color: #969696;
|
|
}
|