We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73c0a9 commit c4a46d5Copy full SHA for c4a46d5
src/frontend/src/Header.scss
@@ -114,6 +114,19 @@
114
&:active, &.active {
115
border-bottom: rgb(46, 93, 215) solid 2px;
116
}
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
+ // }
130
131
132
0 commit comments