Sha256: e0323d0e005090eece96478b71e9e1233214af03c61221a5472b5f321456d6da
Contents?: true
Size: 1.24 KB
Versions: 38
Compression:
Stored size: 1.24 KB
Contents
@use 'sass:color'; :root, [data-bs-theme=light] { --bs-form-invalid-color: #b50000; --bs-form-invalid-border-color: #b50000; } // Toasts .toast.show { display: inline-block; } // FORMS input[disabled] { background-color: #e9e9ed; color: black; } form label { font-weight: bold; } .form-control, .form-select { border: 1px solid #a7b7bb; &:focus, &:focus-visible { outline: 1px solid color.adjust(#a7b7bb, $saturation: +30%); } } select[multiple] { height: inherit; } input[type=date] { max-width: 12em; } input[type=datetime-local], input[type=datetime] { max-width: 15em; } .form-select:not(:has(option)) { background-color: #d5d5d5; } .form-control.is-invalid, .form-select.is-invalid { background-color: #fff3f3; } // LISTADOS .listado { td, th { padding: 0.25rem 1rem; } } .listado .btn-sm { padding: 0em 0.3em; margin-right: 4px; } // FILTROS .filter { display: inline-block; vertical-align: top; max-width: 17em; } // Modal .modal-content { box-shadow: 15px 15px 9px 0px rgba(0, 0, 0, 0.6); } // Nested .link-to-add:hover { background-color: #f4f4f4; } .link-to-add { display: inline-block; width: 100%; text-align: center; border-radius: var(--bs-border-radius); padding: 0.6em 0.4em; }
Version data entries
38 entries across 38 versions & 1 rubygems