File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -359,3 +359,10 @@ a[data-active='false']:hover {
359
359
[data-radix-popper-content-wrapper ] {
360
360
z-index : 9999 !important ;
361
361
}
362
+
363
+ // Components
364
+ @layer components {
365
+ .link-style {
366
+ @apply text-blue-500 hover :underline ;
367
+ }
368
+ }
Original file line number Diff line number Diff line change 10
10
href =" https://libredesk.io/docs/sso/"
11
11
target =" _blank"
12
12
rel =" noopener noreferrer"
13
- class =" text-blue-500 hover:underline "
13
+ class =" link-style "
14
14
>
15
15
<p >Learn more</p >
16
16
</a >
Original file line number Diff line number Diff line change 48
48
<template #help >
49
49
<p >Design templates for customer communications and responses.</p >
50
50
<p >Modify content for internal and external emails.</p >
51
- <a href =" https://libredesk.io/docs/templating/" target =" _blank" rel =" noopener noreferrer" class =" text-blue-500 hover:underline " >
51
+ <a href =" https://libredesk.io/docs/templating/" target =" _blank" rel =" noopener noreferrer" class =" link-style " >
52
52
<p >Learn more</p >
53
53
</a >
54
54
</template >
You can’t perform that action at this time.
0 commit comments