Updated color scheme and spacing

This commit is contained in:
Germain Souquet 2021-07-07 11:23:38 +02:00
parent de875bbe1d
commit b0a1fc7b97
3 changed files with 33 additions and 16 deletions

View file

@ -232,10 +232,10 @@ $groupFilterPanel-background-blur-amount: 30px;
$composer-shadow-color: rgba(0, 0, 0, 0.28);
// Bubble tiles
$eventbubble-self-bg: rgba(141, 151, 165, 0.3);
$eventbubble-others-bg: rgba(141, 151, 165, 0.3);
$eventbubble-bg-hover: rgba(141, 151, 165, 0.1);
$eventbubble-avatar-outline: #15191E;
$eventbubble-self-bg: #143A34;
$eventbubble-others-bg: #394049;
$eventbubble-bg-hover: #433C23;
$eventbubble-avatar-outline: $bg-color;
// ***** Mixins! *****