Files
remark42/web/app/components/input/__rss-link/input__rss-link.scss
T

12 lines
160 B
SCSS

.input__rss-link {
font-weight: 700;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
color: #0aa;
&:hover {
color: #06c5c5;
}
}