2013-09-12 01:29:14 +02:00
|
|
|
@import "ui-variables";
|
|
|
|
|
2015-02-05 21:31:07 +01:00
|
|
|
.atom-panel.modal {
|
2013-09-12 01:29:14 +02:00
|
|
|
color: @text-color;
|
|
|
|
background-color: @overlay-background-color;
|
|
|
|
padding: @component-padding;
|
|
|
|
border-radius: @component-border-radius;
|
|
|
|
|
2015-02-05 21:31:07 +01:00
|
|
|
atom-text-editor[mini] {
|
2013-09-12 01:29:14 +02:00
|
|
|
margin-bottom: @component-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-list ol.list-group,
|
|
|
|
&.select-list ol.list-group {
|
|
|
|
|
|
|
|
background-color: lighten(@overlay-background-color, 3%);
|
|
|
|
|
|
|
|
li {
|
|
|
|
padding: @component-padding;
|
|
|
|
|
|
|
|
&.two-lines { padding: @component-padding/2 @component-padding; }
|
|
|
|
|
|
|
|
.status.icon {
|
|
|
|
float: right;
|
|
|
|
margin-left: @component-icon-padding;
|
|
|
|
&:before {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-12 01:27:30 +01:00
|
|
|
&.selected {
|
|
|
|
.status.icon {
|
|
|
|
color: @text-color-selected;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-12 01:29:14 +02:00
|
|
|
}
|
|
|
|
}
|