Files
gitbook/packages/gitbook-plugin-theme-default/less/Button.less
T
2016-10-02 01:04:25 +02:00

19 lines
351 B
Plaintext

.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;
}
}