summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Button.less
blob: 336d16e5d38ccc0020016168c2f893ad9a5ee3ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.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;
    }
}

.GitBook-ButtonGroup {
    display: inline-block;
}