Sha256: bbfb9de4f40ce554b00dc8fc005c06069ab19d244e1e20c78bb233a183aa090c
Contents?: true
Size: 679 Bytes
Versions: 4
Compression:
Stored size: 679 Bytes
Contents
.scroll-form__container { height: 100vh; overflow: scroll; } .scroll-form__questionset { transition: opacity 300ms 100ms $ease-in-out-quad; height: 100vh; display: flex; align-items: center; opacity: 0.1; } .scroll-form__questionset--active { transition: opacity 300ms 100ms $ease-in-out-quad; opacity: 1; } .scroll-form__question { width: 100%; display: block; padding-bottom: $large-spacing; } .scroll-form__footer { position: fixed; bottom: 0; left: 0; right: 0; } .scroll-form__text-field, .scroll-form__multiple-choice { .text-field__label, .multiple-choice__label { font-size: $large-font-size; } .text-field__hint { } }
Version data entries
4 entries across 4 versions & 1 rubygems