Sha256: 259a629eaedfc461c2d19f770e501be431790c2eaeb1d60c8638dc6ec220da95
Contents?: true
Size: 1.87 KB
Versions: 1
Compression:
Stored size: 1.87 KB
Contents
@import "bootstrap/variables"; @import "bootstrap/mixins"; @import "bootstrap"; @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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
browse-everything-0.5.0 | app/assets/stylesheets/browse_everything.css.scss |