ejplatform/ej-server

View on GitHub
lib/scss/components/_collapsible.scss

Summary

Maintainability
Test Coverage
/*
 COLLAPSIBLE LIST
 ======================================================================== */
//
//.CollapsibleList {
//    padding: $spacing-unit-small;
//
//    h2 {
//        cursor: pointer;
//        color: $color-content;
//        font-weight: normal;
//        text-align: left;
//
//        i, span {
//            color: $color-accent;
//            font-weight: bold;
//            padding-left: $spacing-unit-small;
//        }
//        i {
//            float: right;
//            color: $color-accent;
//        }
//    }
//    &-data {
//        > ul, > li {
//            padding: 0;
//            margin: 0;
//        }
//        > ul > li {
//            border-bottom: 2px solid $color-hint;
//            list-style: none;
//            > * {
//                margin: 0 auto;
//            }
//        }
//    }
//    &--hidden {
//        > h2 > i {
//            transform: rotate(180deg) translateX(-50%);
//        }
//    }
//}