Merge pull request #7710 from vector-im/travis/terms-auth-improvements

Add $accent-color-50pct as a CSS variable to the Status theme
pull/7736/head
Travis Ralston 2018-11-16 12:36:32 -07:00 committed by GitHub
commit 6d1640194e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ $focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
$accent-fg-color: #ffffff;
$accent-color: #6CC1F6;
$accent-color-50pct: #6CC1F67F;
$accent-hover-color: #84cfff;
$selection-fg-color: $primary-bg-color;