10 lines
179 B
Text
10 lines
179 B
Text
![]() |
@time-prefix-cls: ~"@{css-prefix}time";
|
||
|
|
||
|
.@{time-prefix-cls} {
|
||
|
&-with-hash{
|
||
|
cursor: pointer;
|
||
|
&:hover{
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
}
|