iview/src/styles/components/time.less
2019-08-27 09:42:40 +08:00

10 lines
No EOL
179 B
Text

@time-prefix-cls: ~"@{css-prefix}time";
.@{time-prefix-cls} {
&-with-hash{
cursor: pointer;
&:hover{
text-decoration: underline;
}
}
}