Skip to content

Commit aacf793

Browse files
authored
feat(announcements): bring club ann. off beta
1 parent 82601e0 commit aacf793

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

intranet/static/css/dark/dashboard.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ a.club-announcement-meta-link:hover {
5353
}
5454

5555
.announcements {
56-
.announcement-banner {
57-
background-color: #000;
58-
}
59-
6056
.announcement-link {
6157
color: #a3a3a3;
6258
}

intranet/static/css/dashboard.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
float: left;
1717
}
1818

19-
.announcement-banner {
20-
background-color: #e0e0e0;
21-
padding: 10px;
22-
margin-bottom: 15px;
23-
margin-top: 10px;
24-
align-items: center;
25-
border-radius: 5px;
26-
line-height: 1.5;
27-
}
28-
2919
.announcement-link {
3020
color: #6c6c6c;
3121
font-weight: bold;

intranet/templates/dashboard/dashboard.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,6 @@ <h3 class="club-announcements-header">
244244
{% endif %}
245245

246246
{% if view_announcements_url == "club_announcements" %}
247-
<div class="announcement-banner">
248-
Club announcements is a new Ion feature that enables clubs to better communicate with their members.
249-
It is currently in beta release and is only available to select clubs.
250-
If your club is interested in participating in the rollout, contact
251-
<a href="mailto:intranet@tjhsst.edu" class="announcement-link">intranet@tjhsst.edu</a>.
252-
The feature will be released to the entire TJ community in the near future.
253-
</div>
254247
<div class="club-announcement-filters">
255248
<div class="club-announcement-filter subscribed-filter active">Your Subscriptions</div>
256249
<div class="club-announcement-filter unsubscribed-filter">Other Club Announcements</div>

0 commit comments

Comments
 (0)