@import '../../node_modules/@stratio/egeo-ui-base/utils/typography';
@import '../../node_modules/@stratio/egeo-ui-base/utils/colors';

.sth-tree-node {
    &-filetype {
        color: egeo-get-color(n7);
        font-size: egeo-get-font-size(icon_xxsmall);
        text-align: right;
        &:hover {
            color: egeo-get-color(a1);
        }
    }
    &-name {
        font-family: egeo-get-font(body);
        font-size: egeo-get-font-size(body_xsmall);
        text-align: left;
        color: egeo-get-color(n7);
    }
    &-container{
       &__active {
        background-color: egeo-get-color(n3);
        padding-left: 2px;
        padding-right: 2px;
    }
    }
}
