Skip to content

Commit a6ac218

Browse files
authored
Fixes on invest rewards styles (#540)
* fixes on background color for reward when it's selected as invest * fix amount_box in invest choose reward list
1 parent c8bde4e commit a6ac218

1 file changed

Lines changed: 16 additions & 18 deletions

File tree

public/assets/sass/layouts/_invest.scss

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,10 @@ body.invest {
106106
}
107107
}
108108
}
109-
110-
111-
112109
}
113110

114111

115112
label {
116-
&.label-reward:hover {
117-
cursor: pointer;
118-
cursor: hand;
119-
background-color: #2cb2b2;
120-
color: $color-white !important;
121-
}
122-
&.reward-choosen {
123-
background-color: #2cb2b2;
124-
color: $color-white !important;
125-
}
126-
127113
.reward-amount {
128114
color: #96238F;
129115
font-size: 1.8em;
@@ -144,10 +130,6 @@ body.invest {
144130
display: none;
145131
}
146132

147-
&.reward-choosen .amount-box {
148-
display: block;
149-
}
150-
151133
&.label-reward {
152134
position: relative;
153135
padding: 2%;
@@ -163,6 +145,22 @@ body.invest {
163145
margin: 4px 0;
164146
}
165147

148+
&:hover {
149+
cursor: pointer;
150+
cursor: hand;
151+
background-color: #2cb2b2;
152+
color: $color-white !important;
153+
}
154+
155+
&.reward-choosen {
156+
background-color: #2cb2b2;
157+
color: $color-white !important;
158+
159+
.amount-box {
160+
display: block;
161+
}
162+
}
163+
166164
&.matched-reward {
167165
border: 1px solid $background-dark-lilac;
168166

0 commit comments

Comments
 (0)