HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: //proc/self/cwd/docs_old/vendor/sortable/sass/sortable-theme-finder.sass
@import compass/css3
@import sortable

+sortable

table[data-sortable].sortable-theme-finder
    font-family: "Lucida Grande", sans-serif
    font-size: 12px
    line-height: 18px
    color: #000
    background: #fff
    border: 1px solid #cfcfcf

    th, td
        padding: 2px 8px

    thead th
        +background-image(linear-gradient(#fff 0%, #f6f6f6 50%, #f0f0f0 50%, #eee 100%))
        background-color: #f0f0f0
        border-bottom: 1px solid #ccc
        font-weight: normal

    tbody > tr:nth-child(odd) > td
        background-color: #f3f6fa

    th

        &:after
            border-width: 4px
            margin-right: 0

        &[data-sorted="true"]
            +background-image(linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%))
            +background-size(28px 100%)
            +box-shadow(inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3)
            border-bottom-color: #7eb3d3
            background-color: #78c0f0

            &:first-child
                +box-shadow(inset -1px 0 #7eb3d3)

            &:last-child
                +box-shadow(inset 1px 0 #7eb3d3)

            &[data-sorted-direction="descending"]:after
                border-top-color: #548ec0
                margin-top: 6px

            &[data-sorted-direction="ascending"]:after
                border-bottom-color: #548ec0
                margin-top: 6px - 4px