mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Add shortcut key styles to globals.css
This commit is contained in:
@@ -86,3 +86,25 @@
|
|||||||
overscroll-behavior-x: contain;
|
overscroll-behavior-x: contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shortcut-key {
|
||||||
|
@apply inline-flex;
|
||||||
|
@apply font-sans;
|
||||||
|
@apply text-xs;
|
||||||
|
@apply rounded;
|
||||||
|
@apply px-2;
|
||||||
|
@apply min-w-[1.5rem];
|
||||||
|
@apply min-h-[1.5rem];
|
||||||
|
@apply leading-none;
|
||||||
|
@apply items-center;
|
||||||
|
@apply justify-center;
|
||||||
|
@apply shadow-sm;
|
||||||
|
@apply border;
|
||||||
|
|
||||||
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-color: rgba(255, 255, 255, 0.1);
|
||||||
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
@apply mr-1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user