This commit is contained in:
David Benqué 2019-12-03 11:07:18 +00:00
parent 2f087a392a
commit 63c5fddf38
2 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@
} }
.cp-avatar-default { .cp-avatar-default {
.tools_unselectable(); .tools_unselectable();
background:@avatar-default-bg; background: @avatar-default-bg;
color: @avatar-default-fg; color: @avatar-default-fg;
font-size: @avatar-font-size; font-size: @avatar-font-size;
font-size: var(--avatar-font-size); font-size: var(--avatar-font-size);

View File

@ -44,7 +44,6 @@
button:last-child { button:last-child {
margin-right: 0px !important; margin-right: 0px !important;
} }
} }
.cp-usergrid-user { .cp-usergrid-user {
width: 70px; width: 70px;
@ -110,7 +109,6 @@
.cp-usergrid-user-name { .cp-usergrid-user-name {
color: @colortheme_alertify-primary-text; color: @colortheme_alertify-primary-text;
} }
} }
} }
} }