Sha256: bb48da7dcf7ea408c2d9457b7634dbdcc26e65d2580452b78c0f6b9e1b5076b6
Contents?: true
Size: 1.07 KB
Versions: 37
Compression:
Stored size: 1.07 KB
Contents
/* *= require ../vendor/bootstrap-4.6.2.min *= require ../vendor/select2-4.0.0 *= require ../vendor/jquery.dataTables-1.10.16 * * Skip for now b/c I need to move fonts, too: * require ../vendor/summernote-0.8.18 * *= require ../light_theme *= require_tree . *= require ../production_theme *= require_self **/ $enable-important-utilities: false; /* A */ .application--main-header.development { background: url('//wasyaco.com/wp-content/uploads/2024/02/weather-bg-development.png'), linear-gradient(90deg, pink, rgba(255,255,255,0) 5% ); } /* B */ .bold { font-weight: bold; } .border-bottom { border-bottom: 1px solid grey !important; } /* F */ .field { display: flex; margin-bottom: 0.5em; input { flex-grow: 1; } label { margin-right: 0.5em; min-width: 100px; } } /* M */ .main-footer { border-top: 2px solid #6395b9; } .main-header { border-bottom: 2px solid #6395b9; li { display: flex; input[name='q'] { width: 20px; } } } /* S */ .select2 { min-width: 200px; } /* T */ td.tags { min-width: 200px; }
Version data entries
37 entries across 37 versions & 1 rubygems