Skip to content

Commit 6979a36

Browse files
style changes
1 parent 2abc03e commit 6979a36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/collection-item/collection-item.styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
position: relative;
88

99
&:hover {
10-
.image{
10+
.image {
1111
opacity: 0.8;
12+
transition: all 0.4s ease;
1213
}
1314
.custom-button {
1415
display: block;

src/components/custom-button/custom-button.styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
background-color: white;
2121
color: black;
2222
border: 1px solid black;
23+
transition: all 0.3s ease;
2324
}
2425
&.google-sign-in {
2526
background-color: #4285f4;

0 commit comments

Comments
 (0)