Skip to content

Commit c4a46d5

Browse files
minORCray-oxd
authored andcommitted
Added styling for Advisories and Bulletins notification badge on header
1 parent b73c0a9 commit c4a46d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/frontend/src/Header.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,19 @@
114114
&:active, &.active {
115115
border-bottom: rgb(46, 93, 215) solid 2px;
116116
}
117+
118+
// styling for unread notification badge for Advisories and Bulletins
119+
// &:after {
120+
// content: '1';
121+
// font-size: 10px;
122+
// font-weight: 700;
123+
// padding: 1px 8px;
124+
// color: white;
125+
// background: $BC-Blue;
126+
// border-radius: 8px;
127+
// margin-left: 8px;
128+
// vertical-align: middle;
129+
// }
117130
}
118131
}
119132
}

0 commit comments

Comments
 (0)