Kalkuli/2018.2-Kalkuli_Front-End

View on GitHub
src/components/UI/ReportLabels/ReportLabels.scss

Summary

Maintainability
Test Coverage
@import "../../../assets/sass/main";

.report-labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: solid 1px $color-dark-blue;
    
    &__data{
        font-size: 150%;
    }
}