assets/css/calculators.css in appscms-tools-theme-2.1.8 vs assets/css/calculators.css in appscms-tools-theme-2.1.9

- old
+ new

@@ -27,5 +27,14 @@ .calculator-inputs { display: flex; gap: 10px; } +.unit { + background: #ffff; + padding: 0px 10px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 4px; + font-weight: 600; +}