Files
gitbook/packages/gitbook-plugin-theme-default/less/Button.less
T
2016-09-27 17:08:34 +02:00

19 lines
344 B
Plaintext

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