Files
coriolis/app/less/list.less
2015-06-07 16:35:07 -07:00

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;
}
}
}