127.0.0.1:8000 budget / master src / scss / list.scss
master

Tree @master (Download .tar.gz)

list.scss @masterraw · history · blame

@import 'colors.scss';

.list-entry {
    border-left: 2px solid $blue;
    padding: 10px;
    margin-bottom: 10px;
    display: flow-root;
    cursor: pointer;
}

.list-entry:hover {
    background-color: $hovered;
}

.list-entry-title {
    font-weight: bold;
    margin-right: 10px;
}

.list-entry-text {
    display: inline-block;
}

img.icon {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    padding-right: 6px;
}