Make the 'Accept' button for consent a little more friendly

Part of https://github.com/vector-im/riot-web/issues/7700
This commit is contained in:
Travis Ralston 2018-11-15 20:26:37 -07:00
parent c8b38606cc
commit 8916c90fed
4 changed files with 17 additions and 5 deletions

View file

@ -18,6 +18,7 @@ $focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
$accent-fg-color: #ffffff;
$accent-color: #76CFA6;
$accent-color-50pct: #76CFA67F;
$selection-fg-color: $primary-bg-color;