Files
payload/test/admin/components/CustomTabComponent/index.scss
2023-09-22 17:42:23 -04:00

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