Skip to content

Commit

Permalink
Updated Kyanite.css
Browse files Browse the repository at this point in the history
  • Loading branch information
niekas7 authored Aug 21, 2024
1 parent 811b705 commit e9a89f9
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions Kyanite.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,53 +190,7 @@ you can make it visible by uncommenting the style below. */
border-radius: 5px;
/*Change Roundness of Roles*/
}
.role_f9575e .roleRemoveIcon_f9575e {
margin: 0;
left: unset;
transform: translate(16%, -48%);
}
.role_f9575e .roleRemoveButton_f9575e {
position: static;
}
.role_f9575e .roleCircle_f9575e:after {
content: '';
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
position: absolute;
background: inherit;
opacity: var(--transparency);
}
/* --------------- Separated the code due to position difference */
.role_e4010c {
transform: translate(0);
overflow: hidden;
border: 0;

--transparency: .4;
border-radius: 5px;
}
.role_e4010c .roleRemoveIcon_e4010c {
margin: 0;
left: unset;
transform: translate(50%,-50%);
}
.role_e4010c .roleRemoveButton_e4010c {
position: static;
}
.role_e4010c .roleCircle_a26d7b:after {
content: '';
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
position: absolute;
background: inherit;
opacity: var(--transparency);
}

.descriptionClamp_fc5c48:not(.headerText_d331f1 .descriptionClamp_fc5c48) {
-webkit-line-clamp: unset;
Expand Down

0 comments on commit e9a89f9

Please sign in to comment.