mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-14 13:33:09 +00:00
23 lines
489 B
SCSS
23 lines
489 B
SCSS
.docs-controls .nav-link,
|
|
.file-controls .nav-link {
|
|
border-top-left-radius: #{$theme-border-radius};
|
|
border-top-right-radius: #{$theme-border-radius};
|
|
margin-left: #{$theme-border-radius};
|
|
|
|
&:hover,
|
|
&:focus {
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.docs-panel,
|
|
.file-panel {
|
|
border: 1px solid var(--#{$prefix}border-color);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.docs-panel, .docs-panel .collapse,
|
|
.file-panel, .file-panel .collapse {
|
|
border-radius: #{$theme-border-radius};
|
|
}
|