feat: Introduce premium map dashboard with dark theme, pro features, and payment processing.
This commit is contained in:
@@ -549,6 +549,25 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.root :global(.pro-locked) {
|
||||
filter: grayscale(0.8) opacity(0.7);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.root :global(.pro-locked::after) {
|
||||
content: "PRO";
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
right: -4px;
|
||||
background: var(--accent-blue);
|
||||
color: white;
|
||||
font-size: 7px;
|
||||
padding: 1px 3px;
|
||||
border-radius: 3px;
|
||||
font-weight: 900;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.root :global(.risk-badge) {
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user