Skip to content

Commit 5b4d9a6

Browse files
committed
wip(elections/schedule): finished the styling
1 parent 2e5ef74 commit 5b4d9a6

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

src/app/pages/elections/upcoming/elections-schedule.component.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
<code-article>
22
<header>
3-
<h1>Schedule</h1>
4-
<p>Tune in here to see upcoming or past elections (Soon &trade;)</p>
3+
<h1>Elections Schedule</h1>
4+
<p>
5+
Tune in here to see upcoming or past elections (Soon &trade;) <br />
6+
<small>* each date shown has a deadline of 11:59PM PT, unless otherwise stated</small>
7+
</p>
58
<section>
6-
<h2>Elections Schedule</h2>
9+
<h2>Scheduled</h2>
710
<div class="post">
8-
<h3 class="post__title">Director of Multi-Media</h3>
9-
<p></p>
11+
<h2 class="post__title">Director of Multi-Media</h2>
12+
<br />
13+
<p><strong>Nominations End: </strong>December 7th, 2025</p>
14+
<p><strong>Election Day: </strong>December 13th, 2025</p>
15+
<h3 class="post__title">Duties</h3>
16+
<ul class="post__list">
17+
<li>
18+
Create and procure media such as advertisements, promotional material, artwork,
19+
photographs, etc., at the request of the Executive.
20+
</li>
21+
<li>Sit on committees as necessary, or upon request.</li>
22+
</ul>
1023
</div>
1124
</section>
1225
</header>

src/app/pages/elections/upcoming/elections-schedule.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66
&__title {
77
margin: 0;
88
}
9+
10+
&__list {
11+
list-style-position: inside;
12+
list-style-type: circle;
13+
}
914
}

0 commit comments

Comments
 (0)