Files
gitbook/packages/gitbook-plugin-theme-default/less/Button.less
T
2016-10-02 00:53:38 +02:00

19 lines
352 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;
}
}