File tree Expand file tree Collapse file tree
public/assets/sass/layouts Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments