Files
payload/test/admin/components/CustomTabComponent/index.scss
2023-09-27 13:18:29 -04:00

12 lines
223 B
SCSS

.custom-doc-tab {
text-decoration: none;
background-color: var(--theme-elevation-200);
padding: 0 6px;
border-radius: 2px;
white-space: nowrap;
&:hover {
background-color: var(--theme-elevation-300);
}
}