Gaël Métais
10 vuotta sitten
vanhempi
commit
88bb2f91a5
|
@@ -16,6 +16,9 @@
|
|
|
background: #e74c3c;
|
|
|
color: #fff;
|
|
|
}
|
|
|
+.launchBtn:focus {
|
|
|
+ background: #ffa319;
|
|
|
+}
|
|
|
.launchBtn.disabled {
|
|
|
background: #deaca6;
|
|
|
}
|
|
@@ -18,9 +18,13 @@
|
|
|
.launchBtn {
|
|
|
background: #e74c3c;
|
|
|
color: #fff;
|
|
|
+ &:focus {
|
|
|
+ background: #ffa319;
|
|
|
+ }
|
|
|
&.disabled {
|
|
|
background: #deaca6;
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.features {
|