/* special styling for update badge */
> .badgeUpdate {
- box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3),
- inset 0 2px 5px rgba(225, 225, 225, 0.3);
+ box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3), inset 0 2px 5px rgba(225, 225, 225, 0.3);
left: 31px;
padding: 1px 6px;
position: absolute;
}
.tabMenuOverlayRight {
- background: linear-gradient(
- to right,
- transparentize($wcfContentBackground, 100%) 0%,
- $wcfContentBackground 50%
- );
+ background: linear-gradient(to right, transparentize($wcfContentBackground, 100%) 0%, $wcfContentBackground 50%);
justify-content: flex-end;
right: 0;
}