webapp/src/components/Feed/CardTopic.module.scss

39 lines
605 B
SCSS

.shoutTopic {
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.08em;
margin-bottom: 0.8rem;
text-transform: uppercase;
transition: background-color 0.2s;
a:link,
a:visited {
background: transparent;
border: none;
color: $link-color;
position: relative;
z-index: 2;
&:hover {
background: $link-color;
color: #fff !important;
}
}
}
.shoutTopicFloorImportant {
a:link,
a:visited {
color: #fff;
&:hover {
background: #fff !important;
color: #000 !important;
}
}
}
.shoutTopicFeedMode {
font-size: 1.2rem;
}