Device manager - device type and verification icons on device tile (PSG-637) (#9197)
* add unknown device icon * add device type and verification icon component * test * stylelint * fix securitycard spacing Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
parent
5aae974e93
commit
825a0af4a9
18 changed files with 480 additions and 27 deletions
|
@ -57,6 +57,12 @@ limitations under the License.
|
|||
margin-block: 10px;
|
||||
min-height: 35px;
|
||||
padding: 0 $spacing-8;
|
||||
|
||||
.mx_DeviceType {
|
||||
/* hide the new device type in legacy device list
|
||||
for backwards compat reasons */
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_DevicesPanel_icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue