UNPKG
@nitive/whitepaper-react
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
React components automatically generated by whitepaper-bem
@nitive/whitepaper-react
/
modules
/
_components
/
text
/
_view
/
text_view_link.post.css
10 lines
(9 loc)
•
173 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.text_view_link
{
color
:
var
(--color-link);
text-decoration
: none;
cursor
: pointer;
transition
:
0.3s
ease }
.text_view_link
:hover
{
color
:
var
(--color-link-hover); }