Device manager - selectable device tile wrapper (PSG-637) (#9153)
* add selectabledevicetile wrapper * set pointer cursor * line up own device icon with new checkboxes
This commit is contained in:
parent
5fbeb20df8
commit
5a9c2e530a
10 changed files with 255 additions and 23 deletions
|
@ -56,10 +56,12 @@ limitations under the License.
|
|||
align-items: flex-start;
|
||||
margin-block: 10px;
|
||||
min-height: 35px;
|
||||
padding: 0 $spacing-8;
|
||||
}
|
||||
|
||||
.mx_DevicesPanel_icon, .mx_DevicesPanel_checkbox {
|
||||
margin-left: 9px;
|
||||
.mx_DevicesPanel_icon {
|
||||
margin-left: 0px;
|
||||
margin-right: $spacing-16;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue