Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_languages.scss « components « scss « assets - github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa5c94a455ef2f285c27a8ae02206508bed43ea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.language {
    &__item {
        display: table;
        width: 100%;
    }

    &__name,
    &__level {
        display: table-cell;
        width: 50%;
    }
    &__level {
        text-align: right;
    }
}