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