11 lines
200 B
SCSS
11 lines
200 B
SCSS
.custom-doc-tab {
|
|
text-decoration: none;
|
|
background-color: var(--theme-elevation-200);
|
|
padding: 0 6px;
|
|
border-radius: 2px;
|
|
|
|
&:hover {
|
|
background-color: var(--theme-elevation-300);
|
|
}
|
|
}
|