Sha256: 23a9bde96522d84c7eced744de6df625f9a5ae6075319a19d05abb97636cb43c
Contents?: true
Size: 1.88 KB
Versions: 1
Compression:
Stored size: 1.88 KB
Contents
// It is important this file starts with underscore, so sprockets-sass won't try to compile // it independently, even though nothing explicit is directing it to. // // CSS for bootstrap 3, intended to be sass @import'ed into a context that has access to // bootstrap 3 mixins and variables. @import "jquery.treetable"; @import "jquery.treetable.theme.browse"; @mixin ev-link { cursor: pointer; a { color: inherit; background-color: inherit; text-decoration: none; } } #browse-everything { overflow-y: hidden; position: fixed !important; margin: 0 0 0 -37.5%; left: 50%; top: 10%; background-color: initial; width: 75%; div { background-color: white; } .modal-header { padding: 8px; } .modal-body { overflow: hidden; } .modal-footer { margin: 0px; } .row { margin: inherit; } .ev-files { position: relative; overflow-x: auto; overflow-y: auto; li { overflow: hidden; text-overflow: ellipsis; .ev-file-name { white-space: nowrap; } border-top: none; } &.detail { } &.list ul { @include content-columns(3); } } .ev-container li { cursor: pointer; } .ev-body { padding: 0; } .ev-providers { padding: 4px; } .ev-files { table { width: 100%; max-width: 100%; tr { width: 100%; max-width: 100%; td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } } } .ev-files { height: 50vh; li { @include ev-link; } } .ev-providers { select { width: 30% } } .loading { pointer-events: none; opacity: 0.2; } .loading-progress { position: absolute; top: 8em; left: 4em; } // Massively large text instead of something more artistic .loading-text { font-size: 4em; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
browse-everything-1.0.0.rc2 | app/assets/stylesheets/_browse_everything_bootstrap3.scss |