Sha256: 9a7b7aa933084607c46175b546d80210cbf62dbdc32b9338244c6e8a816b6e8c
Contents?: true
Size: 1.99 KB
Versions: 2
Compression:
Stored size: 1.99 KB
Contents
@import "bootstrap/variables"; @import "bootstrap/mixins"; @import "bootstrap"; // bootstrap-responsive isn't available with bootstrap 3. It's up to // the host application to import it if using bootstrap 2. // @import "bootstrap-responsive"; @import "font-awesome"; @import "jquery.treetable"; @import "jquery.treetable.theme.browse"; @mixin border-highlight($color) { $bl: 3; @if $color == none { $bl: 0 } margin-left: #{4-$bl}px; border-left: #{$bl}px solid $color; padding-left: 4px; } @mixin ev-link { cursor: pointer; @include border-highlight(none); &:hover { @include border-highlight(gray); } 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%; .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 { // padding: 0px 6px; 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; background-color: lightgray; } .ev-files { .ev-selected .indenter { @extend .fa; @extend .fa-check; @extend .icon-check; } table { width: 100%; max-width: 100%; tr { width: 100%; max-width: 100%; td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } } } .ev-providers .ev-selected { @include border-highlight(black); } .ev-providers, .ev-files { height: 50vh; li { @include ev-link; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
browse-everything-0.5.2 | app/assets/stylesheets/browse_everything.css.scss |
browse-everything-0.5.1 | app/assets/stylesheets/browse_everything.css.scss |