mirror of https://github.com/vector-im/riot-web
Tweak blur & alpha on panels
parent
70951614e4
commit
9700e7e269
|
@ -206,8 +206,8 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
|
||||||
$appearance-tab-border-color: $room-highlight-color;
|
$appearance-tab-border-color: $room-highlight-color;
|
||||||
|
|
||||||
// blur amounts for left left panel (only for element theme, used in _mods.scss)
|
// blur amounts for left left panel (only for element theme, used in _mods.scss)
|
||||||
$roomlist-background-blur-amount: 40px;
|
$roomlist-background-blur-amount: 60px;
|
||||||
$tagpanel-background-blur-amount: 20px;
|
$tagpanel-background-blur-amount: 30px;
|
||||||
|
|
||||||
// ***** Mixins! *****
|
// ***** Mixins! *****
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@ $preview-bar-bg-color: #f7f7f7;
|
||||||
$secondary-accent-color: #f2f5f8;
|
$secondary-accent-color: #f2f5f8;
|
||||||
$tertiary-accent-color: #d3efe1;
|
$tertiary-accent-color: #d3efe1;
|
||||||
|
|
||||||
$tagpanel-bg-color: rgba(232, 232, 232, 0.82);
|
$tagpanel-bg-color: rgba(232, 232, 232, 0.77);
|
||||||
|
|
||||||
// used by RoomDirectory permissions
|
// used by RoomDirectory permissions
|
||||||
$plinth-bg-color: $secondary-accent-color;
|
$plinth-bg-color: $secondary-accent-color;
|
||||||
|
@ -332,8 +332,8 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
|
||||||
$appearance-tab-border-color: $input-darker-bg-color;
|
$appearance-tab-border-color: $input-darker-bg-color;
|
||||||
|
|
||||||
// blur amounts for left left panel (only for element theme, used in _mods.scss)
|
// blur amounts for left left panel (only for element theme, used in _mods.scss)
|
||||||
$roomlist-background-blur-amount: 175px;
|
$roomlist-background-blur-amount: 40px;
|
||||||
$tagpanel-background-blur-amount: 100px;
|
$tagpanel-background-blur-amount: 20px;
|
||||||
|
|
||||||
|
|
||||||
// ***** Mixins! *****
|
// ***** Mixins! *****
|
||||||
|
|
Loading…
Reference in New Issue