mirror of https://github.com/Squidex/squidex.git
6 changed files with 53 additions and 21 deletions
@ -1,2 +1,6 @@ |
|||
@import '_vars'; |
|||
@import '_mixins'; |
|||
|
|||
.text-muted { |
|||
text-decoration: none; |
|||
} |
|||
@ -1,2 +1,6 @@ |
|||
@import '_vars'; |
|||
@import '_mixins'; |
|||
|
|||
.text-muted { |
|||
pointer-events: none; |
|||
} |
|||
Loading…
Reference in new issue