mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
38 lines
453 B
Plaintext
Executable File
38 lines
453 B
Plaintext
Executable File
|
|
.items {
|
|
margin-bottom: 10px;
|
|
clear: both;
|
|
overflow: hidden;
|
|
|
|
.item {
|
|
clear: both;
|
|
margin: 1px 0 0;
|
|
overflow: hidden;
|
|
|
|
.val {
|
|
float:right;
|
|
text-align: right;
|
|
}
|
|
|
|
.lbl {
|
|
float: left;
|
|
}
|
|
color: @disabled;
|
|
cursor: pointer;
|
|
|
|
&.enabled {
|
|
color: @fg;
|
|
}
|
|
|
|
&.consumer {
|
|
.val:before {
|
|
content: "-";
|
|
}
|
|
}
|
|
|
|
&.untoggleable {
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|