Skip to content

Commit dece762

Browse files
1 parent ac5e320 commit dece762

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Source/Footer/Stylesheet.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,19 @@
1616
}
1717

1818
a {
19-
@apply relative text-base underline underline-offset-8 outline-none outline-offset-2 transition-all duration-150 ease-Ease hover:text-blue-200 focus-visible:z-10 focus-visible:decoration-transparent focus-visible:outline-2 focus-visible:outline-blue-200 sm:text-sm p-1.5 bg-white;
19+
@apply relative bg-white p-1.5 text-base underline underline-offset-8 outline-none outline-offset-2 transition-all duration-150 ease-Ease hover:text-blue-200 focus-visible:z-10 focus-visible:decoration-transparent focus-visible:outline-2 focus-visible:outline-blue-200 sm:text-sm;
2020
}
2121

2222
.icon {
2323
width: calc(1.25rem + 12px);
24+
2425
height: calc(1.25rem + 12px);
2526
}
2627

2728
.button {
28-
@apply outline-none;
29+
@apply relative inline-block cursor-pointer rounded-md border-none text-sm outline-none;
2930

3031
padding: 2px 5px;
31-
border: none;
32-
border-radius: 6px;
33-
font-size: 14px;
34-
cursor: pointer;
35-
position: relative;
36-
display: inline-block;
3732

3833
box-shadow:
3934
0 0 0 1px rgba(139, 75, 139, 0.3),
@@ -42,10 +37,11 @@
4237
transition: all 0.3s ease;
4338

4439
&:hover {
40+
@apply cursor-none;
41+
4542
box-shadow:
4643
0 0 0 1px rgba(139, 75, 139, 0.5),
4744
0 0 0 4px rgba(89, 48, 89, 1);
48-
cursor: none;
4945
}
5046

5147
&:hover,

0 commit comments

Comments
 (0)