mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Info plinth CSS variables
This commit is contained in:
parent
d87d6cbc64
commit
aa4feb0563
@ -310,8 +310,8 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_groupDesc_placeholder {
|
.mx_GroupView_groupDesc_placeholder {
|
||||||
background-color: $group-my-groups-placeholder-bg;
|
background-color: $info-plinth-bg-color;
|
||||||
color: $group-my-groups-placeholder-fg;
|
color: $info-plinth-fg-color;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
@ -87,8 +87,8 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_MyGroups_placeholder {
|
.mx_MyGroups_placeholder {
|
||||||
background-color: $group-my-groups-placeholder-bg;
|
background-color: $info-plinth-bg-color;
|
||||||
color: $group-my-groups-placeholder-fg;
|
color: $info-plinth-fg-color;
|
||||||
line-height: 400px;
|
line-height: 400px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -22,9 +22,9 @@ $warning-color: #ff0064;
|
|||||||
$mention-user-pill-bg-color: #ff0064;
|
$mention-user-pill-bg-color: #ff0064;
|
||||||
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
|
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
// groups
|
// informational plinth
|
||||||
$group-my-groups-placeholder-bg: #f7f7f7;
|
$info-plinth-bg-color: #f7f7f7;
|
||||||
$group-my-groups-placeholder-fg: #888;
|
$info-plinth-fg-color: #888;
|
||||||
|
|
||||||
$preview-bar-bg-color: #f7f7f7;
|
$preview-bar-bg-color: #f7f7f7;
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ $focus-brightness: 200%;
|
|||||||
$warning-color: #ff0064;
|
$warning-color: #ff0064;
|
||||||
|
|
||||||
// groups
|
// groups
|
||||||
$group-my-groups-placeholder-bg: #454545;
|
$info-plinth-bg-color: #454545;
|
||||||
|
|
||||||
$other-user-pill-bg-color: rgba(255, 255, 255, 0.1);
|
$other-user-pill-bg-color: rgba(255, 255, 255, 0.1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user