Checkpoint
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
// Hero section styles
|
||||
.overview-hero {
|
||||
width: 100%;
|
||||
background: linear-gradient(90deg, #0b2752 0%, #4a7bd4 60%, #8eb4ff 100%);
|
||||
color: var(--app-text);
|
||||
color: #fff;
|
||||
padding: 3rem 0 2rem 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 2rem;
|
||||
box-shadow: 0 2px 12px rgba(26, 35, 126, 0.08);
|
||||
}
|
||||
|
||||
.overview-hero-content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.overview-hero-title {
|
||||
font-size: 2.6rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0.5rem;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.overview-hero-subtitle {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 400;
|
||||
margin-bottom: 0;
|
||||
opacity: 0.92;
|
||||
}
|
||||
.overview-container {
|
||||
padding: 8px;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user