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
+5
View File
@@ -14,6 +14,11 @@ $rounding_large: 1.705rem;
border-radius: $rounding_unsharpen;
}
@mixin verysmall-rounding {
border-radius: $rounding_verysmall;
-gtk-outline-radius: $rounding_verysmall;
}
@mixin small-rounding {
border-radius: $rounding_small;
-gtk-outline-radius: $rounding_small;
+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;