Skip to content

Commit 41feb64

Browse files
committed
Addon for #3387
1 parent 810705a commit 41feb64

File tree

1 file changed

+3
-0
lines changed
  • src/shared/components/buttons/themed

1 file changed

+3
-0
lines changed

src/shared/components/buttons/themed/tc.scss

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
&:hover {
1818
background-color: #0ab88a !important;
19+
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
1920
}
2021

2122
&:active,
@@ -35,6 +36,7 @@
3536

3637
&:hover {
3738
border: 1px solid #229174 !important;
39+
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
3840
}
3941

4042
&:active,
@@ -54,6 +56,7 @@
5456

5557
&:hover {
5658
background-color: #fff !important;
59+
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
5760
}
5861

5962
&:active,

0 commit comments

Comments
 (0)