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

27 lines
434 B
SCSS
Raw Normal View History

.shoutTopic {
font-size: 1.2rem;
letter-spacing: 0.08em;
margin-bottom: 0.8rem;
text-transform: uppercase;
transition: background-color 0.2s;
a {
background: transparent;
border: none;
color: $link-color;
position: relative;
z-index: 2;
&:hover {
background: $link-color;
color: #fff !important;
}
}
}
.shoutTopicFloorImportant {
a {
color: rgb(255 255 255 / 50%);
}
}