mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-20 10:41:52 +00:00
Use RevealablePasswordInput for server API keys
This commit is contained in:
@@ -2,19 +2,6 @@
|
||||
@source '../node_modules/@shlinkio/shlink-frontend-kit';
|
||||
@import '@shlinkio/shlink-frontend-kit/tailwind.preset.css';
|
||||
|
||||
@utility scroll-thin {
|
||||
/* Standard. New browsers */
|
||||
scrollbar-width: thin;
|
||||
|
||||
/* Fallback */
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
border-radius: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--header-height: 56px;
|
||||
|
||||
Reference in New Issue
Block a user