mirror of
https://github.com/atom/atom.git
synced 2026-02-11 07:05:11 -05:00
43 lines
657 B
Plaintext
43 lines
657 B
Plaintext
@import "ui-variables";
|
|
|
|
.incompatible-packages {
|
|
background-color: @pane-item-background-color;
|
|
overflow-y: scroll;
|
|
|
|
.incompatible-package {
|
|
padding: 15px;
|
|
margin-bottom: 10px;
|
|
border-radius: 6px;
|
|
border: 1px solid #d1d1d2;
|
|
background-color: #fafafa;
|
|
overflow: hidden;
|
|
|
|
.badge {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.heading {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 1em;
|
|
}
|
|
|
|
li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
pre {
|
|
margin-top: 2em;
|
|
max-height: 25em;
|
|
overflow: scroll;
|
|
color: @text-color-error;
|
|
}
|
|
}
|
|
}
|
|
|
|
.incompatible-packages-status {
|
|
padding-left: 2px;
|
|
}
|