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

_caption.scss « components « scss « src - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f9bb1ff9e9b90b5cdad2457058ec0dfb2d73821 (plain)
1
2
3
4
5
6
7
8
9
10
.caption {
    display:       block;
    font-family:   map-get($font-families, 'caption');
    font-size:     map-get($font-size, small);
    color:         darken(map-get($colors, 'light'), 10%);
    text-align:    center;
    font-style:    italic;
    padding-right: 10px;
    padding-left:  10px;
}