blob: 59182fc76e179c7381af8603edb608f019d4fb12 [file] [log] [blame]
.notices {
margin: 0;
display: none;
@media (min-width: @screen-sm-min) {
display: block;
text-align: right;
flex: 1 0 auto;
}
a {
color: #fff;
&::before {
.icon();
.icon-heart-o();
width: 10px;
height: 10px;
display: inline-block;
padding-right: 5px;
font-size: 10px;
}
&:hover {
strong {
border-bottom-color: transparent;
}
}
strong {
font-weight: normal;
border-bottom: 1px solid #8fafd7;
}
}
}