default themes use border-box box sizing per default

This commit is contained in:
Rene Haas
2023-03-27 18:37:26 +02:00
parent 35ac1313ee
commit cdb4686d04
@@ -187,6 +187,8 @@ $os-theme-light-handle-bg-active: rgba(255, 255, 255, 0.66);
.os-theme-dark,
.os-theme-light {
box-sizing: border-box;
--os-size: #{$os-theme-dark-light-size};
--os-padding-perpendicular: #{$os-theme-dark-light-padding-perpendicular};
--os-padding-axis: #{$os-theme-dark-light-padding-axis};