Sha256: 91f3e13bcee50f09b4286c506d1c1cf73f241089139c70cd3cf59b57e17c35b6
Contents?: true
Size: 711 Bytes
Versions: 34
Compression:
Stored size: 711 Bytes
Contents
.calculator-workspace { width: 400px; background: #f6f6f6d2; position: relative; z-index: 1; margin: 0 auto; box-shadow: 6px 19px 23px 1pxrgb (0 0 0 / 15%); border-radius: 8px; padding: 1.5rem; } .calculator-workspace label { width: 100%; font-weight: 600; text-align: left; margin-top: 10px; } .submit-button { border: none; border-radius: 4px; padding: 10px 22px; color: #fff; margin-left: auto; font-weight: 600; } .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; }
Version data entries
34 entries across 34 versions & 1 rubygems