summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Button.less
blob: 0983dcb05a44766c6ee55854ac1503db9b8df48c (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;
    outline: none;
    padding: @button-padding;

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

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