Sha256: fdac895cc2084d48d48f0f8dc969b19035c1f240d33293e3256e93575e13388f
Contents?: true
Size: 787 Bytes
Versions: 79
Compression:
Stored size: 787 Bytes
Contents
.calculator-workspace { 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 { font-weight: 600; text-align: left; margin-top: 10px; margin-right: 8px; } .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; } .calculator-tooltip { display: flex; align-items: center; } .calculator-tooltip .fa-info-circle { margin-bottom: 0px; }
Version data entries
79 entries across 79 versions & 1 rubygems