Sha256: 018382a94ba76e39aed54bbb2181b4c3677de76c415455a5fcc3bbbf595e6e6a
Contents?: true
Size: 1.17 KB
Versions: 7
Compression:
Stored size: 1.17 KB
Contents
@use 'sass:color'; :root, [data-bs-theme=light] { --bs-form-invalid-color: #b50000; --bs-form-invalid-border-color: #b50000; } // FORMS // .pg-form { // max-width: 300px; input[disabled] { background-color: #e9e9ed; color: black; } .form-control, .form-select { width: 100%; height: 35px; border: 1px solid #a7b7bb; border-radius: 3px; &.form-control-sm, &.form-select-sm { height: 29px; } &.is-invalid { background-image: none!important; /* override bootstrap forms */ padding-right: 0; /* override bootstrap forms */ } &:focus, &:focus-visible { outline: 1px solid color.adjust(#a7b7bb, $saturation: +30%); } } select[multiple] { height: inherit; } .form-control:focus { box-shadow: none!important; /* override bootstrap forms */ } input[type=date] { max-width: 170px; } // } // LISTADOS .listado { td, th { padding: 0.25rem 1rem; } } .listado .btn-sm { min-width: 25px; height: 25px; padding: 1px; margin-right: 4px; } // FILTROS .filter { display: inline-block; vertical-align: top; min-width: 200px; .input-group { width: 230px; } }
Version data entries
7 entries across 7 versions & 1 rubygems