sideleft: new tool: conversions

This commit is contained in:
end-4
2025-03-29 13:04:32 +01:00
parent f2943f766a
commit 4f5d4f802e
5 changed files with 207 additions and 0 deletions
+25
View File
@@ -510,6 +510,31 @@ $colorpicker_rounding: 0.341rem;
padding: 0.341rem;
}
.sidebar-module-csscalc-valuebox {
@include small-rounding;
padding: 0.341rem;
background-color: $layer2;
color: $onLayer2;
}
.sidebar-module-csscalc-valuebox-copybtn {
@include verysmall-rounding;
@include element_decel;
min-width: 1.705rem;
min-height: 1.705rem;
background-color: $layer2;
color: $onLayer2;
&:hover,
&:focus {
background-color: $layer2Hover;
}
&:active {
background-color: $layer2Active;
}
}
.sidebar-icontabswitcher {
@include full-rounding;
@include group-padding;