Info plinth CSS variables
This commit is contained in:
parent
d87d6cbc64
commit
aa4feb0563
4 changed files with 8 additions and 8 deletions
|
@ -310,8 +310,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_GroupView_groupDesc_placeholder {
|
||||
background-color: $group-my-groups-placeholder-bg;
|
||||
color: $group-my-groups-placeholder-fg;
|
||||
background-color: $info-plinth-bg-color;
|
||||
color: $info-plinth-fg-color;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
|
||||
|
|
|
@ -87,8 +87,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_MyGroups_placeholder {
|
||||
background-color: $group-my-groups-placeholder-bg;
|
||||
color: $group-my-groups-placeholder-fg;
|
||||
background-color: $info-plinth-bg-color;
|
||||
color: $info-plinth-fg-color;
|
||||
line-height: 400px;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue