Skip to content

Commit

Permalink
fix font color of account activating timed/click delay indication, #242
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Apr 10, 2021
1 parent 964023a commit 9a9ffa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/web/browser-window/app-theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
> .btn:not(:last-child) {
border-right-color: $app-theming-color-secondary-btn-split-border;
}

.login-delay {
// see bootstrap's "button-variant" mixin
color: color-yiq($secondary);
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
}

.login-delay {
color: $gray-300;
font-size: 80%;

.fa ~ span {
Expand Down

0 comments on commit 9a9ffa6

Please sign in to comment.