You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
482 B
CSS
36 lines
482 B
CSS
.homepanel .socket {
|
|
position: absolute;
|
|
}
|
|
|
|
.socket .plug {
|
|
display: inline-block;
|
|
width: 24px;
|
|
height: 24px;
|
|
border: 1px solid currentColor;
|
|
cursor: alias;
|
|
position: relative;
|
|
z-index: 50;
|
|
background: none;
|
|
|
|
user-select: none;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.plug.out {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.socket label {
|
|
text-transform: uppercase;
|
|
line-height: 1;
|
|
}
|
|
|
|
svg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
/* border: 1px solid currentColor; */
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|