/*
Styles pertaining to the code information section specifically designed for the reference implementation.
*/

.code-info{
    @extend .cui-tile;
    background:white;
    padding:20px;
    color:#555;
    border:1px solid #eee;
    border-left:5px solid $cui-primary-colors--medium-light;
    border-radius:3px;
    box-sizing: border-box;
}