Sha256: ca7de6788570710471bc67d4f0957eee23993226b24dab4fc976aac2291d4928
Contents?: true
Size: 541 Bytes
Versions: 6
Compression:
Stored size: 541 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; }
Version data entries
6 entries across 6 versions & 1 rubygems