ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
25 lines (20 loc) • 487 B
text/less
/* Item.css */
.onyx-item {
padding: 14px;
}
.onyx-highlight, .onyx-highlight.onyx-swipeable-item-content {
background-color: @onyx-highlight-background;
}
.enyo-selected, .enyo-selected.onyx-swipeable-item-content {
background-color: @onyx-selected-background;
}
.onyx-item.onyx-swipeable-item {
overflow: hidden;
padding: 0;
}
.onyx-swipeable-item-content {
background-color: @onyx-switeable-item-background;
box-sizing: border-box;
padding: 18px 6px;
min-height: 40px;
}