Files
remark42/frontend/app/components/input/__rss-link/input__rss-link.scss
T
2019-04-28 19:27:36 +03:00

12 lines
160 B
SCSS

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