Skip to content

Commit 0baecac

Browse files
committed
changed empty-button to black, fiery-rose on Hover
1 parent 46cd0fa commit 0baecac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/styles/components/_buttons.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.empty-button {
33
padding: 3px;
44
outline: transparent;
5-
color: black;
5+
color: white;
66
display: flex;
77
justify-content: center;
88
align-items: center;
@@ -14,10 +14,11 @@
1414
font: 300 14px 'Roboto', sans-serif;
1515
font-size: $button-text-size;
1616
width: 120px;
17-
background: linear-gradient(145deg, #ff6569, #e65558);
17+
background-color: transparent;
1818
}
1919
.empty-button:hover{
2020
color: black;
21+
background: linear-gradient(145deg, #ff6569, #e65558);;
2122
box-shadow: inset 5px 5px 10px #d95053,
2223
inset -5px -5px 10px #ff6c71
2324
}

0 commit comments

Comments
 (0)