mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
23 lines
404 B
Plaintext
23 lines
404 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;
|
|
}
|
|
}
|
|
|
|
.GitBook-ButtonGroup {
|
|
display: inline-block;
|
|
}
|