-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.module.less
More file actions
101 lines (88 loc) · 2.16 KB
/
index.module.less
File metadata and controls
101 lines (88 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.financePage {
padding-bottom: 4rem;
}
.hero {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 32px;
background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(25, 135, 84, 0.08));
padding-right: clamp(1.5rem, 4vw, 3rem);
padding-left: clamp(1.5rem, 4vw, 3rem);
.badge {
letter-spacing: 0.2em;
text-transform: uppercase;
}
.chip {
border-radius: 999px;
background: rgba(13, 110, 253, 0.08);
padding: 0.35rem 0.9rem;
font-weight: 600;
font-size: 0.9rem;
}
.stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 1rem;
list-style: none;
}
.statCard {
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
border: 1px solid rgba(15, 23, 42, 0.05);
border-radius: 20px;
background: #fff;
padding: 1.5rem;
}
}
.filterPanel {
box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
border: 1px solid rgba(15, 23, 42, 0.05);
border-radius: 24px;
background: #fff;
padding: 2rem;
}
.segmentedControl {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 0.75rem;
.button {
transition: all 0.2s ease;
border: 1px solid rgba(15, 23, 42, 0.15);
border-radius: 16px;
background: #f5f7fb;
padding: 0.75rem 1rem;
font-weight: 600;
text-align: left;
}
.active {
box-shadow: 0 10px 30px rgba(13, 110, 253, 0.15);
border-color: rgba(13, 110, 253, 0.5);
background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(25, 135, 84, 0.12));
color: #0d6efd;
}
}
.listSection {
box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
border: 1px solid rgba(15, 23, 42, 0.05);
border-radius: 24px;
background: #fff;
padding: 2rem;
}
.emptyState {
border: 1px dashed rgba(15, 23, 42, 0.2);
border-radius: 20px;
background: rgba(248, 249, 250, 0.7);
padding: 2.5rem;
text-align: center;
}
.education {
border-radius: 28px;
background: rgba(13, 110, 253, 0.05);
padding: 2rem;
.card {
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
border: 1px solid rgba(15, 23, 42, 0.05);
border-radius: 20px;
background: #fff;
padding: 1.75rem;
height: 100%;
}
}