19 lines
302 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|