Files
web2.0-frontend/src/components/TextAnchor/TextAnchor.scss
T
2019-07-02 21:22:52 +03:00

19 lines
302 B
SCSS

@import "../../assets/scss/globals";
.text-anchor {
text-decoration: underline;
font-weight: 600;
&.no-weight {
font-weight: 100;
&.small {
text-decoration: none;
margin: 0 1rem;
font-size: 0.8rem;
text-transform: uppercase;
margin-top: 10px;
}
}
}