We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d0c213 + 0baecac commit 278a04aCopy full SHA for 278a04a
src/app/styles/components/_buttons.scss
@@ -2,7 +2,7 @@
2
.empty-button {
3
padding: 3px;
4
outline: transparent;
5
- color: black;
+ color: white;
6
display: flex;
7
justify-content: center;
8
align-items: center;
@@ -14,10 +14,11 @@
14
font: 300 14px 'Roboto', sans-serif;
15
font-size: $button-text-size;
16
width: 120px;
17
- background: linear-gradient(145deg, #ff6569, #e65558);
+ background-color: transparent;
18
}
19
.empty-button:hover {
20
color: black;
21
+ background: linear-gradient(145deg, #ff6569, #e65558);
22
box-shadow: inset 5px 5px 10px #d95053, inset -5px -5px 10px #ff6c71;
23
24
0 commit comments