mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-27 17:56:36 +00:00
10 lines
208 B
CSS
10 lines
208 B
CSS
@import "tailwindcss";
|
|
|
|
@config '../tailwind.config.js';
|
|
|
|
.glass {
|
|
background: #09090B;
|
|
backdrop-filter: blur(10px);
|
|
border-radius: 10px;
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
} |