side-tray-styles-patch

This commit is contained in:
Kurt Hutten
2021-09-18 17:27:36 +10:00
parent f3201cfd97
commit 5f8862b4d2
2 changed files with 6 additions and 17 deletions

View File

@@ -32,19 +32,6 @@
}
@layer components {
.tabToggle {
@apply text-ch-gray-300 p-3 mb-1 flex justify-center;
}
.tabToggle.active {
@apply bg-ch-pink-800 text-ch-pink-300 bg-opacity-30;
}
.tabToggle.disabled {
@apply text-ch-gray-550 cursor-not-allowed;
}
}
.three-debug-panel-1 {
position: fixed;
padding-top: 300px;