2023-02-12 05:30:52 +00:00
|
|
|
[class^="role-"] {
|
2022-10-19 03:32:11 +00:00
|
|
|
position: relative;
|
|
|
|
border-radius: 5%;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2023-02-12 05:30:52 +00:00
|
|
|
[class^="role-"] [class^="roleRemoveButton-"] [class^="roleCircle-"],
|
|
|
|
[class^="role-"] [class^="roleRemoveButton-"] [class^="roleFlowerStar-"] {
|
2022-10-19 03:32:11 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
border-radius: 5% !important;
|
2023-02-04 21:05:55 +00:00
|
|
|
width: 100% !important;
|
|
|
|
height: 22px !important;
|
2022-10-19 03:32:11 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
2023-02-04 21:05:55 +00:00
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
|
2023-02-12 05:30:52 +00:00
|
|
|
[class^="role-"] [class^="roleFlowerStar-"] > svg[class^="linkIcon-"] {
|
|
|
|
z-index: 7;
|
2023-02-04 21:05:55 +00:00
|
|
|
position: absolute;
|
|
|
|
right: -2px;
|
|
|
|
top: -2px;
|
2023-02-12 05:30:52 +00:00
|
|
|
opacity: 5;
|
2022-10-19 03:32:11 +00:00
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2023-02-12 05:30:52 +00:00
|
|
|
[class^="role-"] [class^="roleRemoveButton-"] {
|
2022-10-19 03:32:11 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 22px;
|
|
|
|
overflow-x: clip;
|
|
|
|
overflow-y: visible;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2023-02-04 21:05:55 +00:00
|
|
|
[class^="role-"] [class^="roleIcon-"] {
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
2023-02-12 05:30:52 +00:00
|
|
|
[class^="role-"] [class^="roleName-"] {
|
2022-10-19 03:32:11 +00:00
|
|
|
z-index: 2;
|
2023-02-12 05:30:52 +00:00
|
|
|
margin-right: 0;
|
2022-10-19 03:32:11 +00:00
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2023-02-12 05:30:52 +00:00
|
|
|
[class^="role-"] [class^="roleRemoveIcon-"] {
|
2022-10-19 03:32:11 +00:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
2023-02-12 05:30:52 +00:00
|
|
|
top: 4px;
|
|
|
|
left: 4px;
|
|
|
|
z-index: 6;
|
2022-10-19 03:32:11 +00:00
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2023-02-12 05:30:52 +00:00
|
|
|
[class^="role-"] [class^="roleRemoveButton-"] [class*="roleDot-"] {
|
2022-10-19 03:32:11 +00:00
|
|
|
width: 1em !important;
|
|
|
|
height: 1em !important;
|
|
|
|
margin-top: 0.25em;
|
|
|
|
}
|