summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Button.less
blob: 4b5ffcbff8b5c94a2d3bc120774abac089142b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.GitBook\/Button {
    border: 0;
    background-color: transparent;
    background: @button-background;
    color: @button-color;
    text-align: center;
    line-height: @line-height-base;
    padding: 8px 4px;
    outline: none;

    &:hover {
        color: @button-hover-color;
    }

    &:focus, &:hover {
        outline: none;
    }
}