mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 08:35:10 +00:00
19 lines
344 B
Plaintext
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;
|
|
}
|
|
}
|