annoucments
This commit is contained in:
+41
@@ -1264,6 +1264,47 @@
|
||||
|
||||
/* ── Colossians Study ── */
|
||||
.study-index-page,
|
||||
/* ── Lesson Announcement Banner ── */
|
||||
.study-lesson-announcement-banner {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 1rem;
|
||||
padding: 1rem 1.5rem;
|
||||
background: linear-gradient(135deg, #1a1500 0%, #241c00 100%);
|
||||
border-bottom: 2px solid #c9a84c;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.study-lesson-announcement-icon {
|
||||
font-size: 1.4rem;
|
||||
line-height: 1;
|
||||
flex-shrink: 0;
|
||||
margin-top: 0.1rem;
|
||||
}
|
||||
|
||||
.study-lesson-announcement-body {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.study-lesson-announcement-label {
|
||||
display: block;
|
||||
font-size: 0.72rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.12em;
|
||||
color: #c9a84c;
|
||||
margin-bottom: 0.3rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.study-lesson-announcement-text {
|
||||
margin: 0;
|
||||
font-size: 0.95rem;
|
||||
color: #f0e9cc;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.study-section-page {
|
||||
background:
|
||||
radial-gradient(1200px 500px at 90% -10%, rgba(201, 168, 76, 0.12), transparent 55%),
|
||||
|
||||
Reference in New Issue
Block a user