mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
57 lines
1.1 KiB
CSS
57 lines
1.1 KiB
CSS
[class^="role-"] {
|
|
position: relative;
|
|
border-radius: 5%;
|
|
}
|
|
|
|
[class^="role-"] [class^="roleRemoveButton-"] [class^="roleCircle-"],
|
|
[class^="role-"] [class^="roleRemoveButton-"] [class^="roleFlowerStar-"] {
|
|
margin: 0 !important;
|
|
border-radius: 5% !important;
|
|
width: 100% !important;
|
|
height: 22px !important;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
z-index: 1;
|
|
opacity: 0.25;
|
|
}
|
|
|
|
[class^="role-"] [class^="roleFlowerStar-"] > svg[class^="linkIcon-"] {
|
|
z-index: 7;
|
|
position: absolute;
|
|
right: -2px;
|
|
top: -2px;
|
|
opacity: 5;
|
|
}
|
|
|
|
[class^="role-"] [class^="roleRemoveButton-"] {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 22px;
|
|
overflow-x: clip;
|
|
overflow-y: visible;
|
|
}
|
|
|
|
[class^="role-"] [class^="roleIcon-"] {
|
|
z-index: 5;
|
|
}
|
|
|
|
[class^="role-"] [class^="roleName-"] {
|
|
z-index: 2;
|
|
margin-right: 0;
|
|
}
|
|
|
|
[class^="role-"] [class^="roleRemoveIcon-"] {
|
|
display: block;
|
|
position: absolute;
|
|
top: 4px;
|
|
left: 4px;
|
|
z-index: 6;
|
|
}
|
|
|
|
[class^="role-"] [class^="roleRemoveButton-"] [class*="roleDot-"] {
|
|
width: 1em !important;
|
|
height: 1em !important;
|
|
margin-top: 0.25em;
|
|
}
|