Files
payload/test/admin/components/CustomTabComponent/index.scss
2023-10-02 15:15:43 -04:00

14 lines
251 B
SCSS

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