summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Summary.less
blob: d7cdae58e227801e48de3085c5b55f0a996f8504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.Summary {

}

.SummaryPart {
    > h1 {
        padding: @summary-article-padding-v @summary-article-padding-h;
        padding-top: 20px;
        text-transform: uppercase;
        color: @summary-header-color;
    }
}

.SummaryArticles {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.SummaryArticle {
    list-style: none;

    a, span {
        display: block;
        padding: @summary-article-padding-v @summary-article-padding-h;
        border-bottom: none;
        color: @summary-article-color;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    a:hover {
        text-decoration: underline;
    }
}