mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
ux: touch up tabs (#22783)
This commit is contained in:
@@ -101,3 +101,15 @@
|
||||
.summary-bar {
|
||||
@apply my-1 mt-4 flex flex-col rounded-sm border-1 border-gray-100 bg-gray-50 p-4 dark:border-gray-800 dark:bg-gray-900;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
@apply bg-blue/2 rounded-sm p-2;
|
||||
}
|
||||
.tablist {
|
||||
@apply mb-1 border-b border-gray-100 dark:border-gray-800;
|
||||
}
|
||||
|
||||
.tab-item {
|
||||
@apply inline-block rounded-sm px-3 py-2 hover:bg-gray-100 dark:hover:bg-gray-900;
|
||||
@apply dark:text-gray-200;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user