Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbc3435c authored by Raj Khemani's avatar Raj Khemani
Browse files

Fix step click handling and mark completed cards disabled

parent 994dd884
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -123,6 +123,10 @@ button.next:disabled {
  margin: 25px auto 50px auto;
  padding: 32px;
}
.card.done {
  background: var(--card-disabled-bg);
  pointer-events: none;
}
.card-header {
  font-size: 24px;
  font-family: "Century Gothic";
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
  --base-color: #dedee5;
  --secondary-color: #898989;
  --base-color-alt: #f5f5f7;
  --card-disabled-bg: #eef3fb;
  --blue: #2a7ae2;
  --white: white;
  --green: #00b13c;