Sha256: d137d212b4f976372e1b3c898ef4fc9a82402369d604398ae840ce418af7a4be
Contents?: true
Size: 1010 Bytes
Versions: 18
Compression:
Stored size: 1010 Bytes
Contents
.v-actionable { cursor: pointer; } .v-error-message { color: $v-theme-error-message; padding: 20px; border: 1px solid $v-theme-error-message; font-weight: bold; border-radius: 5px; } .v-hidden { display: none; visibility: hidden; } div.mdc-text-field-helper-text.mdc-text-field-helper-text--persistent.v-hidden { display: none; visibility: hidden; } button.v-button.mdc-dialog__button.v-hidden { width: 0 !important; min-width: 0 !important; padding: 0 !important; margin: 0 !important; } .v-nowrap { white-space: nowrap; } .incompatible-browser .compatibility-wrapper * { display: none; } // Workaround for https://github.com/material-components/material-components-web/issues/4629: :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before { filter: opacity(100%); } .v-align-left { text-align: left; } .v-align-center { text-align: center; } .v-align-right { text-align: right; }
Version data entries
18 entries across 18 versions & 2 rubygems